LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to deferring waveform

How to change pic.(power_1) to pic.(power_2)?

Download All
0 Kudos
Message 1 of 8
(3,004 Views)

if you want to do that you can't use a waveform you have to use XY an graph. Only XY Graphs can have plots that have many Y value for the same X value.

 

Hope this helps


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 8
(2,996 Views)

With the XY graph that was suggested, you can see an example here: http://zone.ni.com/devzone/cda/epd/p/id/2207

0 Kudos
Message 3 of 8
(2,991 Views)

Thank you for your help, but I use ' the FFT power specturm.vi' to make the waveform ,so I can't get the X and Y value.

I holp to get more help, Thanks again !

0 Kudos
Message 4 of 8
(2,961 Views)

Well of course you can get the Y array and then you can easily build the X array base on the To and dt.

 

Let me know if you need help to do that.


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 5 of 8
(2,958 Views)

Thanks so much, can you give any examples for it.

Use FFT power specturm.vi to get X(amplitude) and Y(frequency) .

0 Kudos
Message 6 of 8
(2,953 Views)

YES I need your help for that

0 Kudos
Message 7 of 8
(2,942 Views)

All you need to do to get the X array is to use the Ramp Pattern function. In your case you'd want the Ramp by Delta instance since you have a t0 and a deltaT.

0 Kudos
Message 8 of 8
(2,936 Views)