-
chapter04
说明: 用于无线通信中天线仿真,matlab上的源代码,第三部分。(For wireless communications antenna simulation, matlab on the source code, the third part.)
- 2008-11-26 18:04:18下载
- 积分:1
-
BBOPSO
两个(生物地理算法和粒子群算法)智能优化算法MATLAB程序(Two (biogeographic algorithms and particle swarm optimization) intelligent optimization algorithm MATLAB program)
- 2011-06-17 10:10:58下载
- 积分:1
-
GMR-multiConstraints-v2.0
Demonstration of the reproduction of a generalized trajectory through Gaussian Mixture Regression (GMR), when considering two independent constraints represented separately in two Gaussian Mixture Models (GMMs). Through regression, a smooth generalized trajectory satisfying the constraints encapsulated in both GMMs is extracted, with associated constraints represented as covariance matrices.
- 2014-02-06 17:07:20下载
- 积分:1
-
work
设计一个切比雪夫滤波器,要求通带截止频率 ,通带最大衰减 ,阻带截止频率 ,阻带最小衰减 。要求绘出滤波器的幅频特性曲线。(Design a Chebyshev filter, the passband cutoff frequency required, the maximum passband attenuation, stopband cutoff frequency, stopband minimum attenuation. Requirements of the filter amplitude-frequency characteristic plotted curve.)
- 2011-05-27 23:28:25下载
- 积分:1
-
psk
完成M=4的PSK通信系统的蒙特卡洛仿真,信号波形为sbr2p(snr_in_dB) 求出以dB为单位的给定信噪比的比特误码率和符号误码率(Completion of M = 4 of the PSK communication system Monte Carlo simulation, the signal waveform is sbr2p (snr_in_dB) calculated in units of dB signal to noise ratio for a given bit error rate and symbol error rate)
- 2011-06-03 22:05:01下载
- 积分:1
-
RCB_ML
Estimates the power spectral densities (PSDs) using the ML-based empirical Bayes method for deciding the diagonal loading.
- 2013-12-07 05:03:51下载
- 积分:1
-
Kalman
kalman滤波程序,一维信号分析,供参考(kalman filtering procedures, one-dimensional signal analysis, for reference)
- 2009-06-13 20:32:54下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
kalman-filter
卡尔曼滤波的matlab程序
按照基本卡尔曼滤波算法编写(Kalman filter matlab program prepared in accordance with the basic Kalman filter algorithml)
- 2013-09-16 16:46:01下载
- 积分:1
-
matlabprogram
matlab编程初学者可以看看,有实例说明,对初学者会有一定的帮助。(matlab Programming for beginners can see, there are examples, for beginners will help.)
- 2008-03-10 17:05:53下载
- 积分:1