LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image FFT

Dear Friends,
I am working on a BMP File ...i want to apply FFT on this IMage file which is a BMP extension .Since matlab does i want to know how in Labview 6.1
Rajeev Yadav
rxy2009@yahoo.com
0 Kudos
Message 1 of 3
(3,574 Views)
Hi,

If I recall correctly a 2D FFT can be acheived by applying a 1D FFT first
for every horizontal line, and then for every vertical line of the resulting
image. For the 1D FFT you can use the FFT function in LabVIEW, although it
might not be part of every LabVIEW version.

Regards,

Wiebe.

"LabView/LabWindows/CVI" wrote in message
news:5065000000080000006FA20000-1042324653000@exchange.ni.com...
> Dear Friends,
> I am working on a BMP File ...i want to apply FFT on this IMage file
> which is a BMP extension .Since matlab does i want to know how in
> Labview 6.1
> Rajeev Yadav
> rxy2009@yahoo.com
0 Kudos
Message 2 of 3
(3,574 Views)
Hello Rajeev,

This can be accomplished easily if you have the imaq vision software for LabVIEW. There is an imaqFFT function which you just input the image data type and it performs the FFT on the image. Otherwise you can use the regular labview functions and perform the FFT for both dimensions. Have a good one.
0 Kudos
Message 3 of 3
(3,574 Views)