Discrete Time Flashcards

(23 cards)

1
Q

List the signal types covered in the course so far.

A

Continuous-time vs. Discrete-time, Analog vs. Digital, Multidimensional vs. Unidimensional, Causal vs. Noncausal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List the signal properties covered in the course so far.

A

Periodic vs. Aperiodic, Even vs. Odd, Power vs. Energy Signal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What signal transformations and properties were studied?

A

Time-scaled, time-shifting, etc.; Sampling Property.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What system properties were covered related to linearity and invariance?

A

Linear and time-invariant systems; Impulse and step responses; Convolution to find the output using the impulse response (analytical, properties, graphical).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

List additional system properties studied.

A

Causal/Non-causal, Dynamic/Static, Stable/Unstable; Impulse response of systems described by a Linear, Constant-Coefficient, Differential Equation (LCDE).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What frequency analysis topics were covered?

A

Fourier Analysis: Fourier Series and Fourier Transform; Parseval’s relations; Properties; Applications like AM Radio Communication and Filters (Ideal and Practical).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define a continuous-time signal.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define a discrete-time signal.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why is sampling of continuous-time signals important for discrete-time signals?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How is a discrete-time signal represented in terms of sampling?

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why is sampling theory important?

A

To facilitate signal analysis via computers, including frequency content analysis and digital filtering (removal of noise or frequency components).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe the framework for sampling in signal processing.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Shannon’s Sampling Theorem?

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is another name for Shannon’s Sampling Theorem and its key implication?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How is sampling mathematically viewed?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the Fourier transform of the sampled signal x_s(t)?

A

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).

17
Q

What is the Fourier transform of the impulse train s(t)?

A

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.

18
Q

Express the spectrum of the sampled signal X_s(f).

A

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.

19
Q

How can the original signal x(t) be reconstructed from samples?

A

Recover X(f) from X_s(f) by low-pass filtering if no overlap between cycles; Important for digital-to-analog converters.

20
Q

What condition prevents overlap in the frequency spectrum of the sampled signal?

A

F_s - B > B, so F_s > 2B; This completes the proof of the sampling theorem.

21
Q

What is the Nyquist frequency and Nyquist interval?

A

Nyquist frequency: F_s = 2B; Nyquist interval: T = 1/(2B) for a signal with max frequency B.

22
Q

What happens if the sampling frequency is not greater than 2B?

A

Overlap (aliasing) occurs in the frequency spectrum, preventing accurate recovery of the original signal.

23
Q

Give an example of a practical application of discrete-time signals from sampling.

A

Digital audio systems or digital autopilots, where continuous signals are sampled for processing.