Main Content
getInterpolationFactors
Get interpolation factors of each filter stage of digital upconverter
Description
returns a vector, M
= getInterpolationFactors(upConv
)M
, with the interpolation factors of
each filter stage of digital up converter upConv
. If the first filter
stage is bypassed, then M
is a 1-by-2 vector that
contains the interpolation factors of the second and third stages. If the first filter stage
is not bypassed, then M
is a 1-by-3 vector containing
the interpolation factors of the first, second, and third filter stages.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012a