登录
首页 » Others » Allan方差程序

Allan方差程序

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

代码说明:

读取给定数据并根据给定数据计算Allan方差,整个程序由matlab实现。

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

发表评论

0 个回复

  • Adaptive Filters
    自适应滤波器的权威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
    2020-12-09下载
    积分:1
  • 软件模拟IIC主从机
    使用单片的普通IO口模拟IIC的主机和从机,自己由此开始,感觉归纳总结的很好,代码也很具有参考性
    2020-12-06下载
    积分:1
  • DBN代码注释
    deep learning 代码的代码注释
    2020-06-29下载
    积分:1
  • python3 + wxpython 实现 RSA 安全传输工具.rar
    【实例简介】最近打算使用 python3 写一个图形化的安全传输工具,加密算法是编程实现的,而不是调用 python 自带的函数库。 主要功能: 1. 作为服务器登录 2. 作为客户端登录 3. 服务器生成公私钥文件并将公钥发送给客户端 4. 客户端用户输入明文 5. 客户端使用公钥加密并将密文发送给服务器 6. 服务器解密密文并将信息显示在主界面 7. 服务器和服务器都支持文件的查看和保存
    2021-12-05 00:37:19下载
    积分:1
  • 波士顿房价预测(数据集)
    有关机器学习中经典例子——波士顿房价预测,里面包含数据集,亲测可用,适合数据分析入门!有关机器学习中经典例子——波士顿房价预测,里面包含数据集,亲测可用,适合数据分析入门!有关机器学习中经典例子——波士顿房价预测,里面包含数据集,亲测可用,适合数据分析入门!
    2020-12-12下载
    积分:1
  • 的数值解法
    【实例简介】反问题的数值解法.pdf图书。肖庭延、于慎根、王彦飞著,科学出版社,274页。
    2021-11-18 00:37:10下载
    积分:1
  • 语音增强(speech enhancement)中英文版+书后所提到的MATLAB代码
    学习语音增强的同学们,这文件包含中英文加代码。非常适合学习。
    2020-06-21下载
    积分:1
  • IBM SPSS Modeler 决策树之银行行销预测应用分析
    IBM SPSS Modeler 决策树之银行行销预测应用分析
    2020-11-27下载
    积分:1
  • 数字图像处理matlab GUI设计
    建立基于Matlab的GUI界面,通过菜单选择来实现;图像处理基本功能,包括:“打开”,“保存”,“退出”功能;图像点运算,包括:灰度直方图,灰度线性变换,阈值变换和直方图均衡化;图像几何运算,包括:平移,水平和垂直镜像,旋转和缩放;图像空间域增强,包括:图像平滑(均值滤波,中值滤波),图像锐化(Robert算子,Sobel算子,拉普拉斯算子)。
    2021-05-06下载
    积分:1
  • 潮流计算求解导纳矩阵的通用
    给定任何网络拓扑结构的导纳矩阵都能被求解、、包括带变压器
    2020-12-08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载