Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

2D FFT on incoming image

Status
Not open for further replies.

eziggurat

Full Member level 6
Joined
Feb 15, 2002
Messages
320
Helped
30
Reputation
62
Reaction score
18
Trophy points
1,298
Activity points
2,931
2d fft image

Hi,

I want to be able to perform a 2D FFT on an image but the only problem the image is coming in line by line. This will require the system to wait for one frame to arrive before performing a 2D FFT. Is there another way of performing a 2D FFT to a real-time image without delaying by a frame?

Ziggy
 

performing 2d fft on image

Hi
If the speed is more important in your design than memory do it:
multiply each row after receive with exp(j2p/NM(nk + ml) and store it in memory. After the end line you can just add properly to form 2D FFT.
I think this method speed up your design.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top