List the signal types covered in the course so far.
Continuous-time vs. Discrete-time, Analog vs. Digital, Multidimensional vs. Unidimensional, Causal vs. Noncausal.
List the signal properties covered in the course so far.
Periodic vs. Aperiodic, Even vs. Odd, Power vs. Energy Signal.
What signal transformations and properties were studied?
Time-scaled, time-shifting, etc.; Sampling Property.
What system properties were covered related to linearity and invariance?
Linear and time-invariant systems; Impulse and step responses; Convolution to find the output using the impulse response (analytical, properties, graphical).
List additional system properties studied.
Causal/Non-causal, Dynamic/Static, Stable/Unstable; Impulse response of systems described by a Linear, Constant-Coefficient, Differential Equation (LCDE).
What frequency analysis topics were covered?
Fourier Analysis: Fourier Series and Fourier Transform; Parseval’s relations; Properties; Applications like AM Radio Communication and Filters (Ideal and Practical).
Define a continuous-time signal.
A signal defined for every instance in time, where time can take any real number; usually denoted as x(t). Example: Temperature of a room or body.
Define a discrete-time signal.
A signal defined only for certain moments in time; usually denoted as x[n]. Example: Daily temperature (values provided once per day); Naturally discrete signals like step count, demographics, or total population.
Why is sampling of continuous-time signals important for discrete-time signals?
It creates successive samples of an underlying continuous phenomenon; Modern digital processors require discrete-time sequences for systems like digital autopilots to digital audio systems.
How is a discrete-time signal represented in terms of sampling?
x[0], x[1], x[2], … are values at integer multiples of a basic interval T_s, i.e., x(0 · T_s), x(1 · T_s), etc.; For non-integer n, the signal is undefined; DT signals are lists of numbers indexed by integers (vectors).
Why is sampling theory important?
To facilitate signal analysis via computers, including frequency content analysis and digital filtering (removal of noise or frequency components).
Describe the framework for sampling in signal processing.
Physical signal → Transducer → Signal conditioning → Analog-to-Digital Conversion (ADC) → Digital processing → Digital-to-Analog Conversion (DAC) → Transducer → Physical signal; Ensures time information in the analog signal is not lost, allowing recovery from samples.
What is Shannon’s Sampling Theorem?
A bandlimited continuous-time signal x(t) with max frequency B Hz can be exactly recovered from samples x[n] = x(n · T_s) if F_s = 1/T_s > 2B (sampling frequency > twice the max frequency).
What is another name for Shannon’s Sampling Theorem and its key implication?
Nyquist-Shannon sampling theorem or Nyquist theorem; Ensures no information is lost during digitization; Sampling rate F_s must be > 2 × B (max frequency in signal) for accurate reconstruction.
How is sampling mathematically viewed?
As the product of continuous-time signal x(t) with a train of impulses: x_s(t) = x(t) · ∑_{n=-∞}^∞ δ(t - n T_s); Band-limited signal with max frequency B.
What is the Fourier transform of the sampled signal x_s(t)?
X_s(f) = X(f) * S(f), where S(f) is the Fourier transform of the impulse train s(t) = ∑_{n=-∞}^∞ δ(t - n T_s).
What is the Fourier transform of the impulse train s(t)?
S(f) = F_s ∑{n=-∞}^∞ δ(f - n F_s) or S(ω) = (2π / T_s) ∑{n=-∞}^∞ δ(ω - n (2π / T_s)); A train of impulses in the frequency domain.
Express the spectrum of the sampled signal X_s(f).
X_s(f) = F_s ∑_{n=-∞}^∞ X(f - n F_s); Copies of the original spectrum X(f) spaced F_s apart, scaled by F_s.
How can the original signal x(t) be reconstructed from samples?
Recover X(f) from X_s(f) by low-pass filtering if no overlap between cycles; Important for digital-to-analog converters.
What condition prevents overlap in the frequency spectrum of the sampled signal?
F_s - B > B, so F_s > 2B; This completes the proof of the sampling theorem.
What is the Nyquist frequency and Nyquist interval?
Nyquist frequency: F_s = 2B; Nyquist interval: T = 1/(2B) for a signal with max frequency B.
What happens if the sampling frequency is not greater than 2B?
Overlap (aliasing) occurs in the frequency spectrum, preventing accurate recovery of the original signal.
Give an example of a practical application of discrete-time signals from sampling.
Digital audio systems or digital autopilots, where continuous signals are sampled for processing.