登录
首页 » Others » Adaptive Filters

Adaptive Filters

于 2020-12-09 发布
0 220
下载积分: 1 下载次数: 3

代码说明:

自适应滤波器的权威Sayed的大作,用大量的实例诠释自适应滤波器的各种算法原理,是不可多得的好书。ADAPTIVE FILTERSADAPTIVE FILTERSALIH SAYEDUniversity of California at Los Angeles◆旧EEEIEEE PressWIlEYNTERSCIENCEA JOHN WILEY SONS, INC, PUBLICATIONCover design by Michael RutkowskiCopyright C 2008 by John Wiley Sons, Inc. All rights reservedPublished by John Wiley Sons, Inc, Hoboken, New JerseyPublished simultaneously in CanadaNo part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or bymeans, electronic, mechanical, photocopying, recording, scanning, or otherwise, except as permitted under anySection 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of thePublisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center,Inc, 222 Rosewood Drive, Danvers, MA01923, (978)750-8400, fax(978)750-4470, or on the web atwww.copyright.comRequeststothePublisherforpermissionshouldbeaddressedtothePermissionsDepartment, John Wiley sons, Inc, 111 River Street, Hoboken, NJ,(201)748-6011, fax(201)748-6008,oronlineathttp:/www.wiley.com/go/permissionLimit of Liability/Disclaimer of Warranty: While the publisher and author have used their best efforts inpreparing this book, they make no representations or warranties with respect to the accuracy or completeness ofe contents of this book and specifically disclaim any implied warranties of merchantability or fitness for aarticular purpose. No warranty may be created or extended by sales representatives or written sales materialsThe advice and strategies contained herein may not be suitable for your situation. You should consult with aprofessional where appropriate. Neither the publisher nor author shall be liable for any loss of profit or anyother commercial damages, including but not limited to special, incidental, consequential, or other damagesFor general information on our other products and services or for technical support, please contact our CustomerCare Department within the United States at(800)762-2974, outside the United States at (317)572-3993 or fax(317)572-4002Wiley also publishes its books in a variety of electronic formats. Some content that appears in print may not beavailable in electronic formats. For more information about wiley products, visit our web site atwww.wlley.conLibrary of Congress Cataloging-in-Publication Data:Sayed, Ali hAdaptive filters/Ali H. Sayedp cmIncludes bibliographical references and indexISBN9780470-25388-5( cloth)Adaptive filters. I. TitleTK7872F5s285200862138l5324dc222008003731Printed in the united states of america10987654321To my parentsContentsPrefacexviiNotationXXVAcknowledgmentsXXXBACKGROUND MATERIALA Random variablesA 1 Variance of a random variableA2 Dependent random VariablesA3 Complex-Valued Random VariablesA 4 Vector -Valued Random variables3467A.5 Gaussian Random VectorsB Linear Algebra12B. Hermitian and Positive- Definite matricesB 2 Range spaces and nullspace of matrices14B3 Schur Complements16B 4 Cholesky factorizationB 5 QR DecompositionB6 Singular Value Decomposition20B 7 Kronecker productsC Complex Gradients25C 1 Cauchy-Riemann Conditions5C2 Scalar arguments26C3 Vector arguments26PART:。 PTIMAL ESTIMATIONScalar- Valued Data291. 1 Estimation Without observations1.2 Estimation Given Dependent observations1.3 Orthogonality Principl36CONTENTS1,4 Gaussian random variables382 Vector- Valued Data422. 1 Optimal Estimator in the vector Case422.2 Spherically Invariant Gaussian Variables462. 3 Equivalent Optimization Criterion49Summary and Notes51Problems and Computer Projects54PART I: LINEAR ESTIMATION3 Normal Equatlons603. 1 Mean-Square Error Criterion613.2 Minimization by Differentiation3.3 Minimization by Completion-of-Squares633.4 Minimization of the error Covariance matrix653.5 Optimal Linear estimator4 Orthogonality princlple4. 1 Design Examples4.2 Orthogonality Condition4.3 Existence of solutions744, 4 Nonzero-Mean variables5 Linear Models5.1 Estimation using Linear Relations5.2 Application: Channel Estimation5Application: Block Data Estimation815. 4 Application: Linear Channel equalization825.5 Application: Multiple-Antenna Receivers85Constralned estimation876.1 Minimum-Variance Unbiased estimation6.2 Example: Mean Estimation6.3 Application: Channel and Noise Estimation916.4 Application: Decision Feedback Equalization6.5 Application: Antenna Beamforming1017 Kalman Filter1047.1 Innovations process7.2 State-Space Model106

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 利用棋盘格标定相机内参数的matlab
    matlab提取棋盘格角点,标定相机镜头内参数,用于畸变校正
    2021-05-06下载
    积分:1
  • java分页大全 包括最强大的java分页类
    包含3个java分页实现,本人收集打包,其中有一个为转载别人的最强大的java分页
    2020-12-09下载
    积分:1
  • 简易Qt登录注册及登陆后菜单功能
    实现的功能需求如下:(使用Qt creator编写)1.设计登录注册界面,有账号密码输入框,有登录注册输入框。2.点击注册时弹出注册窗口,注册完成后点击确定,信息回显到登录界面的账号密码输入框内。3.设计数据库,注册时信息录入数据库中,登录时从数据库中遍历信息,有则登录进入主界面,无则提示登录失败。4.设计登陆后进入的主界面,主界面内,左上方会有文字提示“欢迎你!+用户名”的字样。主界面的正中央为一个ListWidget框,可以在里面右键添加成员、删除成员或修改成员。
    2020-12-05下载
    积分:1
  • FPGA用Verilog写VGA接口,可接在电脑显示器上
    【实例简介】FPGA用Verilog编写VGA接口,可接在电脑显示器上
    2021-11-07 00:39:45下载
    积分:1
  • STM32F103VCT6+W5500 TCP 服务端通信成功,开了两个TCP服务端口
    STM32F103VCT6+W5500 TCP 服务端通信成功,开了两个TCP服务端口,可以同时通信。效果图如下:当然,W5500可以支持8个sock。应该同时开8个端口吧。从此,TCP通讯功能基本实现。
    2020-12-06下载
    积分:1
  • 瑞利衰落信道仿真matlab
    该代码是瑞利衰落信道的仿真代码,使用matlab编写而成,可运行
    2020-12-03下载
    积分:1
  • 用VC写的串口示波器,可以实时显示波形
    使用VC++编写的串口示波器,代码简洁,容易移植,需要的可以根据自己的需求进行修改,默认波特率为9600,通讯口为COM1口,16位16进制显示,进行了数据转换,在另一个框内显示double型,可以用做单片机AD数据采集系统的上位机,个人可以根据自己需求修改。
    2020-12-01下载
    积分:1
  • c# GUI+ 多种仪表盘显示
    c# GUI+ 适合电力,汽车,温度等多种图表应用,
    2021-05-06下载
    积分:1
  • LabVIEW自动气象站演示
    本Demo为模拟现实中分布式气象站和气象数据中心的功能,在程序中使用了Weather data.vi来产生分布式数据,通过datasocket将仿真数据发送至主程序Weather_station_main.vi进行实时显示和存储。历史天气分析是一个独立的程序Weather history.vi,它根据以往存储的历史数据来分析长时间内各区县的历史天气情况。
    2020-11-04下载
    积分:1
  • 多目标柔性车间调度的Pareto 混合禁忌搜索算法
    【实例简介】针对最小化最大完成时间、总机床负荷及最大机床负荷的多目标柔性作业车间调度问题, 提出了一种 带有Pareto 档案集的混合禁忌搜索算法。该算法为每次迭代产生的邻域解集进行Pareto 非支配排序, 选择第一前 沿的解用于Par et o 档案集更新, 并给出了一种Par eto 档案集快速更新算法。为减小邻域搜索空间, 结合问题特征, 设计了基于公共关键块结构的插入邻域和交换邻域。通过3 个经典算例的实验仿真, 以及与其他算法的比较, 验 证了该算法的可行性和有效性。
    2021-10-30 00:33:12下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载