getFilters
Get handles to digital downconverter or digital upconverter filter cascade objects
Description
returns a structure, S = getFilters(Conv)S, that contains copies of the filter
System objects and the CIC normalization factor that form a digital downconverter or
digital upconverter, Conv. The CIC normalization factor equals
the inverse of the CIC filter gain. This gain can include a correction factor to
ensure that the cascade response meets the ripple specifications.
The converter usually implements the conversion using three filter stages. Sometimes, one of the stages is bypassed and that filter stage is returned as an empty field.
specifies the arithmetic type of the filter stages. Set
S = getFilters(Conv,'Arithmetic',arithType)arithType to 'double',
'single', or 'Fixed-point'. When the
Conv object is in an unlocked state, you must specify the
arithmetic input. When the Conv object is in a locked state, it
ignores the arithmetic input argument.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012a