How do I modify dsp.HDLFFT generated RTL to create smaller FFTs?
2 次查看(过去 30 天)
显示 更早的评论
I understand the SDF FFT algorithms are cascaded how do I modify the code to realize smaller FFTs? I am running 32K FFT and wish to realize functions below that all the way down to 16.
Have anyone tried before?
0 个评论
回答(1 个)
Bharath Venkataraman
2017-9-27
Are you trying to reuse the code for variable length FFTs? If all you want is FFTs of different sizes, you can configure dsp.HDLIFFT with the appropriate FFT length and generate HDL code.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transforms 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!