fftshift implementation in Simulink
Ältere Kommentare anzeigen
I need to generate IPs for HDL implementation of an algorithm. I need to do fftshift in simulink but there is no fftshift block avaiable. Is there any way we can do fftshift of the output data from FFT block from DSP HDL toolbox? I am attaching FFT model for reference.
1 Kommentar
Hamza
am 23 Jan. 2025
Akzeptierte Antwort
Weitere Antworten (1)
fftshift is extended to code generation. Assuming the data output from the FFT block is in linear order, you can call fftshift from inside a MatlabFunction block.
Kategorien
Mehr zu Transforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!