在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 14602|回复: 68

[资料] Adaptive Filtering Algorithms and Practical Implementation 4th edition

[复制链接]
发表于 2013-6-21 19:16:32 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
本帖最后由 cdcasanova 于 2013-6-21 19:18 编辑

【原书作者】:Paulo S. R. Diniz
【译者】:
【ISBN 】:ISBN-10: 1461441056 / ISBN-13: 978-1461441052
【页数 】:652
【开本 】 :
【出版社】 :Springer
【出版日期】:Aug 13 2012
【文件格式】:PDF
【简介】:
Presents adaptive filtering algorithms in a unified framework and using a clear notation that facilitates their actual implementation Accompanying supplementary material including password- protected Instructor Solutions Manual, Slides in PDF and user-friendly MATLAB package available for download Many analytical and practical examples are included in the text Covers the family of LMS, affine projection, RLS and data-selective set-membership algorithms as well as non-linear, sub-band, blind and IIR adaptive filtering In the fourth edition of Adaptive Filtering: Algorithms and Practical Implementation, author Paulo S.R. Diniz presents the basic concepts of adaptive signal processing and adaptive filtering in a concise and straightforward manner. The main classes of adaptive filtering algorithms are presented in a unified framework, using clear notations that facilitate actual implementation.

The main algorithms are described in tables, which are detailed enough to allow the reader to verify the covered concepts. Many examples address problems drawn from actual applications. New material to this edition includes:
  • Analytical and simulation examples in Chapters 4, 5, 6 and 10
  • Appendix E, which summarizes the analysis of set-membership algorithm
  • Updated problems and references
Providing a concise background on adaptive filtering, this book covers the family of LMS, affine projection, RLS and data-selective set-membership algorithms as well as nonlinear, sub-band, blind, IIR adaptive filtering, and more.
Several problems are included at the end of chapters, and some of these problems address applications. A user-friendly MATLAB package is provided where the reader can easily solve new problems and test algorithms in a quick manner. Additionally, the book provides easy access to working algorithms for practicing engineers.

