Rader's / Mixed-Radix FFT
The forward transform is triggered by -1 and takes the time-signal as a row vector:
[Y] = fftmodule(y,-1)
The inverse transform auto-normalizes by N, is triggered by 1 and takes the frequency-signal as a row vector:
[y] = fftmodule(Y,1)
**This matches the syntax used by MATLAB
Zitieren als
Ryan Black (2025). Rader's / Mixed-Radix FFT (https://de.mathworks.com/matlabcentral/fileexchange/70563-rader-s-mixed-radix-fft), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Transforms > Discrete Fourier and Cosine Transforms >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 2.0.3 | Actually removed hyperlink this time. |
||
| 2.0.2 | Title change and removal of outdated website link. |
||
| 2.0.1 | Performance Time Regularization Image |
||
| 2.0.0 | Optimized Rader's indexing. |
||
| 1.0.0 |