Envelope(signal,np,'peak') gives error in Matlab 2015b?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Multirate Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!