登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

于 2013-10-12 发布 文件大小:1KB
0 120
下载积分: 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 个回复

  • wwnew
    这是我自己编的一个直方图均衡的算法,是实现基本上均匀的一个算法。matlab环境。(This is my own compiled a histogram equalization algorithm is an algorithm to achieve essentially uniform. matlab environment.)
    2009-11-30 10:49:51下载
    积分:1
  • iamgeoftwo-value
    说明:  本程序实现了RGB图像转化为灰度图像,而后对图像进行了二值化,比较适合初学者,因为很多复杂的程序初学者比较难理解,我写的这个程序可以作为入门程序。(This program realized RGB images to gray image, and then to the binary image.It is suitable for beginners, because many complicated procedure is difficult for beginners, I write this program can be used as introductory programs.)
    2010-04-15 10:18:58下载
    积分:1
  • Kalman_pt
    这是一个普通的、容易理解的卡尔曼跟踪滤波器的程序,对初学者有较大的帮助(This is a common, easy to understand the procedure of the Kalman tracking filter, a great help for beginners)
    2012-08-02 21:20:23下载
    积分:1
  • golddiv
    黄金分割法,用于一维线性优化,输入相应目标函数,可得最优变量(Golden method for one-dimensional linear optimization, enter the appropriate objective function, we can get the optimal variable)
    2015-04-04 04:27:08下载
    积分:1
  • three
    说明:  用matlab中的GUI工具箱完成一个系统算法的欢迎界面。(Matlab GUI toolkit used in the algorithm to complete a system welcome screen.)
    2011-04-01 09:34:22下载
    积分:1
  • loop12
    是一个关于动画的程序,描述的是箭击,百步穿杨(Is a program of animation, describes the arrow hit, shoot with great precision)
    2011-10-30 10:17:21下载
    积分:1
  • shuzu-fangwen
    简单c程序,访问一堆数组。自己做的小程序。(ez c program. to visit a lot of shu zu.)
    2014-11-26 12:33:27下载
    积分:1
  • pso_2D
    粒子群算法的实现,二维粒子群算法描述,自适应变异(Implementation of particle swarm optimization)
    2010-12-05 16:00:02下载
    积分:1
  • LDA
    LDA是一种常见的降维算法,这个算法是完整的算法,可以正常运行(LDA is a common method of Dimension reduction)
    2015-04-02 15:57:59下载
    积分:1
  • kdtree
    k-d树的matlab程序,包含了KDTREE, KDTREEIDX and KDRANGEQUERY functions。提供了两个Demo scripts(kdtree_demo.m & kdrange_demo.m),很实用( This distribution contains the KDTREE, KDTREEIDX and KDRANGEQUERY functions. Included are the source code files in kdtree/src, as well as precompiled mex files for the following systems: - Mac OS X (Matlab 6.5) - Redhat Linux (Matlab 6.5) - Windows (Matlab 6.1) Two demo scripts are provided (kdtree_demo.m & kdrange_demo.m). The new features added June 2004: + You can now use N dimensional data points, where N>3. + Use KDTREEIND to return the index value to the closest point, instead of the closest point values. + KDRANGEQUERY can now return these index values as well. Written by/send comments or suggestions to : Guy Shechter guy at jhu dot edu June 2004 )
    2013-11-07 16:28:39下载
    积分:1
  • 696518资源总数
  • 104591会员总数
  • 57今日下载