目录
1 Introduction to Adaptive Filtering. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Adaptive Signal Processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Introduction to Adaptive Algorithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.4 Applications .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2 Fundamentals of Adaptive Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.2 Signal Representation.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
2.2.1 Deterministic Signals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
2.2.2 Random Signals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.2.3 Ergodicity.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.3 The Correlation Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
2.4 Wiener Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
2.5 Linearly ConstrainedWiener Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
2.5.1 The Generalized Sidelobe Canceller . . . . . . . . . . . . . . . . . . . . . 45
2.6 MSE Surface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
2.7 Bias and Consistency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
2.8 Newton Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
2.9 Steepest-Descent Algorithm .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
2.10 Applications Revisited . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
2.10.1 System Identification.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
2.10.2 Signal Enhancement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58
2.10.3 Signal Prediction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
2.10.4 Channel Equalization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
2.10.5 Digital Communication System . . . . . . . . . . . . . . . . . . . . . . . . . . 69
2.11 Concluding Remarks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
2.12 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
xv
xvi Contents
3 The Least-Mean-Square (LMS) Algorithm. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
3.2 The LMS Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
3.3 Some Properties of the LMS Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
3.3.1 Gradient Behavior .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
3.3.2 Convergence Behavior of the Coefficient Vector . . . . . . . . 83
3.3.3 Coefficient-Error-Vector Covariance Matrix . . . . . . . . . . . . . 85
3.3.4 Behavior of the Error Signal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
3.3.5 Minimum Mean-Square Error . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
3.3.6 Excess Mean-Square Error and Misadjustment.. . . . . . . . . 90
3.3.7 Transient Behavior . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
3.4 LMS Algorithm Behavior in Nonstationary Environments .. . . . . . 94
3.5 Complex LMS Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
3.6 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
3.6.1 Analytical Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
3.6.2 System Identification Simulations . . . . . . . . . . . . . . . . . . . . . . . . 111
3.6.3 Channel Equalization Simulations . . . . . . . . . . . . . . . . . . . . . . . 118
3.6.4 Fast Adaptation Simulations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
3.6.5 The Linearly Constrained LMS Algorithm . . . . . . . . . . . . . . 123
3.7 Concluding Remarks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128
3.8 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134
4 LMS-Based Algorithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
4.2 Quantized-Error Algorithms. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138
4.2.1 Sign-Error Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139
4.2.2 Dual-Sign Algorithm.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146
4.2.3 Power-of-Two Error Algorithm. . . . . . . . . . . . . . . . . . . . . . . . . . . 147
4.2.4 Sign-Data Algorithm.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
4.3 The LMS-Newton Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
4.4 The Normalized LMS Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152
4.5 The Transform-Domain LMS Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . 154
4.6 The Affine Projection Algorithm. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 162
4.6.1 Misadjustment in the Affine Projection Algorithm .. . . . . 168
4.6.2 Behavior in Nonstationary Environments .. . . . . . . . . . . . . . . 177
4.6.3 Transient Behavior . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 180
4.6.4 Complex Affine Projection Algorithm . . . . . . . . . . . . . . . . . . . 183
4.7 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 184
4.7.1 Analytical Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 184
4.7.2 System Identification Simulations . . . . . . . . . . . . . . . . . . . . . . . . 189
4.7.3 Signal Enhancement Simulations . . . . . . . . . . . . . . . . . . . . . . . . 192
4.7.4 Signal Prediction Simulations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 196
Contents xvii
4.8 Concluding Remarks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198
4.9 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 205
5 Conventional RLS Adaptive Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 209
5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 209
5.2 The Recursive Least-Squares Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . 209
5.3 Properties of the Least-Squares Solution . . . . . . . . . . . . . . . . . . . . . . . . . . 213
5.3.1 Orthogonality Principle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214
5.3.2 Relation Between Least-Squares andWiener
Solutions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215
5.3.3 Influence of the Deterministic
Autocorrelation Initialization .. . . . . . . . . . . . . . . . . . . . . . . . . . . . 217
5.3.4 Steady-State Behavior of the Coefficient Vector.. . . . . . . . 218
5.3.5 Coefficient-Error-Vector Covariance Matrix . . . . . . . . . . . . . 220
5.3.6 Behavior of the Error Signal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221
5.3.7 Excess Mean-Square Error and Misadjustment.. . . . . . . . . 225
5.4 Behavior in Nonstationary Environments.. . . . . . . . . . . . . . . . . . . . . . . . . 230
5.5 Complex RLS Algorithm.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234
5.6 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 236
5.6.1 Analytical Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 236
5.6.2 System Identification Simulations . . . . . . . . . . . . . . . . . . . . . . . . 238
5.6.3 Signal Enhancement Simulations . . . . . . . . . . . . . . . . . . . . . . . . 240
5.7 Concluding Remarks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240
5.8 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246
6 Data-Selective Adaptive Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249
6.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 249
6.2 Set-Membership Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 250
6.3 Set-Membership Normalized LMS Algorithm . . . . . . . . . . . . . . . . . . . . 253
6.4 Set-Membership Affine Projection Algorithm . . . . . . . . . . . . . . . . . . . . 255
6.4.1 A Trivial Choice for Vector N .k/ . . . . . . . . . . . . . . . . . . . . . . . . . 259
6.4.2 A Simple Vector N .k/ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 260
6.4.3 Reducing the Complexity in the Simplified
SM-AP Algorithm.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262
6.5 Set-Membership Binormalized LMS Algorithms . . . . . . . . . . . . . . . . . 263
6.5.1 SM-BNLMS Algorithm 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265
6.5.2 SM-BNLMS Algorithm 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 268
6.6 Computational Complexity .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269
6.7 Time-Varying N . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 270
6.8 Partial-Update Adaptive Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272
6.8.1 Set-Membership Partial-Update NLMS Algorithm . . . . . 275
6.9 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278
6.9.1 Analytical Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278
6.9.2 System Identification Simulations . . . . . . . . . . . . . . . . . . . . . . . . 279
xviii Contents
6.9.3 Echo Cancellation Environment .. . . . . . . . . . . . . . . . . . . . . . . . . 283
6.9.4 Wireless Channel Environment .. . . . . . . . . . . . . . . . . . . . . . . . . . 290
6.10 Concluding Remarks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 298
6.11 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 299
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 303
7 Adaptive Lattice-Based RLS Algorithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305
7.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305
7.2 Recursive Least-Squares Prediction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 306
7.2.1 Forward Prediction Problem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 306
7.2.2 Backward Prediction Problem . . . . . . . . . . . . . . . . . . . . . . . . . . . . 309
7.3 Order-Updating Equations.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 311
7.3.1 A New Parameter ı.k; i /. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 312
7.3.2 Order Updating of d
bmin
.k; i / and wb.k; i / . . . . . . . . . . . . . . . 314
7.3.3 Order Updating of d
fmin
.k; i / and wf .k; i / . . . . . . . . . . . . . . 314
7.3.4 Order Updating of Prediction Errors . . . . . . . . . . . . . . . . . . . . . 315
7.4 Time-Updating Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 317
7.4.1 Time Updating for Prediction Coefficients. . . . . . . . . . . . . . . 317
7.4.2 Time Updating for ı.k; i / . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 319
7.4.3 Order Updating for .k; i/. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321
7.5 Joint-Process Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324
7.6 Time Recursions of the Least-Squares Error . . . . . . . . . . . . . . . . . . . . . . 329
7.7 Normalized Lattice RLS Algorithm.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330
7.7.1 Basic Order Recursions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331
7.7.2 Feedforward Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 333
7.8 Error-Feedback Lattice RLS Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . 336
7.8.1 Recursive Formulas for the Reflection Coefficients . . . . . 336
7.9 Lattice RLS Algorithm Based on A Priori Errors . . . . . . . . . . . . . . . . . 337
7.10 Quantization Effects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339
7.11 Concluding Remarks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344
7.12 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 347
8 Fast Transversal RLS Algorithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 349
8.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 349
8.2 Recursive Least-Squares Prediction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 350
8.2.1 Forward Prediction Relations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 350
8.2.2 Backward Prediction Relations . . . . . . . . . . . . . . . . . . . . . . . . . . . 352
8.3 Joint-Process Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353
8.4 Stabilized Fast Transversal RLS Algorithm . . . . . . . . . . . . . . . . . . . . . . . 355
8.5 Concluding Remarks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 361
8.6 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 362
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 365
9 QR-Decomposition-Based RLS Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367
9.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367
Contents xix
9.2 Triangularization Using QR-Decomposition . . . . . . . . . . . . . . . . . . . . . . 367
9.2.1 Initialization Process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369
9.2.2 Input Data Matrix Triangularization . . . . . . . . . . . . . . . . . . . . . 370
9.2.3 QR-Decomposition RLS Algorithm. . . . . . . . . . . . . . . . . . . . . . 377
9.3 Systolic Array Implementation .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 380
9.4 Some Implementation Issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 388
9.5 Fast QR-RLS Algorithm.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 390
9.5.1 Backward Prediction Problem . . . . . . . . . . . . . . . . . . . . . . . . . . . . 392
9.5.2 Forward Prediction Problem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 394
9.6 Conclusions and Further Reading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 402
9.7 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 403
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 408
10 Adaptive IIR Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411
10.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 411
10.2 Output-Error IIR Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 412
10.3 General Derivative Implementation .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 416
10.4 Adaptive Algorithms. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 419
10.4.1 Recursive Least-Squares Algorithm.. . . . . . . . . . . . . . . . . . . . . 419
10.4.2 The Gauss–Newton Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . 420
10.4.3 Gradient-Based Algorithm.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 422
10.5 Alternative Adaptive Filter Structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 423
10.5.1 Cascade Form . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 423
10.5.2 Lattice Structure .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 425
10.5.3 Parallel Form . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 432
10.5.4 Frequency-Domain Parallel Structure .. . . . . . . . . . . . . . . . . . . 433
10.6 Mean-Square Error Surface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 442
10.7 Influence of the Filter Structure on the MSE Surface . . . . . . . . . . . . . 449
10.8 Alternative Error Formulations .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 451
10.8.1 Equation Error Formulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 451
10.8.2 The Steiglitz–McBride Method. . . . . . . . . . . . . . . . . . . . . . . . . . . 455
10.9 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461
10.10 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464
11 Nonlinear Adaptive Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 467
11.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 467
11.2 The Volterra Series Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 468
11.2.1 LMS Volterra Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 470
11.2.2 RLS Volterra Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474
11.3 Adaptive Bilinear Filters. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 480
11.4 MLP Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 484
11.5 RBF Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489
11.6 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 495
11.7 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 497
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 498
xx Contents
12 Subband Adaptive Filters. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 501
12.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 501
12.2 Multirate Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 502
12.2.1 Decimation and Interpolation.. . . . . . . . . . . . . . . . . . . . . . . . . . . . 502
12.3 Filter Banks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 505
12.3.1 Two-Band Perfect Reconstruction Filter Banks . . . . . . . . . 509
12.3.2 Analysis of Two-Band Filter Banks . . . . . . . . . . . . . . . . . . . . . . 510
12.3.3 Analysis of M-Band Filter Banks . . . . . . . . . . . . . . . . . . . . . . . . 511
12.3.4 HierarchicalM-Band Filter Banks . . . . . . . . . . . . . . . . . . . . . . . 511
12.3.5 Cosine-Modulated Filter Banks . . . . . . . . . . . . . . . . . . . . . . . . . . 512
12.3.6 Block Representation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 513
12.4 Subband Adaptive Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 514
12.4.1 Subband Identification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 517
12.4.2 Two-Band Identification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518
12.4.3 Closed-Loop Structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 519
12.5 Cross-Filters Elimination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
12.5.1 Fractional Delays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 526
12.6 Delayless Subband Adaptive Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 529
12.6.1 Computational Complexity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 536
12.7 Frequency-Domain Adaptive Filtering. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 537
12.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 545
12.9 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 546
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 548
13 Blind Adaptive Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 551
13.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 551
13.2 Constant-Modulus Related Algorithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . 553
13.2.1 Godard Algorithm.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 553
13.2.2 Constant-Modulus Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . 554
13.2.3 Sato Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 555
13.2.4 Error Surface of CMA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 556
13.3 Affine Projection CM Algorithm. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 562
13.4 Blind SIMO Equalizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 568
13.4.1 Identification Conditions.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 572
13.5 SIMO-CMA Equalizer.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 573
13.6 Concluding Remarks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 579
13.7 Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 579
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
14 Complex Differentiation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 585
14.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 585
14.2 The ComplexWiener Solution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 585
14.3 Derivation of the Complex LMS Algorithm.. . . . . . . . . . . . . . . . . . . . . . 589
14.4 Useful Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
Contents xxi
15 Quantization Effects in the LMS Algorithm. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
15.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
15.2 Error Description.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
15.3 Error Models for Fixed-Point Arithmetic . . . . . . . . . . . . . . . . . . . . . . . . . . 593
15.4 Coefficient-Error-Vector Covariance Matrix . . . . . . . . . . . . . . . . . . . . . . 594
15.5 Algorithm Stop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 596
15.6 Mean-Square Error.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 597
15.7 Floating-Point Arithmetic Implementation . . . . . . . . . . . . . . . . . . . . . . . . 598
15.8 Floating-Point Quantization Errors in LMS Algorithm .. . . . . . . . . . 600
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 603
16 Quantization Effects in the RLS Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 605
16.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 605
16.2 Error Description.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 605
16.3 Error Models for Fixed-Point Arithmetic . . . . . . . . . . . . . . . . . . . . . . . . . . 607
16.4 Coefficient-Error-Vector Covariance Matrix . . . . . . . . . . . . . . . . . . . . . . 609
16.5 Algorithm Stop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 612
16.6 Mean-Square Error.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 613
16.7 Fixed-Point Implementation Issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 614
16.8 Floating-Point Arithmetic Implementation . . . . . . . . . . . . . . . . . . . . . . . . 615
16.9 Floating-Point Quantization Errors in RLS Algorithm . . . . . . . . . . . 617
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 621
17 Kalman Filters 623
17.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 623
17.2 State–Space Model. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 623
17.2.1 Simple Example .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 624
17.3 Kalman Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 626
17.4 Kalman Filter and RLS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 633
18 Analysis of Set-Membership Affine Projection Algorithm. . . . . . . . . . . . . 635
18.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 635
18.2 Probability of Update . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 635
18.3 Misadjustment in the Simplified SM-AP Algorithm .. . . . . . . . . . . . . 637
18.4 Transient Behavior . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 638
18.5 Concluding Remarks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 639
References .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643

