02-04-2014 03:30 AM
hello eveyone,
I am new to labview and I am facing a problem. Though it may be very very simple to you guys. I am using cRIO 9075 chasis and NI 9234 card as Analog input card. The output of sin signal I am getting form it is of type (double[64 bit real (~ 15 decision precision)]). But to get power spectrum and FFT of the signal I need 1 D array of (double[64 bit real (~ 15 decision precision)]). So, can you help me to convert the signal in desired form. I will be thankful to you.
02-04-2014 03:40 AM
Hi ansh,
you need to collect your data in an array, probably using BuildArray and a shift register.
As this is pretty basic I suggest to go trough the free online courses offered by NI! (Like here…)
02-04-2014 04:46 AM
Thanks GerdW, for early help and reply. I will go through these videos.