Rader's / Mixed-Radix FFT

版本 2.0.3 (3.1 KB) 作者: Ryan Black
Function optimizes the DFT or iDFT for prime and composite signals. Does not use built in FFT and is tutorial-based.
199.0 次下载
更新时间 2019/10/9

查看许可证

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

引用格式

Ryan Black (2024). Rader's / Mixed-Radix FFT (https://www.mathworks.com/matlabcentral/fileexchange/70563-rader-s-mixed-radix-fft), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018b
兼容 R2018a 到 R2019b 的版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Discrete Fourier and Cosine Transforms 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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