fast transversal least-凯发k8网页登录
fast transversal least-squares fir adaptive filter
description
the dsp.fasttransversalfilter
computes output, error and
coefficients using a fast transversal least-squares fir adaptive filter.
to implement the adaptive fir filter object:
create the
dsp.fasttransversalfilter
object and set its properties.call the object with arguments, as if it were a function.
to learn more about how system objects work, see what are system objects?
creation
syntax
description
returns a
system object™, ftf
= dsp.fasttransversalfilterftf
, which is a fast transversal,
least-squares fir adaptive filter. this system object computes the filtered output and the filter error for a given input and
desired signal.
returns a ftf
= dsp.fasttransversalfilter(len
)dsp.fasttrasversalfilter
system object with the length
property set to
len
.
returns a ftf
= dsp.fasttransversalfilter(name,value
)dsp.fasttransversalfilter
system object with each specified property set to the specified value.
properties
usage
syntax
description
input arguments
output arguments
object functions
to use an object function, specify the
system object as the first input argument. for
example, to release system resources of a system object named obj
, use
this syntax:
release(obj)
examples
references
[1] haykin, simon. adaptive filter theory, 4th ed. upper saddle river, nj: prentice hall, 2002.
extended capabilities
version history
introduced in r2013b