dsp.FourthOrderSectionFilter
Implement cascade of fourth-order section filter
Description
The dsp.FourthOrderSectionFilter implements a cascade of
fourth-order section filters.
Creation
Syntax
Description
returns a
fos = dsp.FourthOrderSectionFilterFourthOrderSectionFilter object, fos, that
implements a cascade of fourth order filter sections.
returns a fos = dsp.FourthOrderSectionFilter(num,den)FourthOrderSectionFilter object with the
Numerator property set to num and the
Denominator property set to den.
returns a fos = dsp.FourthOrderSectionFilter(Name,Value)FourthOrderSectionFilter object with each specified property
name set to the specified value. You can specify additional name-value pair arguments in
any order.
Example: fos =
dsp.FourthOrderSectionFilter('Numerator',num,'Denominator',den)
Properties
Usage
Syntax
Description
Input Arguments
Output Arguments
Object Functions
Examples
Version History
Introduced in R2019a



