easyFFT

バージョン 1.0.0 (1.51 KB) 作成者: Daniel Frisch
Easy-to-use Fast Fourier Transform
ダウンロード: 588
更新 2020/4/21

ライセンスの表示

easyFFT Easy-to-use Fast Fourier Transform

Conveniently returns the frequency vector along with the FFT.

Input Arguments
- SIG : Input array, signal in time domain, equidistant sampling
- n : Transform length
- dim : Dimension to operate along
- samplerate : Samplig rate of X in Hz

Output Arguments
- Y : Frequency domain representation (fftshift'ed format)
- f : Frequency vector along dim

Usage Example
>> [Y,f] = easyFFT( X, 2^20, 1, 1/dt );

引用

Daniel Frisch (2024). easyFFT (https://www.mathworks.com/matlabcentral/fileexchange/75139-easyfft), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2020a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0