登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

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

  • FCM
    fcm算法的matlab实现,6.5以上版本可用(FCM algorithm matlab realized, more than 6.5 version is available)
    2008-01-09 18:50:42下载
    积分:1
  • gmres_m
    gmres算法的一个特殊形式,用来求解大型稀疏矩阵方程(gmres algorithm a special form used to solve large sparse matrix equation)
    2005-04-21 01:03:45下载
    积分:1
  • FUZZY-CONTROL-MAMDANI
    一个3-4-1型的mamdani模糊控制系统,可适用于很多情况。(A 3-4-1 type mamdani fuzzy control system, applicable to many situations.)
    2013-10-05 10:48:48下载
    积分:1
  • 12
    说明:  一类基于奇异值分解的Lyapunov指数计算方法
    2010-07-11 13:17:13下载
    积分:1
  • MATLAB
    魏巍的《MATLAB程序设计教程》电子教案,很全的啊(Wei Wei' s " MATLAB Programming Guide" e-lesson plans, it is full of ah)
    2009-05-21 13:57:40下载
    积分:1
  • timedelay
    说明:  捷联惯导系统传递对准MATLAB程序,加时间延迟,但是不进行补偿。(SINS Transfer Alignment MATLAB procedures, plus time-delay, but not be compensated.)
    2008-09-18 16:20:28下载
    积分:1
  • Pattern_Classification
    模式分类英文版,非常好的machine learning课本(pattern classification, very useful for machine learning.)
    2012-03-29 01:21:26下载
    积分:1
  • self-service-and-obstacles
    无人系统自助航路规划及自助避碰程序仿真算法发。(Unmanned systems and self-service buffet collision avoidance route planning program simulation algorithm hair.)
    2013-12-21 17:20:46下载
    积分:1
  • SOS
    使用matlab生成SOS滤波器,应用于FPGA的一个小型系统,有一定的参考价值(Using MATLAB to generate SOS filter, applied to a small system of FPGA, there is a certain reference value)
    2016-07-31 20:53:19下载
    积分:1
  • frft code
    说明:  对二维图像去噪,使用分数阶傅里叶变换算法。(For two-dimensional image denoising, fractional Fourier transform algorithm is used.)
    2020-05-03 18:55:11下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载