필터 지우기
필터 지우기

Retrieving The Estimated Window Size For pwelch Function

조회 수: 1 (최근 30일)
Darryl
Darryl 2015년 1월 28일
편집: Darryl 2015년 1월 28일
For learning purposes, I am trying to return the estimated window size value from the pwelch function.
I have a 500hz + 550hz computed sine wave with an fs = 50000 , N = 5000 .
With the function called:
[pw, window] = pwelch(x, [], [], [], fs);
My window variable is a 1025 length vector with low value doubles. If pwelch automatically segments x into 8 parts, why am I not seeing a scalar with the value of 625 (5000 / 8) ?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Spectral Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by