登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

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

  • carboard
    基于MATLAB的车牌识别系统,附有源程序代码和一幅图片例子(car board localization)
    2010-06-06 13:34:49下载
    积分:1
  • Cours_Matlab
    The purpose of this document is to give a medium-length introduction to the essentials of MATLAB and how to use it well. I’m aiming for a document that’s somewhere between a two- page introduction for a numerical methods course and the excellent but longer Getting Started and other user guides found in the online docs. I use it in a week-long “boot camp” for graduate students at the University of Delaware in the summer after their fi rst year of study.
    2010-12-24 11:02:12下载
    积分:1
  • Mutualcoherenceofagivenmatrix
    Matlab源码 计算矩阵各列与其他各列的互相关系数,并按照概率分布利用直方图的形式展示出来。 该互相关系数的定义参考Michael Elad的《Sparse and Redundant Representations》p25 Definition2.3(Matlab code for mutual-coherence of a given matrix)
    2013-07-26 11:10:56下载
    积分:1
  • Exemple2
    matlab code for simulation SNR to verify capcity of channel
    2012-05-03 23:46:16下载
    积分:1
  • Spider4dataanlysis
     ?Spider-matlab工具箱,为一良好的数据分析工具箱,内建核偏最小二乘回归(KPLS),径向基网络回归(RBFnet)等;支持向量机(SVC)分类;聚类分析等.(Spider-Matlab Toolbox for a good data analysis toolbox. Built-nuclear partial least squares (PLS) regression neural network (RBFnet); Support Vector Machine (SVC) classification; Cluster analysis.)
    2007-05-24 20:57:56下载
    积分:1
  • adpmov
    自回归滑动平均模型的matlab仿真实验程序(ARMA mode simulation experiment based on matlab)
    2012-10-12 19:59:32下载
    积分:1
  • imfreqfilt
    imfreqfilt函数 对灰度图像进行频域滤波 参数I 输入的空域图像 参数ff 应用的与原图像等大的频域滤镜( imfreqfilt function for gray image frequency domain filtering Parameters I entered the airspace image)
    2013-12-06 14:37:02下载
    积分:1
  • matlab经验模态分解 emd 工具包
    说明:  matlab经验模态分解 emd 工具包 包含emd常用函数,可用于机械设备故障诊断(Matlab empirical mode decomposition toolkit can be directly used in mechanical equipment fault diagnosis)
    2019-06-20 21:46:43下载
    积分:1
  • quanjiaqi
    建立了基于matlab语言的四位全加器仿真模型,通过了系统验证。(Matlab language is established based on four full adder simulation model, verified by the system.)
    2010-09-27 15:50:28下载
    积分:1
  • wavelet
    说明:  分为三个函数,第一个函数的功能是用于读取ecg信号,找到小波变换模极大序列;第二个函数是子程序,用于多分辨率分解,使用 A trous 算法在分解的过程中,同时给出各级的细节和概貌,它们和原数据有着同样的长度;第三个函数是函数子程序,用于多分辨率分析中的重建。(Divided into three functions, the function of the first function is used to read the ecg signal, find the wavelet transform modulus maxima sequence second function is a subroutine for use in multi-resolution decomposition, the decomposition algorithm using A' trous process, and gives details of all levels and profiles, they are the original data have the same length third function is a function subprogram, for multi-resolution analysis of the reconstruction.)
    2011-04-14 17:01:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载