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.
specifies the input sample rate as a positive real scalar or
fos = dsp.FourthOrderSectionFilter(___,SampleRate=Value)"normalized". (since R2026a)
To specify an input sample rate of 22050 Hz, set
SampleRate to 22050. To specify the input sample rate in normalized
units, set SampleRate to "normalized". (since R2026a)
returns a fos = dsp.FourthOrderSectionFilter(___,PropertyName,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)