abbr_9993e57fa7f54f4945a26d089deb3df3.rar

8.02 MB, 下载次数: 809 , 下载积分: 资产 -4 信元, 下载支出 4 信元

发表于 2013-6-22 01:25:40 | 显示全部楼层
password- protected Instructor Solutions Manual, Slides in PDF and user-friendly MATLAB package available for download Many analytical and practical examples are included? 这些好东西有吗?谢谢
发表于 2013-6-22 02:05:47 | 显示全部楼层
password- protected Instructor Solutions Manual, Slides in PDF and user-friendly MATLAB package available for download Many analytical and practical examples are included? 这些好东西有吗?谢谢
发表于 2013-6-26 15:09:55 | 显示全部楼层
Excellent reference for those interested not only in learning the theory of adaptive filters, but also in putting into practice most of the relevant and up-to-date adaptive algorithms.
发表于 2013-6-26 17:19:31 | 显示全部楼层
感谢分享
发表于 2013-8-5 22:01:43 | 显示全部楼层
非常感谢
发表于 2014-1-18 13:46:08 | 显示全部楼层
感谢分享
发表于 2014-4-18 10:40:01 | 显示全部楼层
感谢楼主分享
发表于 2014-6-1 23:44:29 | 显示全部楼层
good book
发表于 2014-6-13 20:25:31 | 显示全部楼层
名字不错,但这样的书现在太多,要更形而下就好了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-4-27 23:18 , Processed in 0.039168 second(s), 8 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表