Borrar filtros
Borrar filtros

Locate peaks of an fft without using 'findpeaks'

12 visualizaciones (últimos 30 días)
Yashwanth
Yashwanth el 5 de Jul. de 2024 a las 7:02
Respondida: Star Strider el 5 de Jul. de 2024 a las 10:53
Hi everyone .. I have some data from an fft and need to locate the peaks .I know the ' findpeaks' function performs this but I don't have the license to signal processing tool

Respuestas (2)

Aditya
Aditya el 5 de Jul. de 2024 a las 7:10

Star Strider
Star Strider el 5 de Jul. de 2024 a las 10:53
In R2023a you should have the islocalmax function, that does essentially the same as findpeaks, although with slightly different output. You will have to use the find function to get the numerical indices of tthe peaks from tthe logical vector islocalmax returns.

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by