-
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
-
erciguihua
二次规划的matlab程序,非常实用,注释很详细,希望对大家有帮助!(Quadratic programming matlab program, very practical, very detailed comments, we want to help!)
- 2015-03-18 15:26:33下载
- 积分:1
-
OFDM_trans_recei
是整个光上OFDM的仿真,有清晰地注释,方便读者自己理解。(Is the entire OFDM simulation on the light, clearly comment, the convenience of the reader understand.)
- 2020-12-09 19:49:19下载
- 积分:1
-
code
排队论,讨论单窗口单队情形,两窗口单队情形。分别计算平均等待时间,平均逗留时间,平均每分钟服务的顾客人数。(Queuing theory to discuss the situation single-window single team, two windows one team situation. Calculate the average waiting time, average length of stay, the average number of customers per minute service.)
- 2013-11-15 16:27:13下载
- 积分:1
-
HW9
火箭升空后软着陆的开发代码,对后来者有启示作用(The rocket development code soft landing)
- 2014-12-28 01:11:28下载
- 积分:1
-
OQAM_preprocessing
OQAM pre processing
- 2013-11-11 20:11:17下载
- 积分:1
-
complexnetwork
复杂网络中的sw小世界模型和无标度BA模型的生成程序(sw model and BA scale free model )
- 2010-01-25 11:28:01下载
- 积分:1
-
BOK---2006---Smilde---Multiway-Analysis-with-Appl
Multiway Analysis with Applications in the Chemical Sciences
- 2014-07-07 23:23:20下载
- 积分:1
-
ucancmusic
它是基于均匀圆阵的非圆信号NC-MUSIC算法的波达方向估计(It is DOA estimation of UCA Based on NC-MUSIC algorithm)
- 2010-12-25 11:42:59下载
- 积分:1
-
DTMF
利用MATLAB 仿真DTMF音频的产生及其解码的程序代码。很好!
(Simulation using MATLAB DTMF generation and decoding the audio code. Very good!)
- 2010-05-24 13:42:03下载
- 积分:1