count cycles in a signal

15 Ansichten (letzte 30 Tage)
Mohanned Al Gharawi
Mohanned Al Gharawi am 8 Mär. 2019
Kommentiert: Star Strider am 8 Mär. 2019
Hello everybody;
I would like to count the number of cycles for a specific signal as shown in the below figure.
Thanks in advance.
frequencies.jpg

Akzeptierte Antwort

Star Strider
Star Strider am 8 Mär. 2019
Use the findpeaks (link) function. Since this appears to be a modulated sine carrier, you might also find the envelope (link) function helpful to recover the modulating signal, then use findpeaks on it as well.
  2 Kommentare
Mohanned Al Gharawi
Mohanned Al Gharawi am 8 Mär. 2019
Thanks, it worked.
Star Strider
Star Strider am 8 Mär. 2019
As always, my pleasure.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by