Envelope(signal,np,'peak') gives error in Matlab 2015b?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
When I am using function envelope(signal,np,'peak'). It gives following error.
Error using findpeaks Too many input arguments.
Error in envelope>envPeak (line 181) [~,iPk] = findpeaks(double(x(:,chan)),'MinPeakDistance',n);
Error in envelope (line 79) [yupper, ylower] = envPeak(x,n);
Can somebody please tell me why i am getting this error it matches syntax.
Envelope(signal,np,'peak') gives error in Matlab 2015b? - ResearchGate. Available from: https://www.researchgate.net/post/envelopesignal_np_peak_gives_error_in_Matlab_2015b#view=57026f285b4952e0054f889f [accessed Apr 4, 2016].
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Multirate Signal Processing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!