フィルターのクリア

fft of a continuous signal

21 ビュー (過去 30 日間)
Anuj
Anuj 2014 年 2 月 3 日
コメント済み: Suneesh 2014 年 2 月 4 日
I am using Simulink, where I have a block whose output is a 3-phase current. I need to find fft of this current signal (which is a continuous, real signal). I am really confused how to do it, Any help would be appreciated.

回答 (1 件)

Suneesh
Suneesh 2014 年 2 月 3 日
Fast Fourier transform (FFT) is an algorithm to calculate the discrete Fourier transform (DFT). Now the DFT is defined only for discrete equally spaced samples of data - not for a continuous signal. If you are just studying the frequencies in your signal then it may be easier to just discretize and take the FFT. else you are looking for the Fourier transform of your continuous signal.
  2 件のコメント
Anuj
Anuj 2014 年 2 月 4 日
編集済み: Anuj 2014 年 2 月 4 日
Thanks for your reply, I know that its an algorithm to find DFT, but I have to get that only and that's where I am confused, how do I discretize the signal, do fft blocks have inbuilt sampling function to discretize them and so on.. and if yes, which toolbox to use and how?
Suneesh
Suneesh 2014 年 2 月 4 日

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeTransforms についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by