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 located after the multiply-accumulate operation is equivalent to the extraction operation located before the multiply-accumulate operation.

1725451305235.png

Second Identity#

Performing M extractions after M delays is equivalent to performing 1 delay 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 located before the multiply-accumulate is equivalent to the interpolation operation located after the multiply-accumulate.

1725451694340.png

Fifth Identity#

The signal first undergoes 1 delay and then L interpolation is equivalent to first undergoing L interpolation and then L delays.

1725451772371.png

Sixth Identity#

The signal first passes through the filter $H(z)$ and then undergoes L interpolation is equivalent to the signal first undergoing L interpolation and then 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.