登录
首页 » Others » 雷达原理和雷达对抗资料

雷达原理和雷达对抗资料

于 2020-12-01 发布
0 332
下载积分: 1 下载次数: 9

代码说明:

压缩包内有两个文件,分别是《雷达对抗与反对抗》入门书籍.pdf 雷达原理(第三版).pdf。欢迎下载

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

发表评论

0 个回复

  • CSAPP: shell lab 解答
    经典的shell实验, 实验内容为实验一个unix下的简易的shell程序, 搞懂了这个程序对于unix下的sigal机制会有一个更深入的理解, CMU大学(卡耐基 梅隆大学)经典计算机课程实验之一, 里面含有实验完整内容及其源程序, 还有详细的解答过程, 很多国内大学的计算机课程都选用此实验作为其课程设计之一!
    2020-12-06下载
    积分:1
  • 节点导纳矩阵
    以前的一个作业,用matlab编写节点导纳矩阵
    2020-12-03下载
    积分:1
  • c++二维码识别opencv+zbar
    C++开发的二维码识别,实际项目的前期方案验证,使用opencv+zbar,在ubuntu14.04环境下验证成功,效果还不错。
    2020-12-02下载
    积分:1
  • 网络工设计报告 网络系统规划设计
    小型网络系统的规划设计。网络工程课程设计报告,拓扑图,原理图……一应俱全,网络设备选用的事锐捷,包含具体配置代码
    2020-12-09下载
    积分:1
  • 车辆分类检测正负样本共计1000张
    车辆分类检测的正负样本,其中正样本500,负样本500,可以用来做OPENCV的分类器检测训练,低分提供给大家,欢迎下载训练
    2020-12-06下载
    积分:1
  • 无人驾驶入门--Autoware使用手册
    无人驾驶汽车系统入门 - Autoware_UsersManual_v1.1Autoware-用于城市自主驾驶的集成开源软件,支持以下功能:3D本地化3D映射路径规划路径跟随加速/制动/转向控制数据记录汽车/行人/物体检测交通信号检测交通灯识别车道检测对象跟踪传感器校准传感器融合面向云的地图连接自动化智能手机导航软件仿真虚拟现实Autoware受BSD许可证保护。请自行负责使用。为了安全使用,我们为不拥有真正自主车辆的人提供基于ROSBAG的仿真方法。如果您使用Autoware与真正的自主车辆,请在现场测试之前制定安全措施和风险评估。工尹-刁一定義亡机飞求世。Chapter1。 About This documentThis chapter describes the purpose of this document.Autoware Users ManualAutoware Developers manualChapter2。 RoS and AutowareBefore operating Autoware, RoS and Autoware are described in this chapter.Robot middleware- rosecently, the wide range potential of robotics has been focused by not only roboticsexperts but also non-robotics experts to join robot development It is believed thatthis trend leads robotics to advancement and developments to other domainsHowever, robot development is getting harder because the advancement and the complexityof robot functions have been increased Unlike Pcs and smartphones robotic developmenthas considered various hardware, OS, programming languages. Hence, the differences havemainly been obstructed for robotic developers as well as robotics experts to join robotdevelopmentTo solve the problem, the demand of making common platforms has been increased, andsome platforms have been published Within a common platform, developers can combinevarious software published by other developers, and speed up development by reusing themTherefore, it is expected that developers can more focus on fields of interestROS (Robot Operating System) is a framework for robotic software development. It wasdeveloped by Willow Garage in U.S. OSFR (Open Source Robotics Foundation) has currentlymaintained it. The open sourced ros has mainly been used by communities in U.S. andEurope as well as communities in JapanNote that ros has "os" in its name however, it is not "os" like Windows or linux. It is amiddleware that runs on uniX based OSROS FeaturesOriginal build system(Catkin)mage processing library(OpenCvv Data logging tool (ROSBAG)v Visualization tools for data and software state(rvizCoordinate transformation library (TFQt based gul development tool (RQTA""file is used to start multiple nodes atAutowareutoware is open source software based on ros. autoware is pushed on github forautonomous driving research and development. Most of autonomous drivingsystem consist of recognition, judgment, and operation. Autoware providesnecessary functions, such as 3-D map generation, localization, object recognition, andvehicle control, for autonomous drivingROS PCAutoware〔Ros)RecognitionJudgmentoperationObject DetectionLane KeepingAcceleratorLocalizationIntersectionBrakeSteeringAutowareRiderAutoware routePath PlanningVehicleVehicle control(CAN)CFigure 1 Autoware overviewwhile support systems such as driving assistance and safetydiagnosis support, use multi-core CPU3-D Map Generation and SharingLocalization(NDT: Normal Distributions Transform)object DetectionPath GenerationAutonomous Drivingtarget speed. In addition, the route includes landmarks, "way point, setintervals. The autonomous driving system operates path following by following the wayUser InterfaceA user interface called " Runtime Manager ofpath following. Furthermore, a tablet user interface, "Autoware Rider, of Autoware enablesROS PCAutoware(ROS)Runtime ManagerVIZAutoware ridertabletDisplay on vehicleOculusFigure 2 User interfacePlatform structure for autowareApplicationAutowareMiddlewareROSHost OsLinux( UbuntuCPUGPUCameraGNSSLIDARFigure 3 Platform structure for Autoware
    2021-05-07下载
    积分:1
  • ns2使用教与具体操作实例
    【实例简介】ns2使用教程与具体操作实例 本节打算以一个简单的网络环境为范例,介绍如何使用一些工具来分析和呈现模拟结果,这包含了如何去量测End-to-End Delay、Jitter、Packet Loss、和Throughput。而采用的方法是去分析traffic trace档案的方式,这种方法的优点是简单且不需要去修改到ns2核心的部份,但缺点是若是仿真数据若是太多,traffic trace的档案会太大,这样会增加分析所需要的时间。另外一种方法,是去更改ns2核心,增加或修改一些档案,把所需要量测的参数直接记录下来,这种方法的优点是模拟结束后,所需要量测的数据已经完全记录下来,但缺点是要动到ns2核心的部分,对于初学者而言,这是一个很大的门坎,这个方法笔者留到后面的章节在做介绍。
    2021-11-14 00:39:05下载
    积分:1
  • 百旺金赋税控盘组件接口SDK
    百旺金赋税控盘组件接口SDK做开发需要的对接的资料,一般网上很难找的的
    2021-05-06下载
    积分:1
  • CPM Viterbi解调
    CPM Viterbi解调 在高斯白噪声信道下的误码率性能仿真
    2020-11-30下载
    积分:1
  • JSP期末项目(图书馆管理系统附数据库)
    适用初学者 大二jsp期末项目 1、建立正确的javabean类 2、编写javabean属性和方法 3、用到jdbc驱动程序连接数据4、对数据库增删改查5、使用PreparedStetement接口
    2020-12-12下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载