本书以清晰、直观的文体全面介绍了数字信号处理(DSP)的基本原理和算法,并通过大量实例展示了信号处理理论的应用;如:数字信号发生器(包括波表发生器)、数字音响效果处理器、降噪和信号增强、随机噪声发生器等。本书实用性极强,全书没有繁琐的公式推导,但提供了100个C语言函数和MATLAB函数,以及编程中的考虑,使读者能方便地进行软件实现和算法仿真,同时还介绍了DSP硬件实现的方法。全书有350个习题,其中75个上机实验。此外,还有几个一般的DSP文献少有介绍的内容如:环形缓冲器、参量均衡器设计、音响效果处理、Savitzky-Golay平滑滤波器和噪声整形等。
本书适用于不同层次的读者如:大学生、研究生、工程技术人员、有关项目的科研人员以及DSP爱好者。
Preface xiii
1 Sampling and Reconstruction
2 Quantization
3 Discrete-Time Systems
4 FIR Filtering and Convolution
5 z-Transforms
6 Transfer Functions
7 Digital Filter Realizations
8 Signal Processing Applications
9 DFT/FFT Algorithms
10 FIR Digital Filter Design
11 IIR Digital Filter Design
12 Interpolation, Decimation, and Oversampling
13 Appendices
14 References
15 Index
The successive approximation algorithm for the two's complement case is slightly different. Because the MSB is complemented, it must be treated separately from the other bits.