登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

于 2013-10-12 发布 文件大小:1KB
0 94
下载积分: 1 下载次数: 15

代码说明:

  高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc clear all close all 2013年9月28日 ---------------参数---------- Tr=42e-6 fs=9.5e6 K=0.7e11 Nfft=2048 -------------匹配滤波 时域生成-------------- t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs) w = kaiser(length(t),2.5) w=w w = ones(1,length(t)) ht1=w.*exp(-1i*pi*K*t.^2) ht2=w.*exp(1i*pi*K*t.^2) hf1=fft(ht1,Nfft) hf2=fft(ht2,Nfft) figure subplot(211) plot(abs(hf1)) title( 匹配滤波器1 幅频响应 ) subplot(212) plot(phase(hf1)) title( 匹配滤波器1 相位 ) figure subplot(211) plot(abs(hf2)) title( 匹配滤波器2 幅频响应 ) )

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

发表评论


0 个回复

  • matlab
    有彩色图像的换算代码,HIS转换成RGB代码;(A color image of the conversion code, HIS converted to RGB code )
    2010-12-29 21:43:43下载
    积分:1
  • SJohnsonLDPCintro
    有个ldpc码的介绍,很全面,很好,适合于初学者(A introduction abuat LDPC codes , very comprehensive, very good, and suitable for beginners)
    2014-12-08 21:07:13下载
    积分:1
  • Cyclyc-Code
    This is a MATLAB code which provides the performance of a cyclic code.
    2012-11-23 00:23:38下载
    积分:1
  • SAR
    鉴于网上合成孔径雷达的资料比较少,上传一些老师给的文献资料,希望对大家有帮助(Given the online synthetic aperture radar data is relatively small, upload some literature teacher, I hope to help everyone)
    2014-01-13 13:58:31下载
    积分:1
  • ONE-DIMENSION-FDTD
    upml边界条件下的FDTD程序,感觉很不错,分享给大家吧,也希望大家能更多的分享自己的程序。谢谢(boundary conditions under upml FDTD program, I feel very good, for everyone to share it, I hope you will be able to share their program more. Thank you)
    2014-01-15 13:09:30下载
    积分:1
  • libsvm-mat-2.8-1
    说明:  这是关于支撑向量机算法的matlab程序(This is on the support vector machine algorithm matlab program)
    2008-09-23 21:56:19下载
    积分:1
  • 实时验证
    肌电信号通过小波变换以及小波包来进行处理,特征提取(Wavelet transform processing of EMG signal)
    2018-04-13 17:27:56下载
    积分:1
  • Improved-kalman-filtering-algorithm
    主要对扩展卡尔曼滤波(EKF)、无迹卡尔曼滤波(UKF)及改进无迹卡尔曼滤波(MAUKF)算法进行研究,研究了三种算法的基本原理和各自的特点。其中扩展卡尔曼滤波器是将卡尔曼滤波器局部线性化,其算法简单,计算量小,适用于弱非线性、高斯环境。无迹卡尔曼滤波器是用一系列确定样本来逼近状态的后验概率密度。改进无迹卡尔曼滤波算法在UKF的基础上引入衰减因子。(Improved Kalman filtering algorithm)
    2016-08-17 21:11:50下载
    积分:1
  • exp1_matlab_manual
    Multimedia Communication Systems I Sampling and Quantization
    2010-06-11 22:48:22下载
    积分:1
  • 3busconejoIL
    interruptible load deterministic
    2013-07-12 18:38:21下载
    积分:1
  • 696518资源总数
  • 104749会员总数
  • 68今日下载