The structure of a typical interpolator, with the filter located after the interpolation operation, means that the filter operates at a higher sampling rate, putting pressure on the design of the filter. The interpolation operation can be moved to the back through an identity transformation, placing the filter at the front, simplifying the system design.
First Identity#
Indicates that the extraction operation after the multiply-accumulate operation and the extraction operation before the multiply-accumulate operation are equivalent.
Second Identity#
Performing M delays followed by M extractions and performing M extractions followed by 1 delay are equivalent.
Third Identity#
The signal passing through the filter and then undergoing M extraction is equivalent to the signal undergoing M extraction and then passing through the filter .
Fourth Identity#
The interpolation operation before the multiply-accumulate operation is equivalent to the interpolation operation after the multiply-accumulate operation.
Fifth Identity#
The signal undergoing 1 delay followed by L interpolation is equivalent to undergoing L interpolation followed by L delays.
Sixth Identity#
The signal passing through the filter followed by L interpolation is equivalent to the signal undergoing L interpolation followed by the filter .