How to implement a real-time fft for FPGA with matlab or simulink ?

2 views (last 30 days)
I already know that there is a FFT HDL Optimized Block in Simulink that can be used to generate HDL Code for later on FPGA implementation.
But does this block calculate the FFT real-time ? If not, how do i implement it ? and if yes, how do i configure its attributes (FFTLength, etc.) ?

Accepted Answer

Bharath Venkataraman
Bharath Venkataraman on 13 Aug 2021
The HDL code from the FFT HDL Optimized does do processing in real-time with streaming samples. It also allows you to process multiple samples every clock to increase your throughput to Gigasamples per second. You can set the parameters on the mask of the block and the number of samples you feed in to the block decides how many samples it processes on the FPGA.
  5 Comments

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!