Connexions

You are here: Home » Content » Norms
Content Actions
Lenses

What is 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.

This content is ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included inLens: Rice University OpenCourseWare
    By: OpenCourseWare ConsortiumAs a part of collection:"Signals and Systems"

    Click the "Rice University OCW" link to see all content affiliated with them.

    Rice University OCW
Also in these lenses
  • 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.

    richb's DSP
Tags

(?)

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.

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.
norm_f1.png
Figure 1
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=0n-1| 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 ] ) .
norm_f2.png
Figure 2: Collection of all x2 x 2 with x1=1 1 x 1
Example 3 
n n (or n n ), with norm x2=i=0n-1| 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).
norm_f3.png
Figure 3: Collection of all x2 x 2 with x2=1 2 x 1
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 ] )
norm_f4.png
Figure 4: x2 x 2 with x=1 x 1

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