Need some explaining on signal processing terms

조회 수: 2 (최근 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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get 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