登录
首页 » matlab » chap9

chap9

于 2019-11-12 发布
0 189
下载积分: 1 下载次数: 8

代码说明:

说明:  moopulse单脉冲测角与跟踪常见例程,是MATLAB编写的程序包,能用。 包含kalman,阿法贝塔滤波器,详情请看书《雷达系统设计Matalb仿真》(The common routine of monopulse angle measurement and tracking is written by MATLAB and can be used. Including Kalman, afabeta filter)

文件列表:

chap9\addnoise.m, 1608 , 2003-06-10
chap9\fig9_20.m, 739 , 1999-12-29
chap9\fig9_21.m, 731 , 1999-12-30
chap9\fig9_27.m, 675 , 1999-12-30
chap9\fig9_28.m, 667 , 2003-07-07
chap9\fxdwght.m, 1047 , 1999-12-28
chap9\ghk_tracker.m, 783 , 1999-12-29
chap9\kalfilt.m, 2974 , 2003-06-11
chap9\kalm.m, 6860 , 2003-06-17
chap9\kalman_filter.m, 1599 , 2003-07-07
chap9\kalman_gui.fig, 217768 , 2003-06-19
chap9\kalman_gui.m, 125208 , 2003-06-18
chap9\maketraj.m, 1837 , 2003-07-07
chap9\mono_pulse.m, 682 , 1999-12-14
chap9\normrnd.m, 1333 , 1999-12-29
chap9\PolKal.m, 1750 , 1999-12-30
chap9\rndcheck.m, 8072 , 1999-10-12
chap9\testkalm.m, 847 , 2003-06-18
chap9, 0 , 2003-07-27

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

发表评论

0 个回复

  • Estimator_Model.slx
    estimator model of satellite
    2019-03-05 03:22:09下载
    积分:1
  • CI-2.2.0
    最新CodeIgniter 中文用户指南 版本 2.2.0, chm 文件,重新编译,离线查看。(CodeIgniter 2.2.0 .chm)
    2015-04-01 11:33:18下载
    积分:1
  • 编辑框的简单自绘制
    编辑框是常用控件之一,同时也是一种完全自实现较为繁琐的控件。本例实现了对编辑框的简单的自绘制,在保留其自身的强大功能的前提下,实现了编辑框的边框、背景、文字颜色以及禁用态的各种颜色的替换。 要想重绘,我们必须知道要绘什么。通过观察默认的编辑框我们可以很清楚的看到编辑框有三个最基础的部分需要我们绘制,他们分别是3D边框、背景和文字,再进一步分析我们会发现他们是一个基本窗口的两个部分,即客户区和非客户区。这样一来我们就知道应该用什么函数有针对性的绘制什么区域了,由于提供了源码,这里仅就基本原理和技术细节加以讨论,不过多地罗列代码。(Editor box is one of the common controls, and it is also a kind of control which is completely self-realization and tedious. This example realizes the simple self-drawing of the edit box, and realizes the replacement of the border, background, text color and various colors of the disabled state of the edit box while retaining its powerful function. To redraw, we must know what to draw. By observing the default edit box, we can clearly see that there are three most basic parts of the edit box that we need to draw. They are 3D border, background and text. Further analysis shows that they are two parts of a basic window, namely, client area and non-client area. In this way, we know which function should be used to draw which area. Since the source code is provided,)
    2020-06-16 05:40:02下载
    积分:1
  • 在unix环境下编写网络编程一个很好的开发包
    在unix环境下编写网络编程一个很好的开发包 -unix environment in the preparation of network programming a very good development kits
    2022-04-16 17:44:03下载
    积分:1
  • Simultaneous SAR and GMTI using ATIDPCA
    In previous work, we presented GMTI detection and geo-location results from the AFRL Gotcha challenge data set, which was collected using a 3-channel, X-band, circular SAR system. These results were compared against GPS truth for a scripted vehicle target. The algorithm used for this analysis is known as ATI/DPCA, which is a hybrid of alongtrack interferometry (ATI) and the displaced phase center antenna (DPCA) technique. In the present paper the use of ATI/DPCA is extended in order to detect and geo-locate all observable moving targets in the Gotcha challenge data, including both the scripted movers and targets of opportunity. In addition, a computationally efficient SAR imaging technique is presented, appropriate for short integration times, which is used for computing an image of the scene of interest using the same pulses of data used for the GMTI processing. The GMTI detections are then overlaid on the SAR image to produce a simultaneous SAR/GMTI map.
    2017-11-21 16:48:58下载
    积分:1
  • Computational-Fluid-Dynamics
    计算流体力学入门书籍,英文pdf,从问题模型到后处理都讲了,适合自学,已制作目录书签(Jiyuan Tu, Guan Heng Yeoh and Chaoqun Liu (Eds.)-Computational Fluid Dynamics. A Practical Approach-Butterworth Heinemann (2012))
    2021-01-26 16:28:36下载
    积分:1
  • 此程序用于记录上次的开机的时间.VB编程,比较简单.
    此程序用于记录上次的开机的时间.VB编程,比较简单.-procedure for the boot record of the last time. VB, relatively simple.
    2022-03-07 09:11:09下载
    积分:1
  • dds_test
    直接数字式频率合成器DDS设计、Verilog。 产生的信号可以是正弦波或方波、三角波、锯齿波等,自选。 采用DDS技术,将所需生成的波形写入ROM中,按照相位累加原理合成任意波形。 此方案得到的波形稳定,精度高,产生波形频率范围大,容易产生高频。 本实验在设计的模块中,包含以下功能: (1)通过 freq 信号输入需要的频率的值; (2)通过 wave_sel 信号选择所需的波形; (3)通过 amp_adj 信号选择波形放大的倍数。(DDS design of direct digital frequency synthesizer, Verilog. The generated signal can be sinusoidal or square wave, triangular wave, sawtooth wave and so on, optional. By using DDS technology, the required waveforms are written into ROM, and arbitrary waveforms are synthesized according to the principle of phase accumulation. The waveform obtained by this scheme is stable, accurate and easy to generate high frequency waveform. This experiment includes the following functions in the designed module: (1) Input the required frequency value through freq signal; (2) Choosing the required waveform by wave_sel signal; (3) Select the multiplier of waveform amplification by amp_adj signal.)
    2019-01-19 16:07:50下载
    积分:1
  • 2005HuaweiCTest
    2005年华为c的面试题,希望能够对拼命找工作的人有所帮助。(c 2005 for Love to face questions, hoping to find work desperately to the people some help.)
    2006-09-05 16:23:13下载
    积分:1
  • interactions
    qt实现的遗传算法 解决最大最小值得问题 (qt genetic algorithm to achieve the maximum and minimum worth solving problems)
    2013-12-13 02:50:38下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载