-
PID
pld程序,学习一下,希望对各位大侠有用(pld program, learning about, hope you heroes helpful)
- 2010-09-09 21:21:37下载
- 积分:1
-
CLSPSO
matlab 最优化算法matlab 最优化算法matlab 最优化算法matlab 最优化算法(matlab zuiyouhau suanfa )
- 2012-03-28 14:56:26下载
- 积分:1
-
OutputText
OutputText.rar例子,关于txt输出,注释的特别详细(OutputText,special for txt)
- 2013-12-10 10:14:33下载
- 积分:1
-
mdl_sourcenumber
信源数估计MDL算法,用于阵列信号处理中信号源数目的估计(The estimation of source number by the MDL algorithm)
- 2017-03-03 16:12:15下载
- 积分:1
-
Pump_effcts_DFWM
分析了计算四波混频效率的表到式在考虑非线性相位失配因子和不考虑非线性相位失配因子两种情况下,四波混频效率计算的差别(Analysing the expression of DFWM in the optical fiber under the consideration of nonlinear phase mismatch factor, then comparing the result to the expression which includes only linear phase mismatch factor.)
- 2021-05-08 23:48:35下载
- 积分:1
-
MPM
this is very useful file that simulate the memory polynomial method.
- 2010-01-07 16:31:00下载
- 积分:1
-
APFC
单相Boost升压结构的有源功率因数校正电路仿真设计实例(The structure of single-phase Boost Boost Active Power Factor Correction Circuit Simulation Design Example)
- 2011-06-08 20:48:18下载
- 积分:1
-
transform
在matlab中实现十进制到有符号定点二进制的转换(To achieve in matlab decimal to binary signed conversion of fixed-point)
- 2010-08-03 09:34:58下载
- 积分:1
-
chap5
It is Radar System design and signal prcessing code based on standard algorithm .this is vey important for biggener those who are working on Radar signal processing area.This code contain various chapter. this is basically chapter No5
- 2009-11-02 14:26:53下载
- 积分: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