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.

Doubt about FFT points in Xilinx Core

Status
Not open for further replies.

Jack// ani

Advanced Member level 3
Joined
Dec 2, 2004
Messages
757
Helped
107
Reputation
222
Reaction score
58
Trophy points
1,308
Activity points
5,006
Doubt about FFT points

Hi guys,

FFT is not my forte, and I'm considering FFT core created by Xilinx Core generator a black box.

But here is what bugging me...

I'm implementing FSM to compute 1024 point FFT on audio sampled at 8000Hz. So, do I need to send data samples in chunks of 1024? And that for every 1024 read by the FFT core it gives a single output data sample(frequency)?

Thanks
 

Doubt about FFT points

Guys...please reply, anyone?
 

Re: Doubt about FFT points

Hi;
I think you may need to review the sampling theory for some details.
However, what I can tell you in brief is that FFT output must be a spectrum, i.e. values (frequency components) versus frequency. You'll have a single output if you send a single frequency tone such as sin(2*pi*fc), then you'll see a delta function at freq = +fc, -fc.
Concerning the length of the samples, yes you must send 1024 of bits even if you add padding zeros.
Please note that FFT may return compplex values, to avoid such a situation you may use the symmetry property of fourier transform.

Best wishes,
Sameh Yassin
 

Re: Doubt about FFT points

Hi samehyassin99,

i don think that u need to send the samples as chunks of 1024, according to me FFT IP by xilinx will take care of data handling., anyways datasheet of that particular ip may be more explanative..

regards
Kalyansuman
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top