LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FFT analysis on Digital input

I am interested in performing FFT analysis on a digital input from an A/D converter using labview.I can display the information on a graph and well as a led display. However i need to modify the data from binary to a number in order to perform the FFT.How can i do this!
0 Kudos
Message 1 of 2
(2,496 Views)
If each sample can be represented by an array of boolean, you can use the Convert Boolean Array to Number primitive located in the Boolean palette to convert the samples one by one. The format is lsb-first so if you need msb-first, you can reverse your array with the Reverse 1D Array primitive in the Array palette.
0 Kudos
Message 2 of 2
(2,496 Views)