-
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
-
wavelet-transform-using-knn
基于双低频小波变换和k近邻分类器的人脸识别算法源程序(Dual low frequency wavelet transform and k-nearest neighbor classifier based face recognition algorithm source)
- 2012-10-03 09:55:43下载
- 积分:1
-
MATLAB-7-jiaocheng
matlab7.0一书的电子教案,PPT文档,以及书中的程序,不错的资源(matlab7.0 book electronic templates, PPT files, and the program book, a good resource)
- 2012-11-20 13:04:57下载
- 积分:1
-
STFT
STFT语音信号的处理,用短时傅里叶变换进行语音信号的处理(STFT Processing a speech signal)
- 2015-06-16 22:56:04下载
- 积分:1
-
drawPolyline3d
draw a polyline between a set of vertices in 3D
- 2015-01-13 21:19:59下载
- 积分:1
-
matlab87geshili
matlab的87个实例,基本上涵盖了matlab得许多操作函数和图像处理方法,对大家的学习很有帮助。(87 instances of matlab, matlab have basically covered many operations functions and image processing method, all very helpful.)
- 2010-07-09 22:18:01下载
- 积分:1
-
ODE45
matlab仿真模拟中的ode45的使用例程,文件代码是一个很好的ode45实验模板(ode45 matlab simulation in the use of routine, the file code is a good experimental template ode45)
- 2010-11-28 13:12:44下载
- 积分:1
-
12
说明: 如何用普通彩色照片读入进matlab中,灰度转换小程序(How to read an ordinary color photos into matlab, the grayscale conversion applet)
- 2010-04-19 16:58:20下载
- 积分:1
-
db2
一个很小的小波分解和重构的程序,很简单,适合出血泽学习(A small wavelet decomposition and reconstruction process is very simple, suitable for bleeding Ze learning)
- 2013-11-06 14:51:15下载
- 积分:1
-
Antcolony-algorithm
蚁群算法是一种新型模拟进化算法,次程序是
解决旅行商问题,matlab程序,很实用(Ant colony algorithm is a new type of simulated evolutionary algorithm, program is
To solve traveling salesman problem, matlab, very practical
)
- 2013-04-16 15:36:40下载
- 积分:1