Skip to content Skip to navigation

Connexions

You are here: Home » Content » B-splines

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)

Recently Viewed

This feature requires Javascript to be enabled.

B-splines

Module by: Alena Scott

Summary: This module explains B-splines, which form a basis for splines.

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.

B-splines are symmetrical, bell-shaped functions constructed from the ( n+1 n 1 ) fold convolution of a rectangular pulse β 0 x β 0 x : β 0 x=1if|x|<0.50.5if|x|=0.50otherwise β 0 x 1 x 0.5 0.5 x 0.5 0 β n x= β + , 1 0 * β + , 2 0 ** β + , n 0 * β + , n + 1 0 x β n x β + , 1 0 β + , 2 0 β + , n 0 β + , n + 1 0 x

Theorem 1: Schoenberg

Polynomial splines with equally spaced knots can be uniquely characterized in terms of a B-spline expansion.

Example

That is, for a spline sx s x of degree nn, there exist unique coefficients ck c k such that sx=k=-ck β n xk=c* β n x s x k c k β n x k c β n x

Understanding B-splines can help us better understand splines, since B-splines are the building blocks.

Some properties of B-splines

  1. The derivative of a B-spline of order nn with respect to xx is equal to the sum of two B-splines of order n1 n 1 evaluated at shifts of xx ddx β n x= β n - 1 x+0.5 β n - 1 x0.5 x β n x β n - 1 x 0.5 β n - 1 x 0.5
  2. The integral of a B-spline of order nn is equal to the infinite sum of B-splines of order n+1 n 1 . -x β n tdt=k=0 β n + 1 x0.5k t x β n t k 0 β n + 1 x 0.5 k
  3. Notice that this Fourier transform is related to the n+1 n 1 fold convolution construction of the B-splines. β ^ n ω=sinω2ω2n+1 β ^ n ω ω 2 ω 2 n 1
  4. B-splines are compactly supported.
  5. They are the shortest possible polynomial splines.
  6. β n x β n x is a piecewise polynomial of degree nn: β n x=1n!k=0n+1n+1k-1kxk+n+12n β n x 1 n k 0 n 1 n 1 k 1 k x k n 1 2 n where x + n=xnifx00ifx<0 x + n x n x 0 0 x 0

Comments, questions, feedback, criticisms?

Send feedback