登录
首页 » matlab » chap

chap

于 2014-01-12 发布 文件大小:19KB
0 110
下载积分: 1 下载次数: 52

代码说明:

  ex9_1 脉冲信号调制 ex9_2 载波10MHz,带宽2MHz的线性调频信号及其频谱图 ex9_3 产生7位巴克码编码的二相码 ex9_4 产生7位巴克码和线性调频的混合调制信号 ex9_5 瑞利分布实现程序 ex9_6 瑞利分布+杂波 ex9_7 相关对数正态分布杂波 ex9_8 相关weibull分布杂波 ex9_9 相干相关K分布杂波 ex9_10 线性调频信号的数字化正交解调 ex9_11 雷达脉冲压缩处理 ex9_12 二相编码信号的脉压处理 ex9_13 用FFT和FIR方法实现MTD处理 ex9_14 雷达的恒虚警处理(CFAR) ex9_15 比较相参积累和非相参积累(Two-phase pulse ex9_12 shrinking treatment coded signal processing using FFT and FIR ex9_13 MTD processing methods to achieve ex9_14 radar CFAR (CFAR) ex9_15 relatively coherent and non-coherent integration accumulation)

文件列表:

chap09
......\ex9_1.m,119,2006-05-31
......\ex9_10.m,1052,2006-05-31
......\ex9_11.m,1809,2006-05-31
......\ex9_12.asv,2655,2006-05-31
......\ex9_12.m,2635,2006-05-31
......\ex9_13.m,4761,2006-05-31
......\ex9_14.m,1879,2006-05-31
......\ex9_15.m,2446,2006-05-31
......\ex9_2.m,410,2006-05-31
......\ex9_3.m,425,2006-05-31
......\ex9_4.m,703,2006-05-31
......\ex9_5.m,290,2006-05-31
......\ex9_6.m,1781,2006-05-31
......\ex9_7.asv,1493,2006-05-31
......\ex9_7.m,1480,2006-05-31
......\ex9_8.m,1862,2006-05-31
......\ex9_9.m,2320,2006-05-31
......\leidaxitongfangzhen.asv,8057,2006-05-31
......\leidaxitongfangzhen.m,8030,2006-05-31
......\nonline_eq_sirp.m,1052,2006-05-31
......\pam.m,516,2006-05-31
新建文本文档.txt,452,2014-01-12

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

发表评论

0 个回复

  • LMS
    least mean square algorithm for estimation state
    2009-04-28 18:52:53下载
    积分:1
  • LUT
    the m file make the LUT for predistoriton system.
    2010-01-07 16:30:04下载
    积分:1
  • 123
    说明:  绝对经典的模拟退火算法源文件 含遗传算法(Absolute classic simulated annealing algorithm with genetic algorithm source files)
    2009-08-18 17:01:36下载
    积分:1
  • queue
    排队问题仿真模型的代码,顾客到达时间和服务时间服从均匀分布。(Simulation model of the queuing code, the customer arrival time and service time uniform distribution.)
    2010-05-17 23:23:56下载
    积分:1
  • clear
    清理window7系统垃圾的批处理程序,很好用(Window7 system garbage cleanup batch program, easy to use)
    2015-03-19 19:37:09下载
    积分:1
  • esprit1
    esprit算法是进行高分辨阵列测向地基本算法,它与music算法不同的是它不用进行谱搜索,大大的节省了时间(esprit algorithm is to carry out high-resolution array geotropism test the basic algorithm, it is different music algorithm is its need for spectrum search, significantly saving time)
    2007-10-10 19:18:38下载
    积分:1
  • Matlab2048
    2048matlab代码。。。。。。。。。。。。。。。。。。。。。。。(2048 the matlab codes of 2048.)
    2014-10-07 11:51:56下载
    积分:1
  • zxingCodeAndDemo
    zxing二维码扫描的源代码,包括zxing核心包的jar和ZXingDemo源码,非常详细.(zxing dimensional code scanning of source code, including zxing core package jar and ZXingDemo source, very detailed.)
    2014-01-18 00:18:01下载
    积分:1
  • FIR
    1、验证窗函数 N 变化时,验证其频谱主瓣副瓣比、主瓣宽度的变化。 a)矩形窗函数的 N 变化时,验证其其频谱主瓣副瓣幅度比基本不会发生变化, 而主瓣宽度将会变窄。这说明,当用矩形窗函数设计滤波器时,增大 N 不能使 得阻带衰减减小,但能够减小过渡带。 b)再选取其他的窗如 hamming/hanning 窗,验证当 N 变化时,其频谱主瓣宽 度变化、主瓣副瓣比值变化情况。 2、用窗函数法设计线性相位 FIR 低通,通带截止频率 wp=0.5PI, 阻带截止频率 ws=0.6PI, 阻带衰减不小于 40dB,通带衰减不大于 3dB. a)选取 Hanning,Hamming 窗查看设计出来的 FIR 的过渡带宽和阻带衰减是否 满足要求,二者有什么不同。 b)使用 hamming 窗,将窗长增大 1 倍,设计 FIR。验证同样的窗函数类型 (hamming),不同窗长度时,设计出来的 FIR 的过渡带宽和阻带衰减都有什么变 化。 3、不使用 Matlab 系统函数得到上一项指标的低通,并与上一项结果比较。 4 用窗函数法设计线性相位 FIR 高通,通带截止频率 wp=0.8PI, 阻带截止频率 ws=0.7PI, 阻带衰减不小于 30dB,通带衰减不大于 3dB.(An actual filter is implemented using the truncated unit impulse response sequence of the ideal filter. For the ideal low pass filter, the unit impulse response h, N, D () is intercepted by a length of N, and the length is The N sequence H (n), when intercepted, guarantees causality and linear phase requirements for the filter. In order to reduce the Gibbs effect, the H (n) window is added, and the appropriate window function is selected to ensure the stopband attenuation and Transition zone requirement. Note that the sidelobe of the window function affects the stopband attenuation of the filter, and the main lobe width affects the filter Transition bandwidth.)
    2017-07-06 11:55:24下载
    积分:1
  • MATLABR2008_5
    《MATLAB R2008图形与动画编程实例教程》的源代码--第五章(" MATLAB R2008 examples of graphics and animation programming tutorial" source code- Chapter V)
    2010-06-08 18:25:44下载
    积分:1
  • 696518资源总数
  • 104434会员总数
  • 22今日下载