how to determine start point?
Afficher commentaires plus anciens
hi, I have an array of data which gives me a noisy graph that looks like a pulse. I want to determine the start point of the top part of the pulse. I also have several of those arrays and they are not similar to each other at all. I tried taking the top 5% of data, but this doesn't suit all arrays. I also tried using diff, but there is too much noise. can someone help me? thx
7 commentaires
Youssef Khmou
le 3 Sep 2013
Ronen, you mean peak detection in 1D signal?
Ronen
le 3 Sep 2013
Youssef Khmou
le 3 Sep 2013
what type of noise those array contain? try to pass them by low pass filter, use median filter, or use fir1 with chosen cutoff frequency, then take the 5% top .
Ronen
le 3 Sep 2013
dpb
le 3 Sep 2013
post link
Réponses (0)
Catégories
En savoir plus sur Multirate Signal Processing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!