Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Ads

Discussion Groups

Free Online Books

Discussion Groups | Comp.DSP | Downsampling by 2: What happens the Spectrum? (Not the Fourier Transform).

There are 5 messages in this thread.

You are currently looking at messages 0 to 5.


Downsampling by 2: What happens the Spectrum? (Not the Fourier Transform). - porterboy - 14:24 17-08-04

Given a stationary discrete-time stochastic process x(n) with
discrete-time Fourier transform X(e^jw) and spectrum Sx(w). If x(n) is
downsampled by two to give y(n) it is well known that

Y(e^jw) = 0.5 [X(e^jw/2) + X(e^j(pi+w/2))].  (A)

My question is, what is the resulting spectrum, not just the Fourier
Transform. I know that Sx(w) = E[X(e^jw)X*(e^jw)] and Sy(w) =
E[Y(e^jw)Y*(e^jw)]. From (A), this gives

Sy(w) = 0.25[  Sx(w/2) + Sx(pi+w/2) 
             + E[X(e^jw)X*(e^j(pi+w/2))
             + E[X*(e^jw)X(e^j(pi+w/2))] ]

I understand the first two terms which are the original spectrum in
the first half band and the aliasing from the second half band. Do the
second two terms disappear or are they also contributing to aliasing?

Re: Downsampling by 2: What happens the Spectrum? (Not the Fourier Transform). - Rune Allnor - 01:45 18-08-04



p...@yahoo.com (porterboy) wrote in message news:<c...@posting.google.com>...
> Given a stationary discrete-time stochastic process x(n) with
> discrete-time Fourier transform X(e^jw) and spectrum Sx(w). If x(n) is
> downsampled by two to give y(n) it is well known that
> 
> Y(e^jw) = 0.5 [X(e^jw/2) + X(e^j(pi+w/2))].  (A)
> 
> My question is, what is the resulting spectrum, not just the Fourier
> Transform.

Eh... The "Fourier transform" is linked to the "spectrum" in the same way 
that the "addition" is linked to the "sum". So seeing how the FT reacts
to time scaling explains what happens to the spectrum.

> I know that Sx(w) = E[X(e^jw)X*(e^jw)] and Sy(w) =
> E[Y(e^jw)Y*(e^jw)]. From (A), this gives
> 
> Sy(w) = 0.25[  Sx(w/2) + Sx(pi+w/2) 
>              + E[X(e^jw)X*(e^j(pi+w/2))
>              + E[X*(e^jw)X(e^j(pi+w/2))] ]
> 
> I understand the first two terms which are the original spectrum in
> the first half band and the aliasing from the second half band. Do the
> second two terms disappear or are they also contributing to aliasing?

I have a problem with your equation (A) above. I can't see straight away 
why you get two terms there. I'd expect the "usual" scaling property
to hold:

If 

    x(t)    <->    X(w)

is a Fourier transform pair, then 

    x(at)   <->   1/|a|*X(w/a).

Rune

Re: Downsampling by 2: What happens the Spectrum? (Not the Fourier Transform). - porterboy - 03:15 18-08-04

Eeeep!
Sorry about the multiple post there... the computer froze...

Re: Downsampling by 2: What happens the Spectrum? (Not the Fourier Transform). - 08:01 18-08-04

p...@yahoo.com (porterboy) writes:

> Eeeep!

Eeeep?
-- 
Randy Yates
Sony Ericsson Mobile Communications
Research Triangle Park, NC, USA
r...@sonyericsson.com, 919-472-1124

Re: Downsampling by 2: What happens the Spectrum? (Not the Fourier Transform). - porterboy - 10:34 18-08-04

> Y(e^jw) = 0.5 [X(e^jw/2) + X(e^j(pi+w/2))].  (A)
> I have a problem with your equation (A) above. I can't see straight away 
> why you get two terms there. 

Have a look at Gilbert and Strang "wavelets and filterbanks" bottom of
page 91 or Vaidyanathan "multirate systems and filterbanks" top of
page 105. The second term is aliasing because it is a discrete-time
system.

> If 
> 
>     x(t)    <->    X(w)
> 
> is a Fourier transform pair, then 
> 
>     x(at)   <->   1/|a|*X(w/a).

Again, this is continuous time, so there is no spectral wrap-around at
half the sampling frequency as occurs in discrete time.