LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

unwrap a generated signal

i want to ''unwrap'' a signal(such as sweep sine or random signal) that i generate in my cRIO and feed a fifo to send signal to fpga. Can someone help me how to unwrap a signal?

thanks!

0 Kudos
Message 1 of 5
(2,486 Views)

Why don't you attach the VI that you use to generate the signal?  Can you also specify what format you want when the signal is "unwrapped"?  I don't think that there is an "unwrap" function in LabVIEW, so we'll need to know just what you want as an output.  Is it a 1D array of Dbls representing data taken at some uniform sampling interval, dt (which we don't need to know)?  Is it a Waveform, which combines the 1D array and the dt in a special Cluster?

 

Bob Schor

0 Kudos
Message 2 of 5
(2,481 Views)

Are you trying to unwrap the phase?

0 Kudos
Message 3 of 5
(2,479 Views)

this is the subVI of the signal that i generate taking parameters on the UI and generate the signal on the RT side of the cRIO. I want to unwrap that signal to pass it to the FPGA to feed my DUT because i don't want to send the whole signal in one block.

thanks!

0 Kudos
Message 4 of 5
(2,445 Views)

Hi toupsonx,

 

I want to unwrap that signal to pass it to the FPGA to feed my DUT because i don't want to send the whole signal in one block.

In which way do you want to "unwrap"?

And how is this related to sending several blocks of data from RT to FPGA?

 

(It would be nice to have some default values in your "Generation parameters" cluster to immediatly see your problem. Setting some values gives a nice waveform in the graph.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(2,427 Views)