필터 지우기
필터 지우기

Perfect Reconstruction using ISTFT

조회 수: 1 (최근 30일)
SUDHAKAR MISHRA
SUDHAKAR MISHRA 2020년 4월 5일
Hi members,
I am not able to do perfect reconstruction with istft function in matlab. Please see the following functions and point out if I am doing something wrong.
[normStimDB, tDB] = istft(baselineNormDB, EEG.srate, 'Window', sqrt(hann(250, 'periodic')), 'OverlapLength', 125, 'FFTLength', 250);
[timeFreqB2, freqB2, timeB2] = stft(normStimDB, EEG.srate, 'Window', sqrt(hann(250, 'periodic')), 'OverlapLength', 125, 'FFTLength', 250);
The COLA condition is also being satisfied which is required for the perfect reconstruction.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Biomedical Signal Processing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by