Find several maximum in signal
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello community, I need to fin several maximum in my signal. How can I do that, any idea? Thanks in advise
0 Commenti
Risposta accettata
Image Analyst
il 22 Nov 2012
You can use imregionalmax() if you have the Image Processing Toolbox. Or you can use findpeaks() if you have the Signal Processing Toolbox. Or you can write our own code like this: http://billauer.co.il/peakdet.html
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Fourier Analysis and Filtering in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!