필터 지우기
필터 지우기

processing audio signal using wigner ville distribution

조회 수: 1 (최근 30일)
VARUN PAL J
VARUN PAL J 2019년 4월 10일
when i try to process my audio signal using the matlab function "d = wvd(x,fs)" the below error is shown.x is my input audio signal and fs is the sampling frequency.KIndly give me some solution to rectify ths problem.
Requested 138809x1388080 (1435.6GB) array exceeds maximum array size preference. Creation of arrays greater than this limit
may take a long time and cause MATLAB to become unresponsive. See array size limit or preference panel for more
information.
Error in signalwavelet.internal.wvd.wvdImpl (line 36)
posLagMat = mod(nVec+floor(mVec'/2)+~rem((mVec'+1),2),N2)+1;
Error in wvd>computeWVD (line 174)
[wvdMat,freqVec] = signalwavelet.internal.wvd.wvdImpl(opts);
Error in wvd (line 129)
[D,F] = computeWVD(opts);
Error in hlbert (line 6)
d = wvd(g,'smoothedPseudo')

답변 (0개)

카테고리

Help CenterFile Exchange에서 Time-Frequency Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by