help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filtering Signals according to an Amplitude Range


From: Ozzy Lash
Subject: Re: Filtering Signals according to an Amplitude Range
Date: Fri, 7 Dec 2012 11:09:00 -0600

On Fri, Dec 7, 2012 at 10:25 AM, pkohvaei <address@hidden> wrote:
> Yes I am a newbie :)
>
>
>


Are you trying to remove the large spikes from the data?  If so you
may want to look at using a median filter.  It goes through the data
and looks at a configurable window of samples and replaces each sample
with the median of all the samples.  With a window size of 3 it is
good at removing occasional bad samples from data.  I think the
medfilt1() function from the signal processing package implements it.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]