Problem 1366. Finding peaks
Find the peak values in the signal. The peak value is defined as the local maxima. For example, x= [1 12 3 2 7 0 3 1 19 7]; peaks = [12 7 3 19];
Hint: Plot x to visually analyse the signal and get the idea of finding the peak. Another hint : first derivative
Solution Stats
Problem Comments
-
2 Comments
goc3
on 18 Nov 2016
The test suite has been expanded.
Anastasios
on 31 Jan 2024
step1 watch one piece
Solution Comments
Show commentsProblem Recent Solvers402
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15528 Solvers
-
3149 Solvers
-
Calculate the area of a triangle between three points
2939 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
1788 Solvers
-
279 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!