Removal of spike at beginning of filtered signal time series plot

7 visualizaciones (últimos 30 días)
BOB
BOB el 21 de Nov. de 2017
Respondida: Star Strider el 21 de Nov. de 2017
Hi,
I have several plots of a filtered signal, all of which have a spike at the beginning which I would like to remove. Is there a way of routinely carrying out this removal rather than manually searching for the values corresponding to this spike and not plotting them?
My plot is essentially time against ground velocity.
Thanks and my apologies for this seemingly vague description

Respuestas (1)

Star Strider
Star Strider el 21 de Nov. de 2017
Guessing here, since I don’t have your data (or even a picture of it).
See if the Signal Processing Toolbox findpeaks function can identify the ‘spike’, the negate your signal and see if findpeaks can identify the start and end of the spike. If so, you can use the location data (getting the indices would be easiest) to isolate and eliminate it.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by