登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

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

  • RRT
    快速搜索随机树(RRT)的示例程序,在MATLAB环境下开发(RRT code)
    2012-12-27 08:44:46下载
    积分:1
  • ISODATA
    isodata 迭代自组织的数据分析算法(isodata )
    2010-11-23 09:51:57下载
    积分:1
  • lmszhangdaobingyangshaodong
    LMS算法验证,节实验数据说明和程序设计(LMS algorithms and test data section, and program design)
    2010-05-21 16:24:57下载
    积分:1
  • bpskmdm
    DPSK信号的调制解调Matlab代码实现的一个例子(采用正交调制解调),方法简单可靠,使用性强(DPSK signal modulation and demodulation of a Matlab example code (using quadrature modulation and demodulation), a simple and reliable methods, the use of strong)
    2009-06-30 22:04:03下载
    积分:1
  • aloha_s
    用matlab编程实现纯aloha算法和时隙aloha算法吞吐量的对比(Matlab programming with pure aloha aloha algorithm algorithm and the throughput comparison of slot)
    2021-03-01 21:49:34下载
    积分:1
  • Adaptive--filter--denoising
    自适应中值滤图像去噪,用于去除各种噪声比下的污染图像的椒盐噪声(Adaptive Median filter image denoising)
    2011-05-15 00:26:18下载
    积分:1
  • robot
    实现机器人动态收敛(多点收敛),GUI界面,机器人个数自行设定,AVI生成,动态仿真!(Robot dynamic convergence (convergence of multi-point), GUI interface, the number of robots on their own set, AVI generation, dynamic simulation! )
    2012-01-05 12:40:29下载
    积分:1
  • categories
    一本很好的范畴书,基础研究工作者必读一本很好的范畴书,基础研究工作者必读。(The scope of the book a good, basic research workers must-read)
    2010-05-14 09:37:08下载
    积分:1
  • RadioDataSystem.tar
    Radio Data System implementation
    2012-06-16 11:24:20下载
    积分:1
  • schrodinger2
    This code is NUMBER1: MATLAB code for paper: calculation of electron energies in a quantum well using the transfer matrix method. we solve the time independent schrodinger equation in 1D AlGaAs/GaAs/AlGaAs quantum well using the transfer matrix method. We define a wave function for each point of well and barriers and convert it to a 2in2 matrix. Multiplying of matrixes with boundary conditions results in discrete energies and their wave functions. We compare our results with other simulations and calculate discrete energies for different wells.
    2012-08-23 22:08:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载