how to extract the minimum and maximum frequency of an audio signal,, minimum and maximum is reffering to the first and last peak of the signal in frequency domain. Thanks for the answers!!!

10 views (last 30 days)
how to extract the minimum and maximum frequency of an audio signal,, minimum and maximum is referring to the first and last peak of the signal in frequency domain. Thanks for the answers!!!

Answers (1)

Star Strider
Star Strider on 9 Feb 2016
If you have the Signal Processing Toolbox, use the findpeaks function. It has a number of name-value pair options, of which the 'MinPeakHeight' would likely be most appropriate for your application.

Community Treasure Hunt

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

Start Hunting!