-
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
-
matlab
matlab通信信号调制识别仿真,对通信调制的理论分析,适合初学者基础的调制仿真。(Modulation recognition of communication signals matlab simulation, analysis of the modulation theory, suitable for beginners based modulation simulation.)
- 2015-04-16 09:35:20下载
- 积分:1
-
VQ
说明: program c++ for vector quantization use k-means
- 2015-04-19 21:37:55下载
- 积分:1
-
GA-hy
遗传算法学习文档,是ppt课件资料,不错的课件!!(Study documents the genetic algorithm is ppt courseware information, good courseware! !)
- 2011-06-05 09:23:13下载
- 积分:1
-
MATLAB_for_Fuzzy
模糊神经网络解耦的MATLAB程序,适用于神经网络学习者(MATLAB fuzzy neural network decoupling procedures applicable to the neural network learners)
- 2013-03-21 09:46:11下载
- 积分:1
-
jOINpARSER
Join Parser extends Parameters Parser.
- 2014-01-13 18:03:49下载
- 积分:1
-
matlab动力学分析程序详解
matlab动力学分析程序详解:一个用matlab进行动力学分析的程序例子(Detailed explanation of MATLAB dynamic analysis program)
- 2020-10-23 09:57:22下载
- 积分:1
-
2009-11-29-23-23-myRaytracer-0.01
Simple raytracer for MATLAB.
- 2009-11-30 22:08:41下载
- 积分:1
-
MasterMATLAB_Polynomial_Interpolation
Matlab的多项式,插值,样条函数 word 版本(MATLAB Polynomial Interpolation And Spline)
- 2009-06-10 23:51:02下载
- 积分:1
-
NNDemo2.0
是一个用MATLAB编的一个系统,是关于各个神经我网络模型和支持向量机的软件包(using MATLAB is a part of a system of various neural network model and I support vector machine packages)
- 2005-07-09 13:33:00下载
- 积分:1