Need some explaining on signal processing terms

3 ビュー (過去 30 日間)
Daemian
Daemian 2015 年 1 月 9 日
コメント済み: Daemian 2015 年 1 月 9 日
I need some explaining on certain terms in signal processing which I don't understand:
1. What is windowing ? Is it to analysis certain period of the signal ?
2. What is SFTF? Is it use in speech signal processing? So does that mean I can't use FFT ?
Thanks daemian

採用された回答

Adam
Adam 2015 年 1 月 9 日
1. In the simplest terms a window is a function that is zero everywhere except in a specified range. The window function is then usually multiplied by a signal (often in a sliding fashion to get a result over the full signal) to focus some analysis on only the section of the signal covered by the window. There are many different types of window from simple rectangular to Gaussian windows and others with much greater tapering of the signal in the windowed region.
2. I assume you mean STFT. This is the Short Time Fourier Transform and is a sliding (or discrete moving at least) window version of the FFT.
Applying the FFT to a signal gives you pure frequency domain information with no information of where in the time domain of your signal the different frequency components occur. The STFT breaks up a signal into e.g. sections of a given length (32, for example) often with an overlap (e.g. 16) to avoid losing parts of the signal to windowing or getting edge effects from the windows and returns a 2d time-frequency result rather than a 1d frequency result. This result is known as a spectrogram which gives information of the joint time-frequency content of the signal according to the various windowing and fft-length decisions you make. There is a trade-off between time resolution and frequency resolution here - it isn't a magical panacea to achieve perfect resolution in both domains simultaneously of course.
  1 件のコメント
Daemian
Daemian 2015 年 1 月 9 日
Thanks for your answer !

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Signal Processing Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by