登录
首页 » matlab » MatchFilterLFM

MatchFilterLFM

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

  • audio_watermarking_techniques
    audio watermarking techniques
    2012-04-14 21:52:54下载
    积分:1
  • matlabmaohao
    matlab中冒号的使用总结,希望对大家有用(Summary of the use of matlab colon, we want to)
    2013-04-18 19:00:56下载
    积分:1
  • BinaryIndexedTrees_solved
    树状数组的样例程序,能够解决poj、ural的Stars问题(Tree array sample program that can solve poj, ural Stars)
    2013-05-20 19:09:28下载
    积分:1
  • MUD
    用于多用户检测算法。可用于MIMO或CDMA系统中(MULTIUSER DECTECTION ALGORITHM,)
    2021-04-04 12:29:04下载
    积分:1
  • MA6
    说明:  如果能够把握其走向趋势,对于切削加工本身来说一定是一个不错的选择(Cutting force plays a very important role in machining in the 21st century. If we master its law, it is very useful for the accuracy)
    2020-07-13 14:42:53下载
    积分:1
  • CP0902
    uwb无线电基础代码,第九章,超宽带信道与接收机,共四个程序。(based on UWB radio code, Chapter IX, ultra-wideband channel with the receiver, a total of four procedures.)
    2007-10-18 15:21:15下载
    积分:1
  • boost_code
    boost code face detection matlab
    2010-02-21 05:30:50下载
    积分:1
  • FMCW-in-HFSWR
    高频地波雷达调频连续波波形设计 多入多出 (Evaluation of time-staggered MIMO FMCW in HFSWR )
    2013-08-28 22:43:58下载
    积分:1
  • HANMINGCODE
    matlab的m文件,是关于汉明码编码的,文件可以直接运行(matlab m-file is on the Hamming code, files can be run directly)
    2013-08-31 18:58:50下载
    积分:1
  • DSP
    说明:  首先,建立两个模拟信号的数学模型 有用信号 干扰信号。两个信号的中心频率、信号带宽等参数由学生自己选定,要求两个信号的频谱不重叠 分别画出三个模拟信号的时域波形和频谱图;然后,根据x_a (t)的中心频率和带宽,按照奈奎斯特采样定理选择采样频率fs,分别对信号s_a1 (t)、s_a2 (t)、x_a (t)进行时域采样,得到离散信号s_1 (n)、s_2 (n)、x(n)。利用FFT算法分析离散信号的频谱,分别画出三个离散信号的时域波形和频谱图; 接着,设计数字滤波器H(z),要求该滤波器对干扰信号s_2 (n)的衰减大于40dB。提出滤波器的设计指标,并设计滤波器,给出滤波器的设计结果,绘制滤波器的幅频特性和相频特性曲线,验证滤波器的设计结果是否达到设计指标要求;此外,选择实现数字滤波器H(z)的结构,画出滤波器结构信号流图;然后,将合成信号x(n)输入数字滤波器H(z),按照所选择的滤波器结构,设计计算机程序计算滤波器的输出响应y(n),画出y(n)的时域波形和频谱图;(the synthetic signal x (n) is input into the digital filter H (z). According to the selected filter structure, a computer program is designed to calculate the output response y (n) of the filter, and the time-domain waveform and spectrum diagram of Y (n) are drawn)
    2020-05-26 14:26:10下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载