-
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
-
jiedianfenxi
图论中节点分析法计算单定压节点恒定流水力计算matlab编程(Nodes in the graph theory analysis matlab programming)
- 2012-11-10 20:03:06下载
- 积分:1
-
GARSR
遗传算法处理粗糙集分析题中的属性约简。同时能根据实际空气数据生成决策表。(The genetic algorithm of rough set attribute reduction problem in analysis. At the same time, according to the actual air data to generate the decision table.)
- 2015-04-08 07:25:30下载
- 积分:1
-
Ocampos_02MO_1109
algoritmic of golden search and fibonacci
- 2009-12-01 17:25:20下载
- 积分:1
-
2
说明: 文章详细介绍了在OFDM系统中基于导频或训练序列的信道估计方法(Article described in detail in the OFDM system based on pilot or training sequence channel estimation methods)
- 2008-07-31 10:21:50下载
- 积分:1
-
randcircle4
再区域内,随机画圆,并保证各个圆相切。 (draw circles in the area and all the circles are tangent)
- 2021-04-15 15:58:55下载
- 积分:1
-
FFT
信号y=sin(2*pi*f1*t)+sin(2*pi*f2*t)加上信噪比为2高斯白噪声的傅里叶变换,分别画出时域和频域图(Signal y = sin (2* pi* f1* t)+ sin (2* pi* f2* t) plus noise ratio for two Gaussian white noise of the Fourier transform, respectively, to draw the time domain and frequency domain)
- 2015-01-23 20:02:57下载
- 积分:1
-
assoc_mem
Autoassociative Memory performance with and without pseudoinverse weight matrix
- 2014-02-07 20:14:09下载
- 积分:1
-
PIDp96
模糊PID算法的Matlab实现, 参照的就是同名的那本书.:)(Fuzzy PID Algorithm Matlab realize the light is the same name that book.:))
- 2007-08-29 18:25:13下载
- 积分:1
-
fisherFaceRecognitionSystem_v2
fisher face recognition and the program is very nice for the face classification.(err)
- 2007-12-28 18:37:15下载
- 积分:1