Re: medain filter






"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








.



Relevant Pages

  • Re: Fast median filter
    ... > I am searching source code for programming a fast median filter, ... > the separable median filter. ... find the median value in the histogram. ... scan the updated histogram to find the median value for the next pixel. ...
    (sci.image.processing)
  • sliding median filter
    ... I would like to code a median filter defined as the following: ... for a data set, x, of length m, create data set, y, ... sliding a window over a one dimensional set and taking the median of the ...
    (comp.programming)
  • Re: Image Processing
    ... I don't mean to embarass you by asking the obvious, ... "median" into the help facility? ... which is a 2D median filter. ...
    (comp.soft-sys.matlab)
  • medain filter
    ... ijust need an median filter of length 5 for my fsk modulated signal. ... can any body provide me help in this regard, ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • medain filter
    ... ijust need an median filter of length 5 for my fsk modulated signal. ... can any body provide me help in this regard, ... Prev by Date: ...
    (comp.soft-sys.matlab)