Reply by Fred Marshall September 16, 20032003-09-16
"Sandeep Chikkerur" <sandeep_mc81@yahoo.com> wrote in message
news:d5d88eb5.0309160029.48c87b3f@posting.google.com...
> Hi, > > The order of a digital filter is the number of previous inputs (stored > in the processor's memory) used to calculate the current output. > > My doubt is, how can one estimate the current output based on the > previous inputs ? > > E.g in Adaptive Noise cancellation, if FIR filter is used, then the > output of the filter is, > > y[n] = x[n]*h[0] + x[n-1]*h[1] + ... + x[0]*h[n] > > If x is the noise source,then how do u estimate the current output > based on the past inputs of x ? > > +---------+ s[n] (+)+--+ > Speech ------>| Channel |----------------->| |-----+--> e[n] > Source +---------+ |__| | > ^(-) | > +---------+ +----/----+ | | > Noise ------>| Channel |------>| Adaptive|--+ | > Source +---------+ x[n]| Filter | y[n] |feedback > +-/------ + | > / | > +-------------------+ > > > e[n] = s[n] - y[n] > > > y[n] has all the components of previous noise inputs. > When u obtain e[n], does it not affect the output? > If not, then how do the charecteristics of previous inputs > influence the present output (i.e cancelling the noise) ?
Sandeep, You didn't like the answers to your post of 9/3??? Fred
Reply by Sandeep Chikkerur September 16, 20032003-09-16
Hi,

The order of a digital filter is the number of previous inputs (stored
in the processor's memory) used to calculate the current output.

My doubt is, how can one estimate the current output based on the
previous inputs ?

E.g in Adaptive Noise cancellation, if FIR filter is used, then the
output of the filter is,

y[n] = x[n]*h[0] + x[n-1]*h[1] + ... + x[0]*h[n]

If x is the noise source,then how do u estimate the current output
based on the past inputs of x ?

               +---------+        s[n]   (+)+--+
 Speech ------>| Channel |----------------->|  |-----+--> e[n]
 Source        +---------+                  |__|     |
                                              ^(-)   |
               +---------+       +----/----+  |      |
  Noise ------>| Channel |------>| Adaptive|--+      |
 Source        +---------+   x[n]| Filter  | y[n]    |feedback
                                 +-/------ +         |
                                  /                  |
                                 +-------------------+

   
     e[n] = s[n] - y[n]

     
    y[n] has all the components of previous noise inputs.
    When u obtain e[n], does it not affect the output?
    If not, then how do the charecteristics of previous inputs
    influence the present output (i.e cancelling the noise) ?


Thank you in advance.

--Sandeep