ECE 21113 Signal Processing Theory - Lecture 1 Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/31

flashcard set

Earn XP

Description and Tags

Vocabulary practice flashcards covering basic concepts, classifications, sampling, and quantization principles in Digital Signal Processing Theory (ECE 21113).

Last updated 4:53 PM on 9/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

Digital Signal Processing

A field of engineering and applied mathematics dealing with signals originating from the real world—such as seismic vibrations, visual images, and sound waves—by processing them using digital systems.

2
New cards

Signal

A description of how one parameter is related to another parameter, or any physical quantity that varies with time, space, or other independent variables.

3
New cards

System

A physical device or process that performs an operation on an input signal to produce an output signal.

4
New cards

Time Domain

A signal representation where time is the independent variable plotted on the horizontal axis.

5
New cards

Frequency Domain

A signal representation where frequency is the independent variable plotted on the horizontal axis.

6
New cards

Spatial Domain

A signal representation where spatial position or coordinate is the independent variable on the horizontal axis.

7
New cards

Composite Signal

A real-world signal composed of many individual frequency components of differing amplitudes combined together.

8
New cards

Bandlimited Signal

A signal whose non-zero frequency components reside within a bounded range, typically located at the lower end of the frequency spectrum.

9
New cards

Analog System

A system where a signal value is specified for every continuous value of the independent variable at both input and output.

10
New cards

Digital System

A system where a signal value is specified only for discrete intervals of the independent variable at both input and output.

11
New cards

Continuous-Time Signal

A signal described by functions of a continuous independent variable, such as time tt.

12
New cards

Discrete-Time Signal

A signal defined only at specific values of the independent variable, such as integer sample points nn in time.

13
New cards

Continuous-Valued Signal

A signal whose amplitude takes on all possible values over a finite or infinite continuous range.

14
New cards

Discrete-Valued Signal

A signal whose amplitude takes on values from a discrete, finite set of numbers.

15
New cards

Multichannel Signal

A signal generated by multiple sources and represented in vector or array form, such as multi-lead EEG signals.

16
New cards

Multidimensional Signal

A signal that is a function of two or more independent variables, such as image spatial coordinates I(x,y)I(x, y).

17
New cards

Deterministic Signal

A signal that can be uniquely defined and described by an explicit mathematical expression, such as v(t)=sin(10πt)v(t) = \sin(10\pi t).

18
New cards

Random Signal

A signal that cannot be expressed by a clear mathematical formula and is instead described statistically by its probability density function (PDF).

19
New cards

Symmetric Signal

Also known as an even signal; a signal that satisfies x(t)=x(t)x(t) = x(-t) or x[n]=x[n]x[n] = x[-n], remaining identical after time reversal.

20
New cards

Antisymmetric Signal

Also known as an odd signal; a signal that satisfies x(t)=x(t)-x(-t) = x(t) or x[n]=x[n]-x[-n] = x[n] with x(0)=0x(0) = 0, remaining identical after combined time and amplitude reversal.

21
New cards

Periodic Signal

A signal that repeats itself at regular intervals, satisfying x(t)=x(t±nT0)x(t) = x(t \pm nT_0) in continuous time or x[n]=x[n±mN]x[n] = x[n \pm mN] in discrete time.

22
New cards

Energy Signal

A signal characterized by having a finite total energy 0<E<0 < E < \infty and zero average power P=0P = 0.

23
New cards

Power Signal

A signal characterized by having infinite total energy E=E = \infty and finite non-zero average power 0<P<0 < P < \infty.

24
New cards

Sampling Theorem

A foundational theorem stating that to avoid aliasing when reconstructing an analog signal, the sampling rate FsF_s must be at least twice the maximum frequency component FmaxF_{\text{max}} of the signal (Fs2FmaxF_s \ge 2F_{\text{max}}).

25
New cards

Folding Frequency

The frequency Ffold=Fs2F_{\text{fold}} = \frac{F_s}{2}, representing the maximum frequency component that can be uniquely reconstructed at a given sampling frequency FsF_s.

26
New cards

Aliasing

A distortion effect occurring when a signal is sampled below its Nyquist rate, causing frequency components higher than Fs2\frac{F_s}{2} to appear as lower-frequency aliases.

27
New cards
<p>Analog-to-Digital Converter</p>

Analog-to-Digital Converter

A system block consisting of a sampler, quantizer, and coder that converts a continuous-time analog input signal xa(t)x_a(t) into a digital binary sequence.

28
New cards

Quantization

The process of mapping a continuous-valued discrete-time signal (DT-CV) to a discrete-valued discrete-time signal (DT-DV) by assigning sample amplitudes to discrete levels.

29
New cards

Quantization Step

Also referred to as resolution Δ\Delta; the distance between two consecutive quantization levels, defined as Δ=xmaxxminL1\Delta = \frac{x_{\text{max}} - x_{\text{min}}}{L - 1}.

30
New cards

Truncation

A quantization method that discards excess fractional digits by assigning each sample amplitude to the quantization level directly below it.

31
New cards

Rounding

A quantization method that eliminates excess fractional digits by mapping each sample amplitude to the nearest available quantization level.

32
New cards

Signal-to-Quantization Noise Ratio

A metric evaluating the fidelity of a quantized signal, calculated in decibels as SQNRdB=10log10(PxPq)\text{SQNR}_{\text{dB}} = 10 \log_{10}\left(\frac{P_x}{P_q}\right), where PxP_x is the signal power and PqP_q is the quantization error power.