[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.
- Filtering Signals according to an Amplitude Range, pkohvaei, 2012/12/07
- Re: Filtering Signals according to an Amplitude Range, Juan Pablo Carbajal, 2012/12/07
- Re: Filtering Signals according to an Amplitude Range, pkohvaei, 2012/12/07
- Re: Filtering Signals according to an Amplitude Range, Ismael Diego Nunez-Riboni, 2012/12/07
- Re: Filtering Signals according to an Amplitude Range, pkohvaei, 2012/12/07
- Re: Filtering Signals according to an Amplitude Range, Ismael Diego Nunez-Riboni, 2012/12/07
- Re: Filtering Signals according to an Amplitude Range, Ismael Diego Nunez-Riboni, 2012/12/07
- Re: Filtering Signals according to an Amplitude Range, pkohvaei, 2012/12/07
- Re: Filtering Signals according to an Amplitude Range,
Ozzy Lash <=
- Re: Filtering Signals according to an Amplitude Range, pkohvaei, 2012/12/14
- Re: Filtering Signals according to an Amplitude Range, pkohvaei, 2012/12/14
- Using butterworth filter, StandardOctaveUser, 2012/12/14
- Re: Using butterworth filter, StandardOctaveUser, 2012/12/14
- Re: Using butterworth filter, Sergei Steshenko, 2012/12/15
- Re: Using butterworth filter, StandardOctaveUser, 2012/12/15
- Re: Using butterworth filter, Sergei Steshenko, 2012/12/15
- Re: Using butterworth filter, StandardOctaveUser, 2012/12/15
- Re: Using butterworth filter, Sergei Steshenko, 2012/12/15
- Re: Filtering Signals according to an Amplitude Range, Juan Pablo Carbajal, 2012/12/08