登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

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

  • isca_rou_sur2
    说明:  对于一个散射面进行重构,并计算出了散射场的值(reconstucting a scattering surface and calculate the value of the scattering)
    2010-04-12 12:10:38下载
    积分:1
  • activecontourCV
    一个实现了level set算法的matlab程序,性能很好,几乎对于所有的边界检测到(A realization of the level set algorithm matlab procedures, performance very good, almost all of the border to detect)
    2009-04-26 20:48:32下载
    积分:1
  • ivybakcf
    课程设计时编写的matlab程序代码,采用了小波去噪的思想,脉冲响应的相关分析算法并检验,包括脚本文件和函数文件形式,随机调制信号下的模拟ppm,这个有中文注释,看得明白,用于时频分析算法,外文资料里面的源代码。 ( Course designed to prepare the matlab program code, Using wavelet denoising thought, Related impulse response analysis algorithm and inspection, Including script files and function files in the form, Random ppm modulated analog signal under The Chinese have a comment, understand it, For time-frequency analysis algorithm, Foreign materials inside the source code. )
    2016-04-07 13:16:30下载
    积分:1
  • 111
    MODEL OF Brussless DC Moter
    2014-12-09 23:41:41下载
    积分:1
  • Long-short
    股指期货的跨期套利 matlab 自动化交易编程实现
    2015-04-16 11:57:45下载
    积分:1
  • MIMO_OFDM
    Simulink MIMO-OFDM in matlab
    2014-04-19 22:26:08下载
    积分:1
  • emd
    emd,eemd以及去噪性能指标的一些函数(Some functions of EMD, EEMD and denoising performance index)
    2017-10-29 19:44:45下载
    积分:1
  • lorentzfit
    = lorentzfit (× ) lorentzfit 符合输入(× )与罗伦兹功能的形式 “ (× )= 1 / ((- 2)^ 2 + 3号) 输入 :因变量值[ 是] (× ) × :独立变量的值 输出功率 一:名单[ 1 2 3 ] 罗伦兹参数 示例 × = - 16:0.1:35 = 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 ) = lorentzfit (× ) 杰瑞德·威尔斯 11 / 15 / 11 杰瑞德威尔斯[ 点] [在] [ 点] 教育公爵(a = lorentzfit(y,x) LORENTZFIT fits the input Y(X) with a Lorentzian function of the form Y (X) = A1./((X- A2).^2+ A3) INPUTS Y : Dependent variable values [Y(X)] X : Independent variable values OUTPUT A : List of Lorentzian parameters [A1 A2 A3] EXAMPLE x =-16:0.1:35 y = 19.4./((x- 7).^2+ 15.8)+ randn(size(x))./10 a = lorentzfit(y,x) Jered R Wells 11/15/11 jered [dot] wells [at] duke [dot] edu)
    2012-05-02 20:28:43下载
    积分:1
  • chaoliu
    运用压科比矩阵的电力系统潮流计算程序。matlab编程。(Flow calculation)
    2012-05-04 11:59:57下载
    积分:1
  • matlab
    以下是均方误差、峰值信噪比以及熵的程序代码在MATLAB 中的实现(The following is the realization of the mean square error, peak signal to noise ratio and entropy code in MATLAB)
    2015-04-17 19:44:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载