Re: medain filter
- From: "Nasser Abbasi" <nma@xxxxxxxxx>
- Date: Sat, 13 Aug 2005 10:02:24 GMT
"tauqir" <ahmed61@xxxxxxxxx> wrote in message
news:ef10d2f.-1@xxxxxxxxxxxxxxxxxxx
> hi
> ijust need an median filter of length 5 for my fsk modulated signal.
> can any body provide me help in this regard, by code or some other
> way
> tanks
>
I could be missing something here, but it seems all you need is to
just take the median of each 5 signal points at a time as you scan the
signal from left to right? I assume you are doing noise reduction that
is why you want a median filter.
So, for each signal point, the new filtered signal point will be the
median of the 5 data points centered at such a point (i.e you would
include the original point, and replace it by the 5 points median).
Nasser
.
- References:
- medain filter
- From: tauqir
- medain filter
- Prev by Date: Re: one of the optimization solution(x(2)) should be integer,how to add this constraint?
- Next by Date: Re: To draw an arc between two points
- Previous by thread: medain filter
- Next by thread: Re: medain filter
- Index(es):
Relevant Pages
|