LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Taking the FFT of a 2D array

I am using a Kiethley board to control a motor that is constantly spinning a frame.  I have 2 accelerometers that are monitoring the vibrations of the motor, but in order to see where these vibrations get more intense I must take the FFT of the signal.  This signal is a 2D array.  How do I take the FFT of a  2D array?  Any and all help would be appreciated.  I have been trying, but can't seem to figure it out.  Smiley Sad 
0 Kudos
Message 1 of 2
(2,455 Views)
Hello JBadon,

your 2d data probably consist of 2 colums of data, one column for each accelerometer. So just use index array (or array subset) to get the data for only one accelerometer and do your FFT on this data!
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,452 Views)