-
gsignlms
对符号LMS算法进行性能仿真,并将其和LMS算法的 误差性能和收敛性能比较(The symbol LMS algorithm performance simulation, and error performance and LMS algorithm and convergence performance comparison)
- 2013-09-03 19:22:41下载
- 积分:1
-
LOF
局部离群点检测算法,matlab代码实现(local outlier detection)
- 2015-06-12 14:35:14下载
- 积分:1
-
NRflow
说明: 利用Pq分解法求电力系统潮流计算的源代码,提供学习者参考哈,不过还是要自己编才清楚些哈(Pq decomposition method using power flow calculation of the source code to provide learners Reference Kazakhstan, but still have to own it more clearly and Kazakhstan)
- 2008-09-06 10:59:01下载
- 积分: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
-
Multiple-access-protocol-simulation
多址接入协议仿真——都可以运行仿真出图!(Multiple access protocol simulation)
- 2013-01-14 10:41:11下载
- 积分:1
-
filterbank1
短时综合的滤波器组相加法的matlab程序的实现,使用的是先调制后滤波的方法(Synthesis filter bank to achieve short-sum method matlab program, using a filter after the first modulation method)
- 2015-03-31 10:39:02下载
- 积分:1
-
fdtd_2D_PML
说明: matlab的二维FDTD程序,PML边界(matlab two-dimensional FDTD program, PML boundary)
- 2020-09-11 19:48:00下载
- 积分:1
-
ABS_Amesim
ABS整车控制模型,系统全面,配有文字说明,清晰易懂(ABS vehicle control model, comprehensive system)
- 2021-03-30 10:49:09下载
- 积分:1
-
Matlablist
Matlab+图形图像处理函数详细列表,包含常用函数列表,快速检索(Matlab+ Graphics detailed list of image processing functions, including a list of common functions, fast retrieval)
- 2010-09-07 10:57:12下载
- 积分:1
-
commmsk
This is a matlab file that is simulating minimum shoft keying signals. This is a simulink file and pulse shaping is also used in it.
- 2013-11-20 06:11:46下载
- 积分:1