03-01-2017 12:52 AM
Hi,
I used this function on my project:
FFT2D(signal, NUM_ROWS, NUM_COLS, NUM_ROWS, NUM_COLS, 0, fftOut);
Now I want to show the result (fftOut) on picture.
for example (matlab code):
03-01-2017 02:43 PM
The following link is an extensive help document on graphing in LabWindows/CVI
http://zone.ni.com/reference/en-XX/help/370051AC-01/cvi/uiref/cviprogramming_with_graph_controls/
In addition, here are two good links on FFT
http://www.ni.com/white-paper/4278/en/
http://zone.ni.com/reference/en-XX/help/370051V-01/cvi/libref/analysisconcepts/fft_fundamentals/