Skip to content Skip to navigation

Connexions

You are here: Home » Content » Polyphase Interpolation

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Recently Viewed

Polyphase Interpolation

Module by: Phil Schniter

Summary: Implementation of a polyphase interpolation filter.

Polyphase Interpolation Filter

Recall the standard interpolation procedure illustrated in Figure 1.

Figure 1
Figure 1 (m10431fig1.png)

Note that this procedure is computationally inefficient because the lowpass filter operates on a sequence that is mostly composed of zeros. Through the use of the Noble identities, it is possible to rearrange the preceding block diagram so that operations on zero-valued samples are avoided.

In order to apply the Noble identity for interpolation, we must transform Hz H z into its upsampled polyphase components H p zL H p z L , p=0L-1 p 0 L 1 .

Hz=nhnz-n=kp=0L-1hkL+pz-kL+p H z n n h n z n k k p 0 L 1 h k L p z k L p (1)
via knL k n L , pnmodL p n L
Hz=p=0L-1k h p kz-kLz-p H z p 0 L1 k k h p k z k L z p (2)
via h p khkL+p h p k h k L p
Hz=p=0L-1 H p zLz-p H z p 0 L1 H p z L z p (3)
Above, ·· denotes the floor operator and ·modM · M the modulo-MM operator. Note that the pthpth polyphase filter h p k h p k is constructed by downsampling the "master filter" hn h n at offset pp. Using the unsampled polyphase components, the Figure 1 diagram can be redrawn as in Figure 2.

Figure 2:
Figure 2 (m10431fig2.png)

Applying the Noble identity for interpolation to Figure 3 yields Figure 2. The ladder of upsamplers and delays on the right below accomplishes a form of parallel-to-serial conversion.

Figure 3:
Figure 3 (m10431fig3.png)

Comments, questions, feedback, criticisms?

Send feedback