-
weisuiji
产生伪随机二维码,使用的是Matlab中的Simulink,应该很好用的,用于系统辨识(PEBS generator)
- 2009-09-26 22:57:51下载
- 积分:1
-
Euler
Euler code in MATLAB. No copy right. Complete source codes.
- 2013-12-25 16:47:14下载
- 积分:1
-
MATLABpro
该程序包包含大量的matlab程序,比如Euler解常微分方程、neville插值、newton插值、Taylor解微分方程、改进平方根法、追赶法(The package includes a large number of Matlab program, such as Euler solutions ordinary differential equations, Neville interpolation, Newton interpolation, Taylor Xie differential equations, square root of improvement, chasing method, etc.)
- 2006-05-26 14:20:34下载
- 积分: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
-
yibudiandongjifanjiezhidong
异步电动机反接制动,与陈伯时电机拖动课程内容相似(Asynchronous motor reverse braking Emulator)
- 2013-09-20 19:33:16下载
- 积分:1
-
Project_Thesis_OFDM
Project thesis with included matlab codes of ICI Cancellation in OFDM systems.
- 2014-02-16 02:34:18下载
- 积分:1
-
Examplesofgeneticalgorithm
认真看一下,相信你很快就能搞定这几个程序的(A serious look at, I believe you soon will be able to get these procedures)
- 2008-05-18 15:21:56下载
- 积分:1
-
matlab-program-design
matlab program design
- 2012-07-25 15:55:24下载
- 积分:1
-
matlab-complex-network
MATLAB复杂网络的实现 主要是一些复杂网络的MATLAB程序(MATLAB complex network)
- 2015-01-09 17:25:03下载
- 积分:1
-
DetectPerformanceinMultistaticRadars
将分布式检测器的概念和雷达联网的性能结
合在一起,从而可以得出在不同雷达布站和不同目标起伏条件下信号检测性能。此性能可以对
雷达布站方法和比较单、多站雷达性能研究都带来益处。
(In the paper, assume that the detection performance (such as detection probability and false
alarm probability) in multistatic radars is given on condition:target movements, fluctuating tar-
gets and different positions of the radars.
)
- 2014-01-04 21:46:03下载
- 积分:1