LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert to 1 D array of (double[64 bit real (~ 15 decision precision)])

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.

 

 

 

0 Kudos
Message 1 of 3
(3,273 Views)

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…)

Best regards,
GerdW


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

Thanks GerdW, for early help and reply. I will go through these videos. 

0 Kudos
Message 3 of 3
(3,253 Views)