登录
首页 » Others » 单片机课设--数字万用表(protues仿真+汇编8通道带超量程警报+1602显示)

单片机课设--数字万用表(protues仿真+汇编8通道带超量程警报+1602显示)

于 2020-12-03 发布
0 139
下载积分: 1 下载次数: 2

代码说明:

这是个单片机课设,用汇编写的,有protues仿真文件,基本功能有:八通道随意切换,超量程提示,1602液晶显示,带自建自幕

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

发表评论

0 个回复

  • 33节点的辐射型网络的研究
    33节点的辐射型配电网的潮流计算,能够运行哦
    2020-12-10下载
    积分:1
  • matlab数字图像处理增强对比度
    【实例简介】对图像进行数字图像处理,使图像增强对比度
    2021-11-06 00:32:58下载
    积分:1
  • 基于QT的简单视频播放器
    最近在学习QT,学了一段时间之久就自己动手做了个音视频的播放器,这是该播放器的全部代码,里边基本都有注释,功能包括有视频切换,快进/退,音量调节(鼠标调节、键盘上下键调节),全屏切换,播放列表,打开本地文件等等,基础功能不少,但是也不多,适合初学者学习,有兴趣的朋友可以下载来看看。
    2020-12-03下载
    积分:1
  • 西门子调速(调速控制.smart)
    西门子调速(调速控制.smart)
    2019-06-18下载
    积分:1
  • 深入理解 LTE-A
    《深入理解LTE-A》 金辉 PDF 电子版无水印,高清......
    2020-12-03下载
    积分:1
  • 数据结构习与解析 B级 李春葆
    数据结构习题与解析 李春葆,喻丹编著原来上传的下载分数自动提高了,重新上传下。供大家学习使用。觉的有用的请点赞评论啊!
    2020-12-11下载
    积分:1
  • 基于蓝牙的室内定位软件(android)IBeaconReference
    是一个简易的室内定位软件。IBeaconReference。包括采集蓝牙信号、高斯离散权重分配计算距离、基于KNN算法的训练模型,等。是我和我的同学一起完成的代码。特此分享。(数据存储路径一般为手机根目录,特殊需要请自行修改)
    2020-11-28下载
    积分:1
  • VCS简明使用教
    VCS简明使用教程:编译,仿真,调试,覆覆盖率分析...等
    2020-12-08下载
    积分:1
  • 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
  • 基于matlabGUI的小车倒立摆pid控制
    一个用matlab的GUI编写的小车倒立摆环境,自带pid控制
    2020-12-05下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载