Direct form FIR fullband differentiator filter
The dsp.Differentiator
System object™ applies a fullband differentiator filter on the input signal to differentiate
all its frequency components. This object uses an FIR equiripple filter design to design the
differentiator filter. The ideal frequency response of the differentiator is for . You can design the filter with minimum order with a specified order. This
object supports fixed-point operations.
To filter each channel of your input:
Create the dsp.Differentiator
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?.
returns a
differentiator, DF
= dsp.DifferentiatorDF
, which independently filters each channel of the
input over time using the given design specifications.
sets each property name to the specified value. Unspecified properties have default
values.DF
= dsp.Differentiator(Name,Value
)
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)
[1] Orfanidis, Sophocles J. Introduction to Signal Processing. Upper Saddle River, NJ: Prentice-Hall, 1996.
dsp.BiquadFilter
| dsp.FIRFilter
| dsp.HighpassFilter
| dsp.VariableBandwidthFIRFilter
| dsp.VariableBandwidthIIRFilter