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

4 visualizaciones (últimos 30 días)
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?

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 20 de Mayo de 2016
[max_value,freq]=max(your_signal)

Categorías

Más información sobre Spectral Measurements en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by