-
gaborfilter
The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes respectively)
modulated by a complex sinusoid (with centre frequencies U and V along x and y-axes respectively)
- 2009-06-10 20:05:03下载
- 积分:1
-
matlab_code
DSP CODE FOR SIMULATION PROJECT IIR FILTER
- 2013-08-07 22:07:20下载
- 积分:1
-
notch01
50hz陷波器,零极点的原理。编译通过。 (50hz notch filter, zero-pole principle. Compiled through.)
- 2007-08-23 19:56:47下载
- 积分:1
-
normalizion_LRLS
时域自适应滤波中基于后验概率的归一化格型RLS算法(Time-domain adaptive filter based on a posteriori probability of the normalized lattice RLS algorithm)
- 2007-09-02 20:11:56下载
- 积分:1
-
maphmmbox1
This is a matlab toolbox of hmm
- 2010-01-24 10:41:05下载
- 积分:1
-
EEUC
EEUC的仿真算法,可以与LEACH仿真算法相比较,非常有用(EEUC simulation algorithms can be compared with LEACH algorithm, very useful)
- 2021-03-29 17:19:10下载
- 积分:1
-
gauss_jordan
gauss jordan matlab code
- 2015-04-16 13:46:59下载
- 积分:1
-
Algorithm
algorithms induction machines
- 2014-12-06 06:19:12下载
- 积分: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
-
oceans
说明: 海洋气象的绘图matlab 程序包 可直接调用(Marine meteorological graphics package can be called directly matlab)
- 2011-03-29 17:19:31下载
- 积分:1