FFT Notes

版本 1.1.1 (106.6 KB) 作者: Jason Nicholson
This shows how to process a signal with an odd and even length fft.
114.0 次下载
更新时间 2020/7/4

查看许可证

This live script shows how to process a signal with an odd and even length FFT. The magnitude, phase, and corresponding frequency vector are calculated. This live script is a quick reference for the next time I want to do these calculations. Applications include frequency analysis of signals, Short Time Fourier Transform (STFT), ideal filtering (combined with symmetric ifft), and probably some other applications.

引用格式

Jason Nicholson (2025). FFT Notes (https://www.mathworks.com/matlabcentral/fileexchange/70403-fft-notes), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fourier Analysis and Filtering 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.1

small minor update for clarity.

1.1

Reformatted the script. I made the document more clear.

1.0.1

Adding an image

1.0.0