Digital transformation of the sampling rate of signals, or
signal processing with different sampling rates in the system.
Applications
CD to DAT format change, for example.
oversampling
converters; which reduce performance requirements onanti-aliasing or reconstruction filters
bandwidth of individual channels is much less than theoverall bandwidth
Eyes and
ears are not as sensitive to errors in higher frequencybands, so many coding schemes split signals into different
frequency bands and quantize higher-frequency bands withmuch less precision.
This procedure is motivated by an analog-based method: one
conceptually simple method to change the sampling rate is tosimply convert a digital signal to an analog signal and
resample it! (
[link] )
Recall the ideal D/A:
The problems with this scheme are:
A/D, D/A,filters cost money
imperfections in these devices introduce errors
Digital implementation of rate-changing according to this
formula has three problems:
Infinite sum: The solution is to truncate. Consider
for
,
: Then
and
which implies
This is essentially lowpass filter design using a boxcar
window: other finite-length filter design methods could beused for this.
Lack of
causality : The solution is to delay by
samples. The mathematics of the analog portions
of this system can be implemented digitally.
So we have an all-digital formula for
exact digital-to-digital rate changing!
Cost of computing
: The solution is to precompute the table of
values. However, if
is not a rational fraction, an infinite number of
samples will be needed, so some approximation will have tobe tolerated.
Rate transformation of any rate to any other rate can be
accomplished digitally with arbitrary precision (if somedelay is acceptable). This method is used in practice in
many cases. We will examine a number of special cases andcomputational improvements, but in some sense everything
that follows are details; the above idea is the centralidea in multirate signal processing.
Useful references for the traditional material (everything
except PRFBs) are
Crochiere and Rabiner,
1981 and
Crochiere and Rabiner,
1983 . A more recent tutorial is
Vaidyanathan ; see also
Rioul
and Vetterli . References to most of the original papers
can be found in these tutorials.