Skip to content Skip to navigation

Connexions

You are here: Home » Content » Circular Shifts

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.

      What are tags? tag icon

      Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

    • External bookmarks
  • E-mail the author
  • Rate this module (How does the rating system work?)

    Rating system

    Ratings

    Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

    How to rate a module

    Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

    (0 ratings)

Lenses

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.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

This content is ...

In these lenses

  • richb's DSP display tagshide tags

    This module is included inLens: richb's DSP resources
    By: Richard BaraniukAs a part of collection:"Signals and Systems"

    Comments:

    "My introduction to signal processing course at Rice University."

    Click the "richb's DSP" link to see all content selected in this lens.

    Click the tag icon tag icon to display tags associated with this content.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Circular Shifts

Module by: Justin Romberg

Summary: The module looks at circular shifting and how it is can be used as a tool to represent the shifting of a periodic sequence.

Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.

The many properties of the DFT become really straightforward (very similar to the Fourier Series) once we have once concept down: Circular Shifts.

Circular shifts

We can picture periodic sequences as having discrete points on a circle as the domain

Figure 1
Figure 1 (fig1.png)

Shifting by mm, fn+m f n m , corresponds to rotating the cylinder mm notches ACW (counter clockwise). For m=-2 m -2 , we get a shift equal to that in the following illustration:

Figure 2: for m=-2 m -2
Figure 2 (fig2.png)
Figure 3
Figure 3 (fig3.png)

To cyclic shift we follow these steps:

1) Write fn f n on a cylinder, ACW

Figure 4: N=8 N 8
Figure 4 (fig4.png)

2) To cyclic shift by mm, spin cylinder m spots ACW fnf (( n + m )) N f n f (( n + m )) N

Figure 5: m=-3 m -3
Figure 5 (fig5.png)

Example 1

If fn=01234567 f n 0 1 2 3 4 5 6 7 , then f (( n - 3 )) N =34567012 f (( n - 3 )) N 3 4 5 6 7 0 1 2

It's called circular shifting, since we're moving around the circle. The usual shifting is called "linear shifting" (shifting along a line).

Notes on circular shifting

f (( n + N )) N =fn f (( n + N )) N f n Spinning NN spots is the same as spinning all the way around, or not spinning at all.

f (( n + N )) N =f (( n - ( N - m ) )) N f (( n + N )) N f (( n - ( N - m ) )) N Shifting ACW mm is equivalent to shifting CW Nm N m

Figure 6
Figure 6 (fig6.png)

f (( - n )) N f (( - n )) N The above expression, simply writes the values of fn f n clockwise.

Figure 7
(a) fn f n (b) f (( - n )) N f (( - n )) N
Figure 7(a) (fig7a.png)Figure 7(b) (fig7b.png)

Circular shifts and the DFT

Theorem 1: Circular Shifts and DFT

If fn DFT Fk f n DFT F k then f (( n - m )) N DFT -2πNkmFk f (( n - m )) N DFT 2 N k m F k (i.e. circular shift in time domain = phase shift in DFT)

Proof

fn=1Nk=0N1Fk2πNkn f n 1 N k 0 N 1 F k 2 N k n (1)
so phase shifting the DFT
fn=1Nk=0N1Fk-2πNkn2πNkn=1Nk=0N1Fk2πNknm=f (( n - m )) N f n 1 N k 0 N 1 F k 2 N k n 2 N k n 1 N k 0 N 1 F k 2 N k n m f (( n - m )) N (2)

Comments, questions, feedback, criticisms?

Send feedback