登录
首页 » Others » LFMCW雷达发射接收信号及测距matlab仿真

LFMCW雷达发射接收信号及测距matlab仿真

于 2020-05-28 发布
0 122
下载积分: 1 下载次数: 6

代码说明:

LFMCW雷达发射接收信号及测距matlab仿真

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

发表评论

0 个回复

  • 基于SGP4的卫星轨道计算
    【实例简介】成熟的基于SGP4模型的Matlab轨道计算模型,通过添加需要进行仿真的双行元文件Tle.txt,给出任意仿真时刻t,可生成t时刻的惯性系速度、位置
    2021-11-16 00:38:20下载
    积分:1
  • 基于labview的自动可乐售卖机
    基于labview的简易自动可乐售卖机程序,可实现自动售货和找零的功能,仅供参考
    2021-05-06下载
    积分:1
  • PHP+MySQL动态网站开发与全实例(附源码)
    PHP开发ppt和部分源码,动态网站开发与全程实例
    2020-12-07下载
    积分:1
  • PSO粒子群算法,用于路径规划算法
    PSO路径规划算法,源码
    2020-11-28下载
    积分:1
  • 灰度图转化为彩色图像(MATLAB实现)
    用MATLAB实现的很方便的将灰度图转化为彩色图像的源代码
    2020-12-05下载
    积分:1
  • 车辆分类检测正负样本共计1000张
    车辆分类检测的正负样本,其中正样本500,负样本500,可以用来做OPENCV的分类器检测训练,低分提供给大家,欢迎下载训练
    2020-12-06下载
    积分:1
  • WIFI视频小车(WF-103Rb)安卓源码和下位机源码
    WF-103Rb 视频小车资料 里面附硬件原理图,安卓源代码,下位机源代码!小车硬件淘宝有售,也可以自己搭!
    2020-12-03下载
    积分:1
  • Spark开发指南
    Spark开发指南.pdf本书参考Spark官方文档和源码,通过本书你将精通Spark的安装、配置、开发、监控和调优。Apache SparkSpark是伯克利 APMLab实验室精心打造的,力图在算法( Algorithms)、机器( Machines)、人( People)之间通过大规模集成,来展现大数据应用旳一个平台,其核心引擎就是 Spark,其计算基础是弹性分布式数据集,也就是RDD。通过Spark, MPLab运用大数据、云计算、通信等各种源,以及各种灵活的技术方案,对海量不透明的数据进行甄別并转化为有用的信息,以供人们更好的理解世界。 Spark已经涉及到机器学习、数据挖掘、数据库、信息检索、自然语言处理和语音识别等多个领域。Sparp ecological environment陡着 spark的日趋完善, Spark以其优异的性能正逐渐成为下一个业界和学术界的开源大数据处理平台。随着 Spark1.1.0的发布和 Spark生态圈的不断扩大,可以预见在今后的一段吋间内, Spark将越来越火热。spak生态圈以Spa为核心引擎,以HDFS、S3、 Tachyon为持久层读写原生数据,以 Mesos、YARN和自身携带的Standalone作为资源管理器调度job,来完成spak应用程序的计算;而这些spak应用程序可以来源于不同的组件,如 Spark的批处理应用、 Spark Streaming的实时处理应用、 Spark sρL的即席查询、 BlinkDB的权衝查询、MLib或 MLbase的机器学习、 GraphX的图处理等等。更多的新信息请参看伯克利 APMLab实验室的项目进展htps:/ mplab. cS. berkeley. edu/projects或者 Spark峰会信息htp:/ spark-summit org。Spark Spark MLlib GraphXSQL Streaming(machine(graph)learningApache SparkSparkSpark是一个快速的通用大规模数据丛理系统,和 Hadoop MapReduce相比更好的容锆性和内存计算高速,在内存中运算100倍速度于 MapReduce易用,相同的应用程序代码量要比 MapReduce少25倍提供了丰富的AP支持互动和迭代程序Spark大数据平台之所以能日渐红火,得益于 Spark内核架构的优秀·提供了支持DAG图的分布式并行计算框架,减少多次计算之间中间结果O开销·提供 Cache机制来支持多次迭代计算或者数据共享,减少开销*·RDD之间维护了血统关系,一旦 RDD fail掉了,能通过父RDD自动重建,保证了容错性·, RDD Partition可以就近读取分布式文件系统中的数据块到各个节点内存中进行计算使用多线程池模型来减少task启动开稍shuffle过程中避免不必要的sor操作采用容错的、高可伸缩性的aka作为通讯框架SparkStreamingSparkstreaming是一个对实时数据流进行高通量、容锴处理的流式处理系统,可以对多种数据源(如Kdka、Fume、Twitter、zero和TCP套接字)进行类似map、 reduce、join、 window等复杂操作,并捋结果保存到外部文件系统、数据库或应用到实时仪表盘Sparkstreaming流式必理系统特点有捋流式计算分解成一系列短小的批处理作业将失败或者执行校慢的任务在其它节点上并行执行较强的容错能力(基于RDD继承关系 Lineage)使用和RDD一样的语义Spark SQLSpark SQL是一个即席查询系统,可以通过SQL表达式、 HiveQL或者 Scala dsl在 Spark上执行查询。Spark SQL的特点·引人了新的RDD类型 SchemaRDD,可以象传统数据库定义表一样来定义 SchemaRDD, SchemaRDD由定义了列数据类型的行对象构成。· SchemaRDD可以从RDD转换过来,也可以从 Parquet文件读入,也可以使用 Hive QL从Hve中获取·在应用程序中可以混合使用不同来源的数据,如可以将来自 HiveQL的数据和来自sQL的数据进行jn操作。·内嵌 catalys优化器对用户查询语句进行自动优化MLlibMLib是Spak实现一些常见的机器学习算法和实用程序,包括分类,回归,聚类,协同过滤,降维,以及底层GraphXGraphX是基于 Spark的图处理和图并行计算AP。 GraphX定义了一个新的概念:弹性分布式属性图,一个每个顶点和边都带有属性的定向多重图;并引人了三种核心RDD: Vertices、 Edges、 Triplets;还开放了一组基本操作(如 subgraph,joinvertices, and mapReduce Triplets),并且在不断的扩展图形算法和图形构建工具来筒化图分析工作生态圈的应用Spark生态圈以 Spark为核心、以RDD为基础,打造了一个基于内存DAG计算的大数据平台,为人们提供了一栈式的数据处理方奚。人们可以根据不同的汤景使月主要应用场景用户曲像的建立用户异常行为的发现社交网络关系洞察用户定向商品、活动推荐spak运维相关安装配置、监控等,请求参考《 Spark运维实战》graphiteum install -y bitmap bitmap-fonts-compat Django django-tagging fontconfig cairo python-devel python-memcachedpython-twisted pycairo mod python python-Idap python-simplejson memcached python-zope-interface mod wsgipython-sqlite2Spark BaseSpark开发环境Spark本身是由 scala语言开发的,提供了三种语雷接口: Scala、Java、 Python。根据自己的喜好可以使用相应语言的开发工具。本书使用 scala语言做为开发Spak应用的语,采用 Eclipse为主要的开发工具主要介绍了两个流行的开发工貝: Eclipse、 Intell IDEA。JDK安装配置下载官方网址:htp/www.oracle.com/technetwork/javaljavase/downloads/jdk7-downloads-1880260hml选择好操作系统版本,32位操作采统选择带j586的安装文件;64位操作系统选择菅×64的安装文件。Linux操作系统推荐下载 tar. gz格式的安装文件, Window当然也只有exe格式的文件。Linux下安装解压tar -zxvf jdk-7ug-linux-1586. tar. gz-C/opt/In-/opt/jdk170_09 /opt/jdk设置环境变量用ⅵ编辑配置文件:/etc/ profileexport JAVA HOME=/ pt/jdkexport CLASSPATH=$JAVA HOME/lib/dt jar: SJAVA HOME/lib/tools. jarexport PATH= $JAVA HOME/bin: s PATH保存退出按Esc然后输入Wq使配置生效source /etc/profileWindows下安装选择好操作系统版本是32还是64,解压双击进行安装一路下一步,便可安装成功。设置环境变量测试是否成功命合行输人Java -versIon如果出现下面提示说明成功
    2020-12-01下载
    积分:1
  • Observers in Control Systems
    详细介绍了状态观测器及其在控制系统中的应用。Observers inControl SystemsA Practical guideGeorge ellisDanaher corporation4ACADEMIC PRESSAn imprint of elsevier ScienceAmsterdam Boston London New York Oxford ParisSan Diego San Francisco Singapore Sydney TokyoThis book is printed on acid-free paper ooCopyright 2002, Elsevier Science (USA)All rightsNo part of this publication may be reproduced or transmitted in any form or by anymeans, electronic or mechanical, including photocopy, recording, or any informationstorage and retrieval system, without permission in writing from the publisher. Requestsfor permission to make copies of any part of the work should be mailed to thefollowing address: Permissions Department, Harcourt, Inc, 6277 Sea Harbor DriveOrlando. Florida. 32887-6777.ACADEMIC PRESSAn imprint of Elsevier Science525 B Street, Suite 1900, San Diego, CA 92101-4495, USAhttp://www.academicpress.comAcademic pr84 Theobalds Road. London WCIX 8RR. UKhttp://www.academicpress.comLibrary of congress control Number: 2002104256International Standard book Number: 0-12-237472-XPrinted in the United States of america020304050607MB987654321TO Lee Ann, my loving wife, and our daughter Gretchen, who makes us both proud.Observers in Control Systems■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Acknowledgments■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Safety■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■1 Control Systems and the role of observers■■■■■■■■■■■■■■■■1.1 Overviewaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa1.2 Preview of observers21.3 Summary of the book2 Control-System Background52.1 Control-System Structures52.2 Goals of control systems132.3 Visual Model Simulation Environment2. 4 Software Experiments: Introduction to Visual ModelQ182.5 Exercises393 Review of the Frequency Domain.■■■■■■■■■■■■■■■■■■■■■■■■■■■■■3. 1 Overview of the s-domain413.2 Overview of the z-Domain543.3 The Open-Loop Method593.4 A Zone-Based Tuning Procedure623.5 Exercises664 The Luenberger observer: Correcting SensorProblems674. 1 What Is a luenberger observer?674.2 Experiments 4A-4C: Enhancing Stability with an Observer724.3 Predictor-Corrector Form of the Luenberger Observer774. 4 Filter Form of the luenberger observer. ..................................784.5 Designing a Luenberger observer824.6 Introduction to Tuning an observer compensator9047 Exercises955 The Luenberger Observer and Model Inaccuracy... 975.1 Model Inaccuracy.........….……,975.2 Effects of Model Inaccuracy .............................................1005.3 Experimental Evaluation1025.4 Exercises1146 The Luenberger observer and disturbances1156.1 Disturbances1156.2 Disturbance Response1236.3 Disturbance DecouplingIB..-.81296.4 Exercises1387 Noise in the Luenberger Observer…,,,…,,…,…,1417.1 Noise in Control Systems1417.2 Sensor noise and the luenberger observer1457.3 Noise Sensitivity when Using Disturbance Decoupling1567. 4 Reducing Noise Susceptibility in Observer-Based Systems1617.5 Exercises1708 Using the Luenberger Observer in Motion Control1738.1 The Luenberger observers in motion Systems1738.2 Observing Velocity to Reduce Phase Lag1858.3 Using observers to Improve Disturbance Response..... 2028.4 Exercises212Referencesn213A Observer-Based resolver conversion in industrialServo Systems1■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■217B Cures for mechanical resonance in IndustrialServo Systems227Introductionaaa日aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa日aaaaa.aaaaaaaaaaaaaaa日aa227TWo-Part Transfer function228LOW-Frequency Resonance229Velocity Control Law…...8....230Methods of Correction Applied to Low-Frequency Resonance231Conc| usion.…235Acknowledgments235References235C European Symbols for Block Diagrams237Part Linear functions237Part l: nonlinear functions238D Development of the bilinear transformation241Bilinear Transformation241Prewarning242Factoring polynomials243Phase Advancing………………………,243Solutions toChapter 2245Chapter 3245Chapter 4246Chapter 5重口m口m246Chapter 6247Chapter7.….B..8..8..8...248Chapter 8249Index251AcknowledgmentsWriting a book is a large task and requires support from numerous people, and thosepeople deserve thanks. First, I thank LeeAnn, my devoted wife of more than 20 yearsShe has been an unflagging fan, a counselor, and a demanding editor. She taught memuch of what I have managed to learn about how to express a thought in ink. Thanksto my mother who was sure I would grow into someone in whom she would be proudwhen facts should have dissuaded her Thanks also to my father for his insistence thatI obtain a college education; that privilege was denied to him, an intelligent man borninto a family of modest meansI am grateful for the education provided by Virginia Tech Go Hokies. The basicsof electrical engineering imparted to me over my years at school allowed me to graspthe concepts I apply regularly today. I am grateful to Mr. Emory Pace, a toughprofessor who led me through numerous calculus courses and, in doing so, gaveme the confidence on which I would rely throughout my college career and beyondI am especially grateful to Dr Charles Nunnally; having arrived at university froma successful career in industry, he provided my earliest exposure to the practicalapplication of the material I strove to learn. I also thank Dr robert lorenz of theUniversity of Wisconsin at Madison, who introduced me to observers some years agoHis instruction has been enlightening and practical. Several of his university coursesare available in video format and are recommended for those who would like toextend their knowledge of controls. In particular, readers should consider ME 746which presents observers and numerous other subjectsI thank those who reviewed the manuscript for this book. Special thanks goes toDan Carlson for his contributions to almost every chapter contained herein Thanksalso to Eric Berg for his numerous insights. Thanks to the people of KollmorgenCorporation(now, Danaher Corporation), my long-time employer, for their continuing support in writing this book. Finally, thanks to Academic Press, especially to JoelClaypool, my editor, for the opportunity to write this edition and for editing, printing, distributing, and performing the myriad other tasks required to publish a bookX1
    2020-12-11下载
    积分:1
  • WPF C# 人事管理系统
    水晶报表,xaml,人事管理增删改查等等,基本功能都有,包括数据库,很齐全
    2020-11-30下载
    积分:1
  • 696524资源总数
  • 103904会员总数
  • 44今日下载