-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(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 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
Folder
能够见汉字转为拼音,并且速度很快,可以很好的将文字进行转化(脛脺 鹿 禄录 没 潞 潞 脳 脰 脳 陋 脦 陋 脝)
- 2007-07-26 09:48:01下载
- 积分:1
-
matlabhanshu
matlab编程时需要用到的常见函数的用法及作用(usage and the role of the common functions needed in the Matlab programming)
- 2012-04-10 17:24:24下载
- 积分:1
-
tiuhen_v66
一种基于多文档得图像合并技术,多抽样率信号处理,遗传算法无功优化。( Based on multi-document image obtained combining technique, Multirate signal processing, Genetic algorithm based reactive power optimization.)
- 2017-03-25 11:00:50下载
- 积分:1
-
hurstComputerV1[1].0-pcode.rar
很好用的软件源代码,计算速度比较快,很好用的软件源代码,计算速度比较快。(It is a very good software)
- 2010-09-27 15:46:38下载
- 积分:1
-
Tcodes
MATLAB教学代码,包括37个短代码M文件,文字包含执行基本线性代数计算MATLAB命令文件等。(The MATLAB Teaching Codes consist of 37 short, text files containing MATLAB commands for performing basic linear algebra computations.)
- 2011-05-29 23:07:42下载
- 积分:1
-
gui
digital signal processing
- 2010-09-01 22:56:45下载
- 积分:1
-
shixun1
matlab大学matlab实训题目1答案(matlab test 1 anwser)
- 2013-12-25 10:14:56下载
- 积分:1
-
zishiying-
自适应算法是常用有效的优化算法,这里是将自适应算法应用于不同的场合的源代码(The adaptive algorithm is commonly used effective, here is the adaptive algorithms are applied to different occasions of the source code)
- 2014-06-25 13:50:45下载
- 积分:1
-
自适应
说明: lms消噪 语音降噪,自适应滤波算法,进行改进,误差调节三个参数(LMS denoising, speech denoising, adaptive filtering algorithm, improved, error adjustment of three parameters)
- 2020-12-09 19:17:59下载
- 积分:1