Signal Representation#

Introduction#

Understanding how to represent signals accurately in these domains is essential for designing effective communication systems, especially when dealing with limited bandwidth and the challenges of noise.

This chapter focuses on signal representation, exploring the conversion between passband and baseband signals, discrete representations, and noise modeling.

We also delves into the mathematical tools used for signal decomposition, such as orthonormal expansions, Gram-Schmidt procedures, and the Karhunen-Loève (KL) expansion, which are pivotal in both deterministic and stochastic signal processing.

Notations#

Passband Notation#

  • \( s(t) \): Transmitted passband signal in the time domain.

  • \( S(f) \): Fourier Transform of the passband signal \( s(t) \).

  • \( S_s(f) \): Power spectral density of the passband signal \( s(t) \).

  • \( f_c \): Carrier frequency of the passband signal.

  • \( h(t) \): Passband channel impulse response.

  • \( n(t) \): White noise in the passband domain.

  • \( R_n(\tau) \): Autocorrelation function of passband noise \( n(t) \).

  • \( S_n(f) \): Power spectral density of passband noise \( n(t) \).

Equivalent Baseband Notation#

  • \( s_b(t) \): Equivalent baseband signal of \( s(t) \).

  • \( S_b(f) \): Fourier Transform of the baseband equivalent \( s_b(t) \).

  • \( h_b(t) \): Equivalent baseband channel impulse response.

  • \( H_b(f) \): Fourier Transform of the baseband channel \( h_b(t) \).

  • \( n_b(t) \) or \( z(t) \): Equivalent baseband noise.

  • \( R_{n_b}(\tau) \) or \( R_z(\tau) \): Autocorrelation function of the baseband noise \( z(t) \).

  • \( S_{n_b}(f) \) or \( S_z(f) \): Power spectral density of baseband noise \( z(t) \).

  • \( y_b(t) \): Received baseband signal.

Discrete Notation#

The discrete notation provided is primarily for equivalent baseband representation, as it refers to the discrete processing of signals after they have been down-converted to the baseband.

  • \( s[m] \) or \( x[m] \): Discrete version of the transmitted signal.

  • \( y[m] \): Discrete version of the received signal.

  • \( h[m] \): Discrete version of the channel impulse response.

  • \( R_{n_b}(l) \) or \( R_z(l) \): Autocorrelation function of discrete baseband noise.

  • \( \mathrm{sinc}(t) \): Sinc function used for reconstruction in discrete-time systems.

Other Functions#

  • \( \Re\{\cdot\} \): Real part of a complex number.

  • \( \Im\{\cdot\} \): Imaginary part of a complex number.

  • \( h_{LP}(t) \): Ideal low-pass filter.

  • \( \Theta_i(t) \): Orthonormal basis function in signal decomposition.

  • \( s_j \): Coefficients in orthonormal expansion of the signal.

  • \( R(t, \tau) \): Autocorrelation function of a stochastic process.

  • \( \lambda_i \): Eigenvalue in the Karhunen-Loève (KL) expansion.

  • \( n_i \): Coefficients of noise expansion in the KL expansion.