Is lyapExp working properly?

조회 수: 4 (최근 30일)
Gerald DiBona
Gerald DiBona 2018년 12월 1일
편집: Bora Eryilmaz 2019년 2월 8일
WHEN I ENTER AT MATLAB PROMPT: lyap = lyapunovExponent(x,50). x is my signal and fs=50 Hz.
I GET THE FOLLOWING LIST OF ERROR MESSAGES:
Not enough input arguments.
Error in rms (line 17)
delta = windowlength - overlap;
Error in enbw (line 33)
bw = (rms(window)/mean(window))^2;
Error in psdparserange>parseTime (line 84)
rbw = enbw(w,fs);
Error in psdparserange (line 35)
[Pxx, F, Frange, rbw] = parseTime(funcName, beta, varargin{1:min(n,3)});
Error in meanfreq (line 63)
[Pxx, F, Frange, rbw, extraArgs, status] = psdparserange('meanfreq',
kaiserBeta, varargin{:});
Error in lyapunovExponent>parseAndValidateInputs (line 199)
MinSeparation = ceil(fs/max(meanfreq(x,fs)));
Error in lyapunovExponent (line 54)
[x, fs, dim, lag, ExpansionRange, MinSeparation, isSingle] =
parseAndValidateInputs(x, varargin{:});

답변 (1개)

Bora Eryilmaz
Bora Eryilmaz 2019년 2월 8일
편집: Bora Eryilmaz 2019년 2월 8일
Hi Gerald,
Could you help determine which "rms" command the top error from your error trace is coming from:
Error in rms (line 17)
delta = windowlength - overlap;
When you run the following in the Command Window:
which -all rms
is the top output something like "...matlab\toolbox\signal\signal\rms.m"
It looks like another "rms.m" might be shadowing the ...\signal\rms.m command.
Best Regards,
Bora

카테고리

Help CenterFile Exchange에서 Manage System Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by