Skip to content Skip to navigation

Connexions

You are here: Home » Content » Norms

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 authors
  • 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.

Norms

Module by: Michael Haag, Justin Romberg

Summary: This module will define a norm and give examples and properties of it.

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.

Introduction

Much of the language in this section will be familiar to you - you should have previously been exposed to the concepts of

in the context of n n . We're going to take what we know about vectors and apply it to functions (continuous time signals).

Norms

The norm of a vector is a real number that represents the "size" of the vector.

Example 1

In 2 2 , we can define a norm to be a vectors geometric length.

Figure 1
Figure 1 (norm_f1.png)

x= x 0 x 1 T x x 0 x 1 , norm x= x 0 2+ x 1 2 x x 0 2 x 1 2

Mathematically, a norm · · is just a function (taking a vector and returning a real number) that satisfies three rules.

To be a norm, · · must satisfy:

  1. the norm of every vector is positive x,xS:x>0 x x S x 0
  2. scaling a vector scales the norm by the same amount αx=|α|x α x α x for all vectors x x and scalars α α
  3. Triangle Property: x+yx+y x y x y for all vectors x x, y y. "The "size" of the sum of two vectors is less than or equal to the sum of their sizes"

A vector space with a well defined norm is called a normed vector space or normed linear space.

Examples

Example 2

n n (or n n ), x= x 0 x 1 x n - 1 x x 0 x 1 x n - 1 , x1=i=0n1| x i | 1 x i 0 n 1 x i , n n with this norm is called 1 ( [ 0 , n - 1 ] ) 1 ( [ 0 , n - 1 ] ) .

Figure 2: Collection of all x2 x 2 with x1=1 1 x 1
Figure 2 (norm_f2.png)

Example 3

n n (or n n ), with norm x2=i=0n1| x i |212 2 x i 0 n 1 x i 2 1 2 , n n is called 2 ( [ 0 , n - 1 ] ) 2 ( [ 0 , n - 1 ] ) (the usual "Euclidean"norm).

Figure 3: Collection of all x2 x 2 with x2=1 2 x 1
Figure 3 (norm_f3.png)

Example 4

n n (or n n , with norm x=maxi{| x i |} x i x i is called ( [ 0 , n - 1 ] ) ( [ 0 , n - 1 ] )

Figure 4: x2 x 2 with x=1 x 1
Figure 4 (norm_f4.png)

Spaces of Sequences and Functions

We can define similar norms for spaces of sequences and functions.

Discrete time signals = sequences of numbers xn= x -2 x -1 x 0 x 1 x 2 x n x -2 x -1 x 0 x 1 x 2

  • xn1=i=-|xi| 1 x n i x i , xn 1 ( ) x1< x n 1 ( ) 1 x
  • xn2=i=-|xi|212 2 x n i x i 2 1 2 , xn 2 ( ) x2< x n 2 ( ) 2 x
  • xnp=i=-|xi|p1p p x n i x i p 1 p , xn p ( ) xp< x n p ( ) p x
  • xn= sup i | x [ i ] | x n sup i | x [ i ] | , xn ( ) x< x n ( ) x

For continuous time functions:

  • ftp=-|ft|pdt1p p f t t f t p 1 p , ft L p ( ) ftp< f t L p ( ) p f t
  • (On the interval) ftp=0T|ft|pdt1p p f t t 0 T f t p 1 p , ft L p ( [ 0 , T ] ) ftp< f t L p ( [ 0 , T ] ) p f t

Comments, questions, feedback, criticisms?

Send feedback