moerjielovecookie

Sawen_Blog

一个普通工科牲的博客网站
x
github
follow
email

Multi-rate Signal Processing - Nobel Identity

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 in front, simplifying the system design.

First Identity#

Indicates that the extraction operation after the multiply-accumulate operation is equivalent to the extraction operation before the multiply-accumulate operation.

1725451305235.png

Second Identity#

Performing M extractions after M delays is equivalent to performing M delays after M extractions.

1725451336136.png

Third Identity#

The signal passing through the filter H(zM) and then M extractions is equivalent to the signal passing through M extractions and then the filter H(z).

1725451644008.png

Fourth Identity#

The interpolation operation before the multiply-accumulate operation is equivalent to the interpolation operation after the multiply-accumulate operation.

1725451694340.png

Fifth Identity#

The signal going through 1 delay before L interpolation is equivalent to going through L interpolation before L delays.

1725451772371.png

Sixth Identity#

The signal passing through the filter $H(z)$ before L interpolation is equivalent to the signal going through L interpolation before passing through the filter $H(z^L)$.

1725451845464.png

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.