How can I solve peak by using simulink in matlab?
2 次查看(过去 30 天)
显示 更早的评论
How to know the number of maximum and minimum peaks in a signal, and each peak its value, with input of random and real-time signal using simulink in matlab?
3 个评论
回答(1 个)
Azzi Abdelmalek
2013-12-14
In real time, you can't know if a point is a peak or no, because at t=n, we don't know the next point at t=n+1
4 个评论
Youssef Khmou
2013-12-15
What Azzi sais is logic, you can write a code and make it in user defined Function, but i do not have much experience with this approach .
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!