登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

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

  • Bayers
    用matlab实现的朴素贝叶斯分类源代码,希望对大家有些帮助(Using matlab realize the Naive Bayesian Classifier source code, in the hope that some U.S. help)
    2008-05-09 19:58:57下载
    积分:1
  • p_music
    说明:  现代数字信号处理中基于互相关函数的music方法(Modern digital signal processing in the cross-correlation function-based method of music)
    2008-10-03 20:37:29下载
    积分:1
  • matpower4.1
    电力系统潮流计算软件,最新版,可进行普通潮流、最优潮流计算、无功优化等。(optimization toolbox using a grid for optimal power flow and reactive power optimization)
    2013-12-02 15:39:16下载
    积分:1
  • ofdm_fading
    在通訊領域中基本頻率數位調變中之一之訊號fading之應用OFDM fading(OFDM fading)
    2012-11-21 16:10:59下载
    积分:1
  • 模拟退火算法
    说明:  人工智能模拟退火算法,包含了matlab程序解决优化问题。(Artificial intelligence simulated annealing algorithm includes matlab program to solve optimization problems.)
    2021-04-28 17:28:43下载
    积分:1
  • 一个声纹识别的全代码matlab(需要录音)
    说明:  一个声纹识别的全代码matlab(需要录音)(A full code matlab for voiceprint recognition (recording required))
    2020-10-30 23:09:56下载
    积分:1
  • GA_example
    遗传算法求最大值最小值问题的一些实例及其matlab实现。(Some examples of matlab genetic algorithms Maximum Minimum problem.)
    2012-09-05 15:17:20下载
    积分:1
  • simu_system
    对LFM线性调频脉冲雷达的目标回波进行建模仿真,通过匹配滤波器接收,并且进行动目标检测MTD(For LFM chirp radar target echo simulation modeling, received through the matched filter and performs moving target detection MTD)
    2021-03-22 18:09:16下载
    积分:1
  • single_tank_control_pid
    single tank level control using pid
    2013-01-15 13:55:39下载
    积分:1
  • ceshi
    对信号进行强制去噪 默认阈值去噪和给定软阈值去噪(The signal is forced denoising the default threshold denoising and given soft threshold denoising )
    2015-04-22 22:44:09下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载