single section or cascaded allpass filter -凯发k8网页登录
single section or cascaded allpass filter
description
the dsp.allpassfilter
object filters each channel of the input using
allpass filter implementations. to import this object into simulink®, use the matlab® system block.
to filter each channel of the input:
create the
dsp.allpassfilter
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
description
returns an
allpass filter system object™, allpass
= dsp.allpassfilterallpass
, that filters each channel of the input signal
independently using an allpass filter, with the default structure and coefficients.
returns an allpass filter system object, allpass
= dsp.allpassfilter(name,value
)allpass
, with each 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
algorithms
references
[1] regalia, philip a. and mitra sanjit k. and vaidyanathan, p. p. (1988) “the digital all-pass filter: aversatile signal processing building block.” proceedings of the ieee, vol. 76, no. 1, 1988, pp. 19–37
[2] m. lutovac, d. tosic, b. evans, filter design for signal processing using matlab and mathematica. upper saddle river, nj: prentice hall, 2001.
extended capabilities
version history
introduced in r2013a
see also
functions
- | | | | | | |
objects
- |