-
t_tide
tidal prediction source code
- 2010-09-14 08:44:13下载
- 积分:1
-
LPR
LPR algorithm in matlab
- 2012-08-03 06:11:42下载
- 积分:1
-
delta
deltal调制的simulink模型,希望对大家有用(simulink module of deltal modulation,hope it can be helpful)
- 2011-11-02 09:52:49下载
- 积分:1
-
802.11aOFDM
基于802.11a协议的OFDM程序
matlab,很有用哦(OFDM-based 802.11a protocol procedures matlab, oh, very useful)
- 2009-06-14 22:27:13下载
- 积分:1
-
yujianchengxu
自编程序,主要用于驾驶中眼睛的定位,用matlab实现。(written procedures, mainly for driving the eye position, using Matlab to achieve.)
- 2006-06-10 16:01:30下载
- 积分:1
-
NarrowbandULA_DOA
实现窄带ULA DOA估计 包含music esprit算法及前向空间平滑和前后向空间平滑算法(It can realize the doa estimation of narrowband ULA ,including MUSIC ESPRIT and spatial smoothing methods)
- 2013-11-14 17:24:27下载
- 积分:1
-
UWB20
UWB,超宽带信号分析必用的子函数,第20部分!(UWB, ultra-wideband signal analysis will be used for Functions, Part 20!)
- 2010-07-05 13:41:26下载
- 积分:1
-
final
Finding the poles and zeroes of a function and specifying them on the matlab window.
- 2012-08-28 01:58:18下载
- 积分:1
-
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
-
rcos
详细介绍了升余弦滤波器的计算和与其它滤波器的性能比较。(Raised cosine filter is described in detail the calculation and comparison with the performance of other filters.)
- 2010-10-07 10:10:46下载
- 积分:1