登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

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

  • MapMatching
    Map matching is the process of assigning user s location to the nearest node one a network. Three algorithms of map matching, point to point, point to line and line to line are presented in this document.
    2010-03-12 20:37:39下载
    积分:1
  • id3
    id3算法的matlab实现 (id3 algorithm matlab realize)
    2007-07-31 12:02:32下载
    积分:1
  • EMD-anzhuang
    安装EMD程序方法。须在命令窗口下输入。(EMD Ways installation procedures. Have to enter at the command window.)
    2009-03-24 09:50:26下载
    积分:1
  • pid
    用matlab 仿真pid控制器,对学习pid有好处(matlab pid controller)
    2009-05-08 12:48:51下载
    积分:1
  • matlabfuzzy
    用 Matlab 的 Fuzzy 工具箱实现模糊控制(Using the Matlab Fuzzy Toolbox fuzzy control)
    2011-07-17 23:45:04下载
    积分:1
  • matlab-kalman
    本人写的用MATLAB实现卡尔曼滤波,希望大家指导(I write MATLAB Kalman filtering, we hope guidance)
    2007-05-15 17:40:33下载
    积分:1
  • code
    根据双尺度差分方程构造小波函数 初始函数 矩形波/三角波(The dual-scale construction of wavelet function differential equation initial wave function rectangular/triangular wave)
    2015-01-02 19:06:50下载
    积分:1
  • ForwardingMultiset
    ForwardingMultiset<E> extends ForwardingCollection Source Code for Andriod.
    2014-01-07 16:35:03下载
    积分:1
  • 6e49b3713721
    生成samples.mat文件的相关源程序。需要一百个wav文件输入。(The relevant source files generated samples.mat. Need a hundred wav file input.)
    2011-04-29 17:07:59下载
    积分:1
  • chebshev
    chebshev high,low and band pass filters
    2014-09-20 14:31:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载