Get overall interpolation and decimation factors
[
returns the overall interpolation factor, L
,M
] =
getRateChangeFactors(rateConverter
)L
, and the overall
decimation factor, M
, corresponding to the
rateConverter
. The rate converter object can be a dsp.FarrowRateConverter
System object™ or a dsp.SampleRateConverter
System object. The rate change factors computed take into account the
OutputRateTolerance
property. The overall decimation factor
affects the allowable frame size of the input to the object. The row length of the
input vector or matrix must be an integer multiple of M
.
This function supports C and C++ code generation.