<< Chapter < Page Chapter >> Page >
This module describes the reconstruction, also known as interpolation, of a continuous time signal from a discrete time signal, including a discussion of cardinal spline filters.

Introduction

The sampling process produces a discrete time signal from a continuous time signal by examining the value of the continuous time signal at equally spaced points in time. Reconstruction, also known as interpolation, attempts to perform an opposite process that produces a continuous time signal coinciding with the points of the discrete time signal. Because the sampling process for general sets of signals is not invertible, there are numerous possible reconstructions from a given discrete time signal, each of which would sample to that signal at the appropriate sampling rate. This module will introduce some of these reconstruction schemes.

Reconstruction

Reconstruction process

The process of reconstruction, also commonly known as interpolation, produces a continuous time signal that would sample to a given discrete time signal at a specific sampling rate. Reconstruction can be mathematically understood by first generating a continuous time impulse train

x i m p ( t ) = n = - x s ( n ) δ ( t - n T s )

from the sampled signal x s with sampling period T s and then applying a lowpass filter G that satisfies certain conditions to produce an output signal x ˜ . If G has impulse response g , then the result of the reconstruction process, illustrated in [link] , is given by the following computation, the final equation of which is used to perform reconstruction in practice.

x ˜ ( t ) = ( x i m p * g ) ( t ) = - x i m p ( τ ) g ( t - τ ) d τ = - n = - x s ( n ) δ ( τ - n T s ) g ( t - τ ) d τ = n = - x s ( n ) - δ ( τ - n T s ) g ( t - τ ) d τ = n = - x s ( n ) g ( t - n T s )
Block diagram of reconstruction process for a given lowpass filter G .

Reconstruction filters

In order to guarantee that the reconstructed signal x ˜ samples to the discrete time signal x s from which it was reconstructed using the sampling period T s , the lowpass filter G must satisfy certain conditions. These can be expressed well in the time domain in terms of a condition on the impulse response g of the lowpass filter G . The sufficient condition to be a reconstruction filters that we will require is that, for all n Z ,

g ( n T s ) = 1 n = 0 0 n 0 = δ ( n ) .

This means that g sampled at a rate T s produces a discrete time unit impulse signal. Therefore, it follows that sampling x ˜ with sampling period T s results in

x ˜ ( n T s ) = m = - x s ( m ) g ( n T s - m T s ) = m = - x s ( m ) g ( ( n - m ) T s ) = m = - x s ( m ) δ ( n - m ) = x s ( n ) ,

which is the desired result for reconstruction filters.

Cardinal basis splines

Since there are many continuous time signals that sample to a given discrete time signal, additional constraints are required in order to identify a particular one of these. For instance, we might require our reconstruction to yield a spline of a certain degree, which is a signal described in piecewise parts by polynomials not exceeding that degree. Additionally, we might want to guarantee that the function and a certain number of its derivatives are continuous.

This may be accomplished by restricting the result to the span of sets of certain splines, called basis splines or B-splines. Specifically, if a n th degree spline with continuous derivatives up to at least order n - 1 is required, then the desired function for a given T s belongs to the span of { B n ( t / T s - k ) | k Z } where

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Signals and systems. OpenStax CNX. Aug 14, 2014 Download for free at http://legacy.cnx.org/content/col10064/1.15
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Signals and systems' conversation and receive update notifications?

Ask