Finding the maximum amplitude in a spectrogram for a range of frequencies

4 views (last 30 days)
I have plotted the spectrogram of a pressure signal. The maximum amplitude occurs between 1500 and 2000 Hz. How to find the maximum amplitude and the corresponding frequency?

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 20 May 2016
[max_value,freq]=max(your_signal)

Community Treasure Hunt

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

Start Hunting!