Choosing window for stft function

조회 수: 55 (최근 30일)
Sparsha Kumari
Sparsha Kumari 2020년 2월 6일
답변: Daniel M 2020년 4월 24일
Greetings!
I was wondering which window to use for EEG data analysis using stft function. I have tried using 'blackman', 'hanning' and 'kaiser' windows, but I am not sure which is the most suitable one for EEG data and how to set parameters correctly. Could someone please guide me in this regard?
Thanks

답변 (1개)

Daniel M
Daniel M 2020년 4월 24일
There is no single correct way of doing this. All windows will have their different spectral leakage profiles, and they're all useful in their own regards. The hann (hanning) window is often recommended for neuroimaging data, but so is rectwin (also known as boxcar), and dpss tapers.
Similarly, we can't tell you the best values for window length, noverlap, nfft, because we don't know the specifics of your data or what you intend to analyze.
I recommend watching this video tutorial for a good breakdown of time-frequency analysis. It uses the fieldtrip toolbox, but you can apply the knowledge towards the spectrogram() function as well.

카테고리

Help CenterFile Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by