0% found this document useful (0 votes)
71 views3 pages

Syllibus of DSP

This document provides an overview of digital signal processing (DSP) concepts including sampling theory, discrete-time systems, FIR filtering, z-transforms, transfer functions, digital filter realizations, signal processing applications, and DFT/FFT algorithms. Key topics covered include the sampling theorem, spectra of sampled signals, analog reconstruction, quantization, FIR and IIR filters, z-transforms, transfer functions, digital filter realizations in direct form, cascade form and canonical form, digital audio effects, noise reduction techniques, and algorithms for computing the discrete Fourier transform and fast Fourier transform.

Uploaded by

kammesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views3 pages

Syllibus of DSP

This document provides an overview of digital signal processing (DSP) concepts including sampling theory, discrete-time systems, FIR filtering, z-transforms, transfer functions, digital filter realizations, signal processing applications, and DFT/FFT algorithms. Key topics covered include the sampling theorem, spectra of sampled signals, analog reconstruction, quantization, FIR and IIR filters, z-transforms, transfer functions, digital filter realizations in direct form, cascade form and canonical form, digital audio effects, noise reduction techniques, and algorithms for computing the discrete Fourier transform and fast Fourier transform.

Uploaded by

kammesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

1.

Sampling and Reconstruction 1


1.1 Introduction, 1
1.2 Review of Analog Signals, 1
1.3 Sampling Theorem, 4
1.3.1 Sampling Theorem, 6
1.3.2 Antialiasing Prefilters, 7
1.3.3 Hardware Limits, 8
1.4 Sampling of Sinusoids, 9
1.4.1 Analog Reconstruction and Aliasing, 10
1.4.2 Rotational Motion, 27
1.4.3 DSP Frequency Units, 29
1.5 Spectra of Sampled Signals, 29
1.5.1 Discrete-Time Fourier Transform, 31
1.5.2 Spectrum Replication, 33
1.5.3 Practical Antialiasing Prefilters, 38
1.6 Analog Reconstructors, 42
1.6.1 Ideal Reconstructors, 43
1.6.2 Staircase Reconstructors, 45
1.6.3 Anti-Image Postfilters, 46
1.7 Basic Components of DSP Systems, 53
1.8 Problems, 55

2 Quantization 61
2.1 Quantization Process, 61
2.2 Oversampling and Noise Shaping, 65
2.3 D/A Converters, 71
2.4 A/D Converters, 75
2.5 Analog and Digital Dither, 83
2.6 Problems, 90

3.Discrete-Time Systems 95
3.1 Input/Output Rules, 96
3.2 Linearity and Time Invariance, 100
3.3 Impulse Response, 103

vii
viii CONTENTS
3.4 FIR and IIR Filters, 105
3.5 Causality and Stability, 112
3.6 Problems, 117

4. FIR Filtering and Convolution 121


4.1 Block Processing Methods, 122
4.1.1 Convolution, 122
4.1.2 Direct Form, 123
4.1.3 Convolution Table, 126
4.1.4 LTI Form, 127
4.1.5 Matrix Form, 129
4.1.6 Flip-and-Slide Form, 131
4.1.7 Transient and Steady-State Behavior, 132
4.1.8 Convolution of Infinite Sequences, 134
4.1.9 Programming Considerations, 139
4.1.10 Overlap-Add Block Convolution Method, 143

4.2 Sample Processing Methods, 146


4.2.1 Pure Delays, 146
4.2.2 FIR Filtering in Direct Form, 152
4.2.3 Programming Considerations, 160
4.2.4 Hardware Realizations and Circular Buffers, 162
4.3 Problems, 178

5. z-Transforms 183
5.1 Basic Properties, 183
5.2 Region of Convergence, 186
5.3 Causality and Stability, 193
5.4 Frequency Spectrum, 196
5.5 Inverse z-Transforms, 202
5.6 Problems, 210

6 Transfer Functions 214


6.1 Equivalent Descriptions of Digital Filters, 214
6.2 Transfer Functions, 215
6.3 Sinusoidal Response, 229
6.3.1 Steady-State Response, 229
6.3.2 Transient Response, 232
6.4 Pole/Zero Designs, 242
6.4.1 First-Order Filters, 242
6.4.2 Parametric Resonators and Equalizers, 244
6.4.3 Notch and Comb Filters, 249
6.5 Deconvolution, Inverse Filters, and Stability, 254
6.6 Problems, 259

CONTENTS ix

7. Digital Filter Realizations 265


7.1 Direct Form, 265
7.2 Canonical Form, 271
7.3 Cascade Form, 277
7.4 Cascade to Canonical, 284
7.5 Hardware Realizations and Circular Buffers, 293
7.6 Quantization Effects in Digital Filters, 305
7.7 Problems, 306

8. Signal Processing Applications 316


8.1 Digital Waveform Generators, 316
8.1.1 Sinusoidal Generators, 316
8.1.2 Periodic Waveform Generators, 321
8.1.3 Wavetable Generators, 330
8.2 Digital Audio Effects, 349
8.2.1 Delays, Echoes, and Comb Filters, 350
8.2.2 Flanging, Chorusing, and Phasing, 355
8.2.3 Digital Reverberation, 362
8.2.4 Multitap Delays, 374
8.2.5 Compressors, Limiters, Expanders, and Gates, 378
8.3 Noise Reduction and Signal Enhancement, 382
8.3.1 Noise Reduction Filters, 382
8.3.2 Notch and Comb Filters, 398
8.3.3 Line and Frame Combs for Digital TV, 409

8.3.4 Signal Averaging, 421


8.3.5 Savitzky-Golay Smoothing Filters, 427
8.4 Problems, 453

9. DFT/FFT Algorithms 464


9.1 Frequency Resolution and Windowing, 464
9.2 DTFT Computation, 475
9.2.1 DTFT at a Single Frequency, 475
9.2.2 DTFT over Frequency Range, 478
9.2.3 DFT, 479
9.2.4 Zero Padding, 481
9.3 Physical versus Computational Resolution, 482
9.4 Matrix Form of DFT, 486
9.5 Modulo-N Reduction, 489
9.6 Inverse DFT, 496
9.7 Sampling of Periodic Signals and the DFT, 499
9.8 FFT, 504
9.9 Fast Convolution, 515
9.9.1 Circular Convolution, 515
9.9.2 Overlap-

You might also like