-
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
-
Copula理论及MATLAB应用实例
说明: 该工具包是最新版本的copula工具厢。可实现copula建模,并有copula函数可选择。((The toolkit is the latest version of the pair copula toolkit. The copula modeling of high dimensional data can be realized, and sometimes the copula function can be selected.))
- 2019-03-02 18:10:50下载
- 积分:1
-
wangluo
说明: 输入网络参数,从而得到网络的关联矩阵、基本回路矩阵和基本割集矩阵Qf(Enter the network parameters, and thus obtain the network incidence matrix, fundamental circuit matrix and the basic cut-set matrix Qf)
- 2010-03-30 18:47:33下载
- 积分:1
-
fuzzy3
Brain MR Image segmentation using k-means clustering
- 2012-08-13 22:49:34下载
- 积分:1
-
BPnetandshuzixulianyangben
自编的BP神经网络Matlab程序,可完美运行。还附有0到9训练样本集,供大家参考学习(Self BP neural network Matlab program can be run perfectly. Accompanied by 0-9 training sample set for your learning)
- 2020-12-11 17:59:16下载
- 积分:1
-
a.m
test, this is only to learn ow to start.
- 2009-12-22 17:23:49下载
- 积分:1
-
ENEE634_report1
Least Mean Square algorithm
- 2009-12-29 00:53:38下载
- 积分:1
-
bayerMosaicking
mosaic and demosaicing bayer
- 2013-04-29 03:51:27下载
- 积分:1
-
DH
说明: 带有死区的hammerstein模型辨识(Identification of Hammerstein model with dead time)
- 2017-07-24 09:12:34下载
- 积分:1
-
mfcc
使用matlab实现对语音文件的分析、处理并提取出mfcc参数(Matlab is used to analyze and process voice files and extract MFCC parameters.)
- 2018-09-05 11:21:46下载
- 积分:1