登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

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

  • 1
    说明:  控制算法控制算法控制算法控制算法控制算法控制算法(Control algorithm for control algorithms control algorithm to control algorithms control algorithms control algorithm)
    2009-06-12 15:42:17下载
    积分:1
  • IEEE-FUZZ05
    fuzzy hidden Markov model
    2011-11-01 21:32:43下载
    积分:1
  • Controlooer
    dc motor project using matlab
    2012-09-15 17:52:55下载
    积分:1
  • ecgdetect
    心电信号的R波检测,特征提取,心率的计算,可视化的检测。简单易懂,使用方便(ECG R-wave detection, feature extraction, heart rate calculation, visualization of testing. Easy to understand, easy to use)
    2014-02-20 11:16:23下载
    积分:1
  • BPFdesign
    本程序已被本人整理到WORD文档中,编程语言为MATLAB,本文设计的数字滤波器为带通滤波器,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!(This program has been organized into WORD document I, the programming language MATLAB, this design of digital filter for band-pass filter, design parameters are indicated in the document. This procedure has been verified is correct executable, and can generate the graph, it is worth to download!)
    2009-12-16 19:00:50下载
    积分:1
  • fdtd2D_TM
    说明:  利用时域有限差分(FDTD)仿真二维(2D)横磁波(TM)的传播,吸收边界条件为完全匹配层(PML)。(The use of finite difference time domain (FDTD) simulation of two-dimensional (2D) transverse magnetic (TM) the spread of absorbing boundary conditions for the perfectly matched layer (PML).)
    2009-08-23 04:31:23下载
    积分:1
  • Inertial-algorithm-
    完整的惯性领域解算数学模型及解算算法,可以进行理论仿真及实验数据验证。(Complete inertial field solver solver algorithms and mathematical models can be theoretical simulation and experimental data validation.)
    2013-12-21 13:04:16下载
    积分:1
  • Logistic
    Logistic混沌映射的MATLB仿真,包括分岔图,相图以及Lyapunov指数谱的绘制(Logistic Chaos MATLB simulation, including the bifurcation diagram, phase diagram and Lyapunov exponent spectra of the draw)
    2010-07-24 08:45:25下载
    积分:1
  • c-and-mathlab
    说明:  很实用的C和matlab的书,值得学习和理解(C and matlab very useful book, it is worth learning and understanding)
    2011-04-18 13:28:04下载
    积分:1
  • plotkoch
    Koch曲线是通过图形迭代的方式产生的,其迭代规则是:对一条线段,首先将它分成三等份,然后将中间的一份替换成以此为底边的等边三角形的另外两条边。无限次迭代下去,最终形成的曲线就是Koch曲线。(Koch curve is generated by way of graphical iteration, and its iteration rule is: for a segment, it is divided into three equal parts first, and then replace the middle of a bottom side of this equilateral triangle to the other two edges. Infinite iterations continue, the final form of the curve is the Koch curve.)
    2011-05-01 15:16:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载