-
1
说明: Simulating a 3 phase thyristor rectifier bridge as voltage source
- 2010-10-18 17:37:05下载
- 积分:1
-
MATLAB
matlab 实用教程(ppt,源代码)
包括画图 计算 变成(matlab Practical Guide (ppt, source code), including the calculation into a drawing)
- 2008-04-15 09:14:03下载
- 积分:1
-
matlab
Matlab Training Book
- 2013-11-21 14:07:30下载
- 积分:1
-
matlab-simulink
matlab simulink使用简介,入门介绍(matlab simulink)
- 2013-05-17 18:26:00下载
- 积分: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
-
zhongzhi-lb---matlab
详细功能中值滤波、包含内容说明中值滤波的介绍 例子和图像(Detailed functional median filtering, median filtering introduction of examples and images including the content description)
- 2013-05-06 20:27:17下载
- 积分:1
-
toolbox_graph
signal processing,signal processing
- 2009-05-17 07:45:09下载
- 积分:1
-
Multi-AntennaWirelessCommunicationTheoryAndApplica
这是一本描述MIMO多输入多输出天线通信系统基础知识的书,包括MIMO发展现在现状,MIMO目前面临的问题,MIMO的信道模型,空时分组码,分层空时码,以及信道估计等。(This is a description of MIMO multiple-input multiple-output antenna communication system based on knowledge of books, including MIMO development is now status quo, MIMO current problems, MIMO channel model, STBC, BLAST, and channel estimation .)
- 2010-12-06 16:37:26下载
- 积分:1
-
KAUSTNMF
这是一个典型的流形学习的算法,算法为目前比较经典的一个,可以参考学习流形学习相关的东西(This is a typical manifold learning algorithm, the algorithm can refer to a more classic, the learning manifold learning things)
- 2020-08-31 16:58:09下载
- 积分:1
-
SolveSpaRSA
in this program, the sparse representation of data was calculated.
- 2012-05-27 18:10:30下载
- 积分:1