Discrete Fourier Transform function to avoid sampling errors

DFT function that takes an input signal of period N and sampling frequency fs.
ダウンロード: 83
更新 2016/4/8

ライセンスの表示

DFT function that takes an input signal of period N and sampling frequency fs.
The output is a vector that contains the module of its Fourier Transform. To do this, we have used the Matlab functions: fft and fftshift.
Also, in this function, we have restricted the signal period to be a multiple of 2 and greater than the sequence length. We have used the Matlab functions error and length to detect and throw errors in case this restrictions aren't met.
There is also a function to create a sine signal which can be used as an input in the DFT function.

MORE INFO AND EXAMPLES: http://www.behindthesciences.com/signal-processing/fouriertransformmatlabtutorial

引用

Behind The Sciences (2026). Discrete Fourier Transform function to avoid sampling errors (https://jp.mathworks.com/matlabcentral/fileexchange/56443-discrete-fourier-transform-function-to-avoid-sampling-errors), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDiscrete Fourier and Cosine Transforms についてさらに検索

Community Treasure Hunt

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

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