登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

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

  • 23825756Multisensorrefusion
    matlab编程,通过设计训练一个人工神经网络来达到其对一个4传感器实时检测输出结果融合判断的模拟,文中涉及人工圣经网络和多传感器融合两们学科的基本知识。(matlab programming, through the design of training an artificial neural network to achieve its real-time detection of a 4-sensor integration to determine the output of the simulation, the text of the Bible involved in the artificial network and multi-sensor fusion of two disciplines have a basic knowledge.)
    2008-05-22 15:35:17下载
    积分:1
  • qpso
    说明:  k-中心与qpso算法的结合,从文档中读取对象数据,没有维限制。需要设定类别数,先由k-中心计算出各类中心,然后由qpso优化,得到聚类结果,并保存聚类信息。(algorithm for k-medians and qpso combination of object data read from the document, there is no dimension restrictions. Need to set the number of categories, first calculate the k-medians types of center, and then optimized by qpso obtained clustering results, and save the clustering of information.)
    2010-03-24 14:10:48下载
    积分:1
  • askd
    modulation function ask for matlab
    2011-06-28 07:40:17下载
    积分:1
  • FA
    说明:  因子分析法主程序,输入数据x以及主成分个数,则可以得到因子分析法的结果(Main factor analysis, the input data x and number of principal components, you can get the results of factor analysis)
    2013-08-16 09:33:33下载
    积分:1
  • Main_quasi_pic
    Program QOSTBC on CDMA
    2015-03-26 12:21:53下载
    积分:1
  • PPI
    高光谱图像处理,ppi算法,MATLAB,可以直接使用,纯像元指数端元提取( Hyperspectral image processing, ppi algorithms, MATLAB, can be used directly as the dollar index pure endmember extraction)
    2015-11-10 15:49:18下载
    积分:1
  • binary_decision_tree_v1.0
    this package is binary Decision Tree code implement in matlab.
    2020-07-02 22:20:01下载
    积分:1
  • high_pass
    高通滤波器设计,用于对高频信号的滤波用.利用SPTOOL得到(high-pass filter design for the high-frequency signal with the filter. Be used SPTOOL)
    2007-01-23 20:38:01下载
    积分:1
  • intrans
    这是用Matlab写的m文件,主要是实现图片灰度变换功能,具体功能和操作在程序中有详细说明(This is written in Matlab m file, image gray-scale transformation, specific functions and operations in the program are described in detail)
    2012-10-26 20:25:22下载
    积分:1
  • exercise
    根据公式I(n-1)=(1-In)/n 令I11=0计算I1 到I10; 根据公式In=1-nI(n-1) 令I0=0.6321 计算I1到I7; 根据公式X2=a , 令a=2,计算X的值。(According to the formula I(n-1)=(1-In)/n ,set I11 equals zero,and count I1 to I10. According to the formula In=1-nI(n-1),set I11 equals zero,and count I1 to I10. According to the formula X square equals a ,set a equals two ,then calculate X )
    2010-05-09 21:54:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载