Digital Signal Processing (LECTURE 1-4)

0.0(0)
studied byStudied by 5 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/34

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

35 Terms

1
New cards

SIGNAL

It is a physical quantity, or quality, which conveys information

2
New cards

Continuous-time(CT) signals

signals that are defined at all instants of time. Usually denoted by 𝑥(𝑡)

3
New cards

Discrete-time (DT) signals

signals identified as sequence of numbers. Usually denoted by 𝑥[𝑛]

4
New cards

Continuous-valued (CV) signals

signals that takes all possible values on a finite or an infinite range

5
New cards

Discrete-valued (DV) signals

  • signals identified as sequence of numbers. Usually denoted by 𝑥[𝑛]

  • Take discrete values.

6
New cards

Multichannel Signals

signals that are generated by multiple sources or multiple sensors.

7
New cards

Multidimensional Signals

signals with values from multiple independent variables

8
New cards

Deterministic Signals

signals that can be uniquely described by an explicit mathematical expression

9
New cards

Random Signals

signals that cannot be exactly known or that are unpredictable

10
New cards

Real-valued signals

signals that contain real values.

11
New cards

Complex-valued signals

signals that contains two values that are typically quadrature (90-deg) separated

12
New cards

SYSTEM

It is an entity that manipulates one or more signals to accomplish a function, thereby yielding new signals.

13
New cards

SIGNAL PROCESSING

  • It is the process of converting of input to output signal.

  • A typical reason for signal processing is to eliminate or reduce an undesirable signal

14
New cards

TYPES OF SIGNAL PROCESSING

  • Analog Signal Processing

  • Digital Signal Processing

15
New cards

EXAMPLES OF DIGITAL SIGNAL PROCESSING

  • Digital Filtering: Removing noise or unwanted components from signals.

  • Interference Cancellation in ECG: Eliminating noise from biomedical signals.

  • Signal Spectrum Analysis: Analyzing the frequency components of a signal.

  • CD Recording and Playback Systems: Processing of audio signals in digital media.

16
New cards

Types of Signals

  • Continuous-time (CT) signals: Defined at all instants of time, represented as x(t)x(t)x(t).

  • Discrete-time (DT) signals: Identified as a sequence of numbers, represented as x[n]x[n]x[n].

  • Continuous-valued (CV) signals: Take all possible values within a range.

  • Discrete-valued (DV) signals: Take discrete values.

  • Multichannel signals: Generated by multiple sources or sensors (e.g., multi-lead ECG).

  • Multidimensional signals: Defined by multiple independent variables (e.g., images, TV signals).

17
New cards

Classification of Signals

  • Deterministic signals: Can be exactly described by a mathematical expression.

  • Random signals: Cannot be precisely predicted.

  • Real-valued signals: Contain real values.

  • Complex-valued signals: Contain two quadrature (90-degree separated) components.

18
New cards

Analog Signal Processing

Signals are processed in their analog form (e.g., traditional filters).

19
New cards

Digital Signal Processing (DSP)

Signals are converted to digital form, processed, and then converted back to analog if necessary

20
New cards
21
New cards

Typical Digital Signal Processing System

  • Analog-to-Digital Conversion (A/D): Converts continuous-time continuous-value (CT-CV) analog signals into discrete-time continuous-value (DT-CV) signals.

  • Digital-to-Analog Conversion (D/A): Converts processed digital signals back into analog signals.

22
New cards
<p>Sampling</p>

Sampling

  • The process of converting a continuous-time signal (CT) into a discrete-time signal (DT) by taking samples at regular intervals.

<ul><li><p>The process of converting a continuous-time signal (CT) into a discrete-time signal (DT) by taking samples at regular intervals.</p></li></ul><p></p><p></p>
23
New cards
<p></p>

The number of samples taken per second (in Hz).

24
New cards
<p>Nyquist-Shannon Sampling Theorem</p>

Nyquist-Shannon Sampling Theorem

To perfectly recover an analog signal, the sampling rate must be at least twice the highest frequency component of the signal.

<p>To perfectly recover an analog signal, the sampling rate must be at least twice the highest frequency component of the signal.</p>
25
New cards

Aliasing

A distortion that occurs when a signal is undersampled, causing high-frequency components to appear as lower frequencies in the sampled signal.

26
New cards

Analog Signals (Time and Frequency Domain)

<p></p>
27
New cards

Digital Signals (Time and Frequency Domain)

knowt flashcard image
28
New cards

Undersampling

Occurs when the sampling rate is lower than the Nyquist rate, leading to aliasing (high-frequency signals appear as lower frequencies).

<p>Occurs when the sampling rate is lower than the Nyquist rate, leading to <strong>aliasing</strong> (high-frequency signals appear as lower frequencies).</p>
29
New cards

Oversampling

  • Sampling above the Nyquist rate

  • Oversampling creates more space in the frequency spectrum, which reduces the demands on the anti-aliasing filter.

<ul><li><p>Sampling above the Nyquist rate</p></li><li><p>Oversampling creates more space in the frequency spectrum, which reduces the demands on the anti-aliasing filter.</p></li></ul><p></p>
30
New cards

Quantization

The process of converting a discrete-time continuous-amplitude signal into a digital signal by assigning each sample value a finite number of digits.

31
New cards

Two key parameters in quantization

<p></p>
32
New cards

Types of Quantization

  1. Unipolar Quantizer

    • Deals with analog signals ranging from 0 volt to a positive reference voltage.

    • Maximum Error: Full step size

  2. Bipolar Quantizer

    • Deals with analog signals ranging from a negative reference voltage to a positive reference voltage.

    • Maximum Error: Half step size.

33
New cards

Coding

The process of assigning a unique binary number to each quantization level.

<p>The process of assigning a unique binary number to each quantization level.</p>
34
New cards

Dynamic Range (DR)

The ratio between the largest and smallest value that the analog-to-digital converter (ADC) can reliably measure.

<p>The ratio between the largest and smallest value that the analog-to-digital converter (ADC) can reliably measure.</p>
35
New cards

Signal-to-Quantization-Noise Ratio (SQNR)

The ratio of the signal power to the quantization noise.

<p>The ratio of the signal power to the quantization noise.</p>