-
MST
MST问题求解程序, 采用Matlab实现, 源程序.(MST problem source code , MST problem free code)
- 2010-08-05 16:46:05下载
- 积分:1
-
ExtendedKalmanFilter
利用TDOA/AOA定位方法采用扩展卡尔曼滤波定位算法的matlab程序仿真代码(Rotary breath TDOA/AOA ADPL a few breath-kyu Okuma system lackey touch Chlamys扂Tuo Magians Association of Ma Okuma matlab shell you will泦Flag Eagle Drive)
- 2008-08-22 09:58:49下载
- 积分:1
-
embeding
水印的嵌入 检测 提取 该算法实现的功能比较容易看懂(watermark embeding extracting )
- 2009-03-11 18:37:05下载
- 积分:1
-
jmmse_tpmmse
MIMO通信系统预编码技术中两种MMSE(TPMMSE,JMMSE)准则下的误码率性能的仿真(Two MMSE precoding techniques in MIMO communication system (TPMMSE JMMSE) of bit error rate performance under the guidelines of the simulation
)
- 2013-03-27 21:43:10下载
- 积分:1
-
MATLAB_image_processing_toolbox
MATLAB图像处理工具箱。有图像重建,图像压缩,图像恢复等代码。很有用(MATLAB Image Processing Toolbox. Are image reconstruction, image compression, image restoration code. Useful)
- 2010-11-21 18:52:05下载
- 积分:1
-
4
说明: 现代线性控制理论实验课程的原理,以及有关matlab的例子应用(Modern linear control theory, the principles of experimental program, as well as examples of application of the matlab)
- 2011-07-12 15:57:25下载
- 积分:1
-
antenna
利用GUI制作另一个简单的多种常见天线方向图的二维和三维制图界面。适合初学者掌握GUI功能和天线基础。(A simple GUI for some common antenna direction graph with 2-dimension and 3-dimension.)
- 2015-01-14 16:16:08下载
- 积分:1
-
FMsimulink
a FM matlab simulink model
- 2010-07-02 13:52:45下载
- 积分:1
-
matlab12
MATLAB数值分析与应算习题代码2 3节,用于学习交流,不可用商业用途。(MATLAB Numerical Analysis and Problem code 23 should be considered section for learning exchanges, can not be used for commercial purposes.)
- 2010-05-14 13:39:11下载
- 积分: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