Envelope(signal,np,'peak') gives error in Matlab 2015b?
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!