Upsampling

{{Short description|Digital signal resampling method}}

In digital signal processing, upsampling, expansion, and interpolation are terms associated with the process of resampling in a multi-rate digital signal processing system. Upsampling can be synonymous with expansion, or it can describe an entire process of expansion and filtering (interpolation). When upsampling is performed on a sequence of samples of a signal or other continuous function, it produces an approximation of the sequence that would have been obtained by sampling the signal at a higher rate (or density, as in the case of a photograph). For example, if compact disc audio at 44,100 samples/second is upsampled by a factor of 5/4, the resulting sample-rate is 55,125.

File:Multirate_upsampling_(interpolation)_filter.svg

Upsampling by an integer factor

Rate increase by an integer factor L can be explained as a 2-step process, with an equivalent implementation that is more efficient:

  1. Expansion: Create a sequence, x_L[n], comprising the original samples, x[n], separated by L-1 zeros.  A notation for this operation is:  x_L[n] = x[n]_{\uparrow L}.
  2. Interpolation: Smooth out the discontinuities using a lowpass filter, which replaces the zeros.

In this application, the filter is called an interpolation filter, and its design is discussed below. When the interpolation filter is an FIR type, its efficiency can be improved, because the zeros contribute nothing to its dot product calculations. It is an easy matter to omit them from both the data stream and the calculations. The calculation performed by a multirate interpolating FIR filter for each output sample is a dot product:{{efn-la

|Crochiere and Rabiner "2.3". p 38. eq 2.80, where  m \triangleq j+nL,  which also requires   n = \bigl\lfloor \tfrac{m}{L} \bigr\rfloor,  and  j = m - nL.

}}

{{Equation box 1|title=

|indent=:|cellpadding=0|border=0|background colour=white

|equation={{NumBlk||

y[j+nL] = \sum_{k=0}^K x[n-k]\cdot h[j+kL],\ \ j = 0,1,\ldots,L-1,   and for any n,    

|{{EquationRef|Eq.1}} }} }}

where the h sequence is the impulse response of the interpolation filter, and K is the largest value of k for which h[j+kL] is non-zero.

{{Collapse top|title=Derivation of Eq.1}}

The interpolation filter output sequence is defined by a convolution:

:y[m] = \sum_{r=-\infty}^\infty x_L[m-r]\cdot h[r]

The only terms for which x_L[m-r] can be non-zero are those for which m-r is an integer multiple of L.  Thus:

m-r = \bigl\lfloor\tfrac{m}{L}\bigr\rfloor L - kL  for integer values of k,  and the convolution can be rewritten as:

:

\begin{align}

y[m] &= \sum_{k=-\infty}^{\infty} x_L\left[\bigl\lfloor\tfrac{m}{L}\bigr\rfloor L - kL\right]\cdot h\Bigl[\overbrace{m - \bigl\lfloor\tfrac{m}{L}\bigr\rfloor L + kL}^{r}\Bigr]\\

&= \sum_{k=-\infty}^{\infty} x\left[\bigl\lfloor\tfrac{m}{L}\bigr\rfloor - k\right]\cdot h\left[m - \bigl\lfloor\tfrac{m}{L}\bigr\rfloor L + kL\right]\quad

\stackrel{m\ \triangleq\ j + nL}{\longrightarrow}\quad y[j+nL] = \sum_{k=0}^K x[n-k]\cdot h[j+kL],\ \ j = 0,1,\ldots,L-1

\end{align}

{{Collapse bottom}}

In the case L=2,  function h can be designed as a half-band filter, where almost half of the coefficients are zero and need not be included in the dot products. Impulse response coefficients taken at intervals of L form a subsequence, and there are L such subsequences (called phases) multiplexed together. Each of L phases of the impulse response is filtering the same sequential values of the x data stream and producing one of L sequential output values. In some multi-processor architectures, these dot products are performed simultaneously, in which case it is called a polyphase filter.

For completeness, we now mention that a possible, but unlikely, implementation of each phase is to replace the coefficients of the other phases with zeros in a copy of the h array, and process the x_L[n]  sequence at L times faster than the original input rate. Then L-1 of every L outputs are zero. The desired y sequence is the sum of the phases, where L-1 terms of the each sum are identically zero.  Computing L-1 zeros between the useful outputs of a phase and adding them to a sum is effectively decimation. It's the same result as not computing them at all. That equivalence is known as the second Noble identity. It is sometimes used in derivations of the polyphase method.

Interpolation filter design

File:Spectral views of zero-fill and interpolation by lowpass filtering.pdf

Let X(f) be the Fourier transform of any function, x(t), whose samples at some interval, T, equal the x[n] sequence. Then the discrete-time Fourier transform (DTFT) of the x[n] sequence is the Fourier series representation of a periodic summation of X(f):{{efn-la

|Harris 2004. "2.2". p 23. fig 2.12 (top).

}}

{{Equation box 1|title=

|indent=:|cellpadding=0|border=0|background colour=white

|equation={{NumBlk||

\underbrace{ \sum_{n=-\infty}^\infty \overbrace{x(nT)}^{x[n]}\ e^{-i 2\pi f nT}}_{\text{DTFT}} = \frac{1}{T}\sum_{k=-\infty}^{\infty} X\Bigl(f - \frac{k}{T}\Bigr).    

|{{EquationRef|Eq.2}} }} }}

When T has units of seconds, f has units of hertz (Hz). Sampling L times faster (at interval T/L) increases the periodicity by a factor of L:{{efn-la

|Harris 2004. "2.2". p 23. fig 2.12 (bottom).

}}

{{Equation box 1|title=

|indent=:|cellpadding=0|border=0|background colour=white

|equation={{NumBlk||

\frac{L}{T}\sum_{k=-\infty}^\infty X\left(f-k\cdot \frac{L}{T}\right),    

|{{EquationRef|Eq.3}} }} }}

which is also the desired result of interpolation. An example of both these distributions is depicted in the first and third graphs of Fig 2. 

When the additional samples are inserted zeros, they decrease the sample-interval to T/L. Omitting the zero-valued terms of the Fourier series, it can be written as:

:\sum_{n=0, \pm L, \pm 2L,..., \pm \infty}{} x(nT/L)\ e^{-i 2\pi f nT/L}

\quad \stackrel{m\ \triangleq\ n/L}{\longrightarrow}

\sum_{m=0, \pm 1, \pm 2,..., \pm \infty}{} x(mT)\ e^{-i 2\pi f mT},

which is equivalent to {{EquationNote|Eq.2,}} regardless of the value of L. That equivalence is depicted in the second graph of Fig.2. The only difference is that the available digital bandwidth is expanded to L/T, which increases the number of periodic spectral images within the new bandwidth. Some authors describe that as new frequency components.  The second graph also depicts a lowpass filter and L=3, resulting in the desired spectral distribution (third graph). The filter's bandwidth is the Nyquist frequency of the original x[n] sequence.{{efn-ua|Realizable low-pass filters have a transition band where the response diminishes from near unity to near zero. So in practice the cutoff frequency is placed far enough below the theoretical cutoff that the filter's transition band is contained below the theoretical cutoff.

}}  In units of Hz that value is \tfrac{0.5}{T},  but filter design applications usually require normalized units. (see Fig 2, table)

Upsampling by a fractional factor

Let L/M denote the upsampling factor, where L > M.

  1. Upsample by a factor of L
  2. Downsample by a factor of M

Upsampling requires a lowpass filter after increasing the data rate, and downsampling requires a lowpass filter before decimation. Therefore, both operations can be accomplished by a single filter with the lower of the two cutoff frequencies. For the L > M case, the interpolation filter cutoff,  \tfrac{0.5}{L} cycles per intermediate sample, is the lower frequency.

See also

Notes

{{notelist-ua}}

Page citations

{{notelist-la}}

References

{{reflist|refs=

{{cite book |first1=Alan V. |last1=Oppenheim |authorlink=Alan V Oppenheim |first2=Ronald W. |last2=Schafer |first3=John R. |last3=Buck |title=Discrete-Time Signal Processing |edition=2nd |chapter=4.6.2 |publisher=Prentice Hall |location=Upper Saddle River, N.J. |year=1999 |isbn=0-13-754920-2 |page=172 |chapter-url-access=registration |chapter-url=https://archive.org/details/discretetimesign00alan/page/172

}}

{{cite book |last1=Crochiere |first1=R.E. |last2=Rabiner |first2=L.R. |authorlink2=Lawrence Rabiner |title=Multirate Digital Signal Processing |year=1983 |chapter=2.3 |pages=35–36 |publisher=Prentice-Hall |location=Englewood Cliffs, NJ |isbn=0136051626 |url=https://kupdf.net/download/multirate-digital-signal-processing-crochiere-rabiner_58a7065b6454a7e80bb1e993_pdf

}}

{{cite book |last=Poularikas |first=Alexander D. |title=Handbook of Formulas and Tables for Signal Processing |publisher=CRC Press |edition=1 |date=September 1998 |pages=42–48 |isbn=0849385792

}}

{{cite book |last=Harris |first=Frederic J. |authorlink=Fredric J. Harris |title=Multirate Signal Processing for Communication Systems |publisher=Prentice Hall PTR |location=Upper Saddle River, NJ |date=2004-05-24 |chapter=2.2 |pages=20–21 |isbn=0131465112 |quote=The process of up sampling can be visualized as a two-step progression. The process starts by increasing the sample-rate of an input series x(n) by resampling [expansion]. The zero-packed time series is processed by a filter h(n). In reality the processes of sample-rate increase and bandwidth reduction are merged in a single process called a multirate filter.

}}

{{cite book |last1=Strang |first1=Gilbert |authorlink=Gilbert Strang |title=Wavelets and Filter Banks |publisher=Wellesley-Cambridge Press |location=Wellesley, MA |isbn=0961408871 |page=[https://archive.org/details/waveletsfilterba00stra/page/101 101] |url=https://archive.org/details/waveletsfilterba00stra |url-access=registration |quote=the Noble Identities apply to each polyphase component ... they don't apply to the whole filter. |first2=Truong |last2=Nguyen |edition=2 |date=1996-10-01

}}

{{cite web

|url=https://www.eetimes.com/multirate-dsp-part-1-upsampling-and-downsampling/ |title=Upsampling and downsampling |last=Tan |first=Li |date=2008-04-21

|website=eetimes.com |publisher=EE Times |access-date=2024-06-27 |quote= chapter 12.1.2, figure 12-5B

}}

{{Cite web |last=Lyons |first=Rick |date=2015-03-23 |title=Why Time-Domain Zero Stuffing Produces Multiple Frequency-Domain Spectral Images |url=https://www.dsprelated.com/showarticle/761.php |url-status=live |archive-url=https://web.archive.org/web/20230930093550/https://www.dsprelated.com/showarticle/761.php |archive-date=2023-09-30 |access-date=2024-01-31 |website=dsprelated.com}}

}}

Further reading

  • {{cite web |url=http://ccrma.stanford.edu/~jos/resample/resample.html |title=Digital Audio Resampling Home Page}} (discusses a technique for bandlimited interpolation)
  • {{cite web |title=Matlab example of using polyphase filters for interpolation |url=http://www.dsplog.com/2007/05/12/polyphase-filters-for-interpolation/ }}

{{DSP}}

Category:Digital signal processing

Category:Signal processing