登录
首页 » matlab » radar_signal

radar_signal

于 2019-07-08 发布
0 199
下载积分: 1 下载次数: 9

代码说明:

说明:  应用一个仿真实例对动目标信号的检测判决算法做了分析和验证。其中包括MTI,脉冲多普勒处理,CFAR自适应门限检测等。(A simulation example is used to analyze and verify the detection and decision algorithm of moving target signal. These include MTI, pulse Doppler processing, CFAR adaptive threshold detection and so on.)

文件列表:

radar_signal, 0 , 2013-11-02
radar_signal\html, 0 , 2013-11-02
radar_signal\html\radar_signal_detection.html, 43700 , 2013-11-02
radar_signal\html\radar_signal_detection.png, 2365 , 2013-11-02
radar_signal\html\radar_signal_detection_01.png, 3956 , 2013-11-02
radar_signal\html\radar_signal_detection_02.png, 6768 , 2013-11-02
radar_signal\html\radar_signal_detection_03.png, 9163 , 2013-11-02
radar_signal\html\radar_signal_detection_04.png, 7174 , 2013-11-02
radar_signal\html\radar_signal_detection_05.png, 9020 , 2013-11-02
radar_signal\html\radar_signal_detection_06.png, 6980 , 2013-11-02
radar_signal\html\radar_signal_detection_07.png, 8780 , 2013-11-02
radar_signal\html\radar_signal_detection_08.png, 6613 , 2013-11-02
radar_signal\html\radar_signal_detection_09.png, 7978 , 2013-11-02
radar_signal\html\radar_signal_detection_10.png, 8495 , 2013-11-02
radar_signal\html\radar_signal_detection_11.png, 8838 , 2013-11-02
radar_signal\html\radar_signal_detection_12.png, 8837 , 2013-11-02
radar_signal\html\radar_signal_detection_13.png, 8353 , 2013-11-02
radar_signal\html\radar_signal_detection_14.png, 8908 , 2013-11-02
radar_signal\html\radar_signal_detection_15.png, 9245 , 2013-11-02
radar_signal\html\radar_signal_detection_16.png, 9132 , 2013-11-02
radar_signal\html\radar_signal_detection_17.png, 8950 , 2013-11-02
radar_signal\html\radar_signal_detection_18.png, 11615 , 2013-11-02
radar_signal\html\radar_signal_detection_19.png, 9800 , 2013-11-02
radar_signal\html\radar_signal_detection_20.png, 6785 , 2013-11-02
radar_signal\radar_signal_detection.m, 11533 , 2013-11-02

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

发表评论

0 个回复

  • 相关程序
    说明:  局部阴影下的最大功率点追踪,实现mppt功能(Maximum power point tracking under local shadow to achieve MPPT function)
    2019-12-30 10:31:29下载
    积分:1
  • IFFT in 802.11a systems
    802.11a中的IFFT模块的IP核实现-IFFT in 802.11a systems
    2022-03-13 10:00:03下载
    积分:1
  • Wind Farm Power Max
    说明:  通过控制风机的偏航角来减少对其后风机的尾流效应,从而达到整场出力最大化。在小型风电场很适用。(By controlling the yaw angle of the fan, the wake effect of the fan is reduced and the whole field output is maximized. It's very suitable for small wind farms.)
    2021-03-18 15:39:20下载
    积分:1
  • 4.2
    本人做的一个计算动力学的 小作业 中心差分法(I make a calculation of the dynamics of small operations center difference method)
    2021-02-21 14:29:42下载
    积分:1
  • 疯狂配对仿连连看Java游戏源代码
    疯狂配对仿连连看Java游戏源代码,游戏规则是找出两个相同的图案并消掉,就算游戏成功,消的越多得分越高,在写这个配对游戏之前,国内的连连看游戏还没有出现呢。
    2022-12-29 08:10:03下载
    积分:1
  • 内存定位宏 使用方法: Begin_Locate_Memleaks(ID) End_Locate_Memleaks()
    内存定位宏 使用方法: Begin_Locate_Memleaks(ID) End_Locate_Memleaks()-memory positioning Acer Use : Begin_Locate_Memleaks (ID) End_Locate_Memleaks ()
    2023-06-25 10:35:03下载
    积分:1
  • LocalizationTDOA-master python
    使用python实现TDOA的定位算法,应用于UWB系统(Using Python to implement TDOA location algorithm applied to UWB system)
    2018-05-17 09:27:04下载
    积分:1
  • dump
    说明:  as an American people should do the birds you our country try your best to study
    2019-05-06 12:29:51下载
    积分:1
  • 清华紫光 4a,4b,4c扫描仪的DOS下的驱动及开发范例
    清华紫光 4a,4b,4c扫描仪的DOS下的驱动及开发范例- Under Qinghua visual purple 4a,4b,4c scanner DOS actuation and development model
    2022-07-02 00:38:54下载
    积分:1
  • 1.1
    创建一个计时测试程序,比较公式节点和本地LabVIEW数学函数的平均执行时间。此程序需要一个For循环或一个平序或叠序结构以及一个Case结构。要求For循环运行计时测验N次,然后使用Statistics Express VI对结果做平均。要求顺序结构在代码运行之前以及代码运行之后对Tick Count进行采样。要求Case结构判定用户是要执行公式节点还是要执行本地LabVIEW数学函数。对每个分支运行计时测验程序。哪种方法执行时间最快?哪种方法最容易编程?别人要看程序时,哪种方法更容易理解?(Create a timing test program to compare the average execution time of formula nodes and local LabVIEW mathematical functions. This program needs a For loop or a plain or overlapping structure and a Case structure. Require the For cycle to run the timing test N times, and then use Statistics Express VI to average the results. The sequential structure is required to sample Tick Count before and after the code runs. The case structure is required to determine whether the user wants to execute formula nodes or local LabVIEW mathematical functions. Run the timing test program for each branch.)
    2018-12-27 13:17:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载