if i have a signal with incresing amplitude, how can i detect the peak with the lowest amplitude ?

i am sorry i don't have the data with me but my graph looks like an AM modulation curve so how can i just take the peak with the smallest amplitude ??

 Accepted Answer

You can use findpeaks() in the Signal Processing Toolbox to find all the peaks, then from all the peaks it found, take the one with the lowest height.

2 Comments

thanks for your reply, i really appreciate it , one more thing is there any other way for doing it as i dont have Signal processing tool at this moment ?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!