Effacer les filtres
Effacer les filtres

Undefined function or variable 'chebwin'.

2 vues (au cours des 30 derniers jours)
Munirah Yusof
Munirah Yusof le 9 Mar 2021
Commenté : Munirah Yusof le 9 Mar 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?

Réponse acceptée

Walter Roberson
Walter Roberson le 9 Mar 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 commentaire
Munirah Yusof
Munirah Yusof le 9 Mar 2021
I understand what you mean. Thank you for helping me.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur EEG/MEG/ECoG dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by