Filter löschen
Filter löschen

Undefined function or variable 'chebwin'.

2 Ansichten (letzte 30 Tage)
Munirah Yusof
Munirah Yusof am 9 Mär. 2021
Kommentiert: Munirah Yusof am 9 Mär. 2021
Hi! I'm having trouble with my Matlab code. When I run the code, it shows this.
Undefined function or variable 'chebwin'.
Error in problem (line 33)
[ps2,freq]=pwelch(data,chebwin(128,100),[],N,Fs);% plotting half of the power spectrum with 50% overlap and chebwin window of length
128
Is this a problem with the toolbox or another issue?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 9 Mär. 2021
chebwin() needs the Signal Processing Toolbox to be installed and licensed. That is the same toolbox as pwelch, but due to the way MATLAB executes functions, it would not look for pwelch until after it had resolved all the parameters to the pwelch call.
  1 Kommentar
Munirah Yusof
Munirah Yusof am 9 Mär. 2021
I understand what you mean. Thank you for helping me.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu EEG/MEG/ECoG finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by