How to generate hdl code for a function containing dsp.HDLFFT and dsp.HDLIFFT system objects?
Show older comments
My matlab code consists of fft, multiplication, division and ifft operations in a single function. Can we generate hdl code for the entire function to burn on fpga. Please help.
Answers (3)
Kiran Kintali
on 12 Jan 2021
0 votes
Can you share a sample code and testbench?
See attached example on how to generate HDL from hdl.FFT function.
1 Comment
satish kumar
on 20 Jan 2021
Kiran Kintali
on 20 Jan 2021
0 votes
Please share sample MATLAB Code and Testbench and the error you are seeing. Thanks
Kiran Kintali
on 6 Feb 2021
Edited: Kiran Kintali
on 6 Feb 2021
0 votes
See the attached file with examples on some of the coding styles.
Some of the examples contain FFT variations in MATLAB suitable for HDL code generation.
- basic discrete time integrator
- symmetric fir filter
- histogram equalizer
- 40 point parallel FFT
- polyphase channelizer
Categories
Find more on Speed and Area Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!