Undefined function or variable 'chebwin'.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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?
0 commentaires
Réponse acceptée
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.
Plus de réponses (0)
Voir également
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!