-
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
-
dandao3
弹道方程组的三个阶段仿真程序 通过将其分成三个阶段 分别得到数值解(Equations of the three-stage ballistic simulation program will be divided into three stages through to obtain numerical solutions were)
- 2013-11-20 15:41:22下载
- 积分:1
-
newshuangxiangquanqiao
说明: 双有源全桥DC-DC变换器双重移相MATLAB仿真(Matlab simulation of double active full bridge double phase shifting)
- 2020-10-06 10:27:39下载
- 积分:1
-
matlab
matlab 图像锐化 图像增强 高通滤波 巴特沃斯(image enhancement matlab image sharpening high-pass filter 波巴特沃斯)
- 2010-05-22 11:49:13下载
- 积分:1
-
Dev-cc-proglamlama
-Calculates a rectangle s field.
-Lockes a pc :D
-Mixes a string then calculates the sum
-Finds the max number
- 2014-11-05 08:44:56下载
- 积分:1
-
Delete-File-System-Minifilter-Driver
Delete File System Minifilter Driver
- 2014-12-07 15:56:58下载
- 积分:1
-
face
Matlab PCA+SVM人脸识别,通过PCA和SVM算法达到人脸识别的功能。(Matlab PCA+SVM,To identify people s face.)
- 2015-01-19 15:49:39下载
- 积分:1
-
detect
skin detraction
Channing the skin color to another color
- 2011-12-30 09:45:56下载
- 积分:1
-
betweenness_bin
应用于复杂网络分析时采用matlab代码的节点介数(Node betweenness complex network analysis)
- 2013-12-12 10:58:27下载
- 积分:1
-
yichuan
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法(Genetic Algorithm (Genetic Algorithm) is a computational model simulates Darwinian natural selection and genetic mechanisms of biological evolution process of biological evolution, is a natural evolutionary process by simulating the optimal solution search methods)
- 2014-02-08 09:17:18下载
- 积分:1