-
catalog
MATLAB比较常用的例子,这里举了100个各种方面的例子,自己总结的,这是目录!(Commonly used MATLAB examples cited here, 100 examples of the various aspects of their summing up, which is the directory!)
- 2009-06-02 22:34:13下载
- 积分:1
-
diffraction
二维双凹激光振荡,采用菲涅尔衍射和fox-li方法,得到两维幅度和相位输出(-Two-dimensional double-concave laser oscillation, using Fresnel diffraction and the method of fox-li, the two-dimensional amplitude and phase output..txt)
- 2014-11-03 12:58:07下载
- 积分:1
-
account
C++大作业,编写一个account类实现基类派生类之间的各种关系。主要用于初学者对于类的理解。(C++ big job, write a class that implements account the various relationships between the base class derived class. The main class for beginners to understand.)
- 2013-12-26 14:58:21下载
- 积分:1
-
matcom
说明: 介绍了vc与matlab的联合编程,很有用处(Matlab introduced vc with joint programming, very useful)
- 2008-11-26 16:55:45下载
- 积分:1
-
dwt
是一篇很好的基于dwt的信息隐藏的源码 希望能帮助各位朋友(Is based on a very good source of information hiding dwt hope to help my friends)
- 2011-05-13 00:22:36下载
- 积分:1
-
MATLAB-function
matlab 函数大全,编写matlab程序时供参考(matlab functions, for reference when writing matlab program)
- 2011-05-19 20:49:40下载
- 积分: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
-
parabol
simulation antenna parapol
- 2014-08-27 16:23:20下载
- 积分:1
-
ldpc
ldpc源代码(matlab编写),也有C语言,涉及LDPC码编码解码程序。(LDPC source code (matlab prepared), there are C language, involves decoding LDPC coding procedures.)
- 2020-12-28 20:19:02下载
- 积分:1
-
glnpso
glnpso update算法代码~需要一起编一下自己的变量 目标函数fit 以及初始化函数~主程序更新部分是基本没问题的,只要改约束。(algorithm code to glnpso update needs with compiled own variable objective function fit and the initialization function to update the main program is basically no problem, as long as the change constraints.)
- 2012-09-20 21:02:04下载
- 积分:1