LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to show the result from FFT2D ?

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

fftOut= fftshift(fft2(signal));
imagesc(abs(fftOut));
 
What should I do?
 
Thanks,
Or

 

0 Kudos
Message 1 of 2
(2,814 Views)

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/

Maggie M.
Application Engineer
National Instruments.
http://www.ni.com/support
Message 2 of 2
(2,757 Views)