From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3Dグラフについて

失礼します。現在私はlabviewにてFFT解析をしており、5秒ずつずらしてまた1分解析を繰り返すループ処理を行っています(添付資料)。

そこで質問なのですがこのプログラムにx軸を時間、y軸を周波数、z軸をpower値の3Dグラフを作成するためにはどうすればよいでしょうか。

 

0 Kudos
Message 1 of 3
(667 Views)

In the Graph>3D Graph palette, there's a Surface graph. This accepts a 2D array of X values, Y values and Z values. Wire them, and you should get a surface of X, Y, Z data.

 

You'd need to build that 2D data in shift registers, but I would advice to use arrays, not waveforms.

0 Kudos
Message 2 of 3
(647 Views)

回答ありがとうございます。

前回添付したプログラミングに2次元配列のプログラム組み込むにはどうすればいいでしょうか?

また、この2次元配列は周波数とパワー値の2つを表示させるという考えでよろしいでしょうか?そうだとすれば時間はどのようにsurfaceグラフに組みこめばよいでしょうか?

質問が多くなり申し訳ございませんが返信お待ちしております。

0 Kudos
Message 3 of 3
(624 Views)