Hi everyone...I am getting transient peak in the signal from 0 to 6000 hz in the sound pressure level plot. Can anyone suggest me how to remove it?

1 Ansicht (letzte 30 Tage)
I am getting transient peak in the signal from 0 to 6000 hz in the sound pressure level plot. Can anyone suggest me how to remove it?

Antworten (1)

Star Strider
Star Strider am 29 Mai 2023
If you are referring to the series of ‘spikes’, the easiest way would be to use findpeaks to define the spikes and the frequencies at the spike centres, and then use a FIR filter to remove them. This first requires that you share the data (if you want help to design the filter), and second that the signal is long enough to work with a FIR filter, since FIR filters are themselves usually long.
Use filtfilt to do the actual filtering.
  4 Kommentare

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by