-
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
-
capon
该matlab代码描写的是波束成形算法中的Capon算法的具体实现(The matlab code describing the concrete implementation of the Capon beamforming algorithm algorithm)
- 2014-02-23 17:37:08下载
- 积分:1
-
ACO_TSP
利用蚁群算法解决TSP旅行商问题,要求:
(1)用蚁群算法解决TSP问题;
(2)和粒子群PSO算法进行比较。(Ant colony algorithm to solve the traveling salesman problem TSP requires:
(1) with ant colony algorithm to solve TSP
(2) and particle swarm PSO algorithm for comparison.)
- 2014-05-31 15:07:25下载
- 积分:1
-
codeutils
kasami generation foe uwb channnel
- 2013-03-08 16:27:42下载
- 积分:1
-
用matlab实现计算影像NDVI值的实例
用matlab实现计算影像NDVI值的实例,简单方便(NDVI images using matlab realize the value calculated instance, simple)
- 2021-04-28 16:58:44下载
- 积分:1
-
matlab
一份matlab程序的电子资料,从入门到精通非常适合爱好matlab学习者。(A matlab program of the electronic data, entry to the proficient in matlab learners are well suited for hobbies.)
- 2014-12-13 18:01:21下载
- 积分:1
-
G729decoder-and-encoder(Matlab)
G729编码和解码的Matlab源程序,本人已经亲测,绝对能用,欢迎下载。(G729 coding and decoding of Matlab source, I have kissed, absolute can, welcome to download.)
- 2020-12-18 10:09:12下载
- 积分:1
-
matlab-Interpolation-fitting
matlab插值与拟合的m文件例程,并且,有PPT相关说明介绍(matlab interpolation and fitting routines m-files, and, with PPT-related note describes the)
- 2010-01-29 19:57:43下载
- 积分:1
-
amethodofgettingcrosscorrelationfunction
利用傅里叶变换的方法,求含有噪声的两个序列的互相关函数(a method of getting cross correlation function)
- 2010-06-01 17:10:26下载
- 积分:1
-
aybook.cn_miantidbuehd1010
CodeProject网站上下载的关于matlab与C#,MATLAB与VC混合编程的资料,很全(CodeProject web site to download on matlab and C#, MATLAB and VC mixed programming information, it is all)
- 2010-07-22 23:14:37下载
- 积分:1