-
matlabbianchengzhongwenxiudingban
S.J.Chapman《MATLAB编程》中文版修正版,此书是matlab入门的好教材,欢迎matlab初学者下载学习。(SJChapman " MATLAB Programming" modified version of the Chinese version, the book is good material matlab entry, please download matlab for beginners to learn.)
- 2010-05-09 15:55:03下载
- 积分: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
-
KFAlgorithm
kalman filter in matlab
- 2011-10-18 22:15:11下载
- 积分:1
-
cos_value
用于生成FPGA中RAM所需要的初始化文件dds.mif,此文件生成的是余弦波形。(This document of .m can generate document of .mif to provide data for RAM of FPGA.)
- 2013-09-05 09:54:20下载
- 积分:1
-
Erlan B Capacity
说明: Erlang B code, calculates system capacity against specific communication channels and user intensity.
- 2019-03-26 12:58:15下载
- 积分:1
-
ants
基于matlab的蚁群算法LF解决聚类问题(matlab ants clusting)
- 2012-04-21 20:48:58下载
- 积分:1
-
MM-File
multiple tarket traking using matlab
- 2011-11-01 22:58:14下载
- 积分:1
-
newtlagr
MATLAB最优化问题的牛顿拉格朗日求解算法(matlab: Newton-Lagrengge solver algothrim for a optimal problem )
- 2011-11-24 09:26:46下载
- 积分:1
-
spectral-clustering-demo
spectral-clustering-demo 谱聚类的matlab演示程序,是学习谱聚类的好资料,经调试通过,包含n-cut和改进的n-cut(spectral-clustering-demo demo matlab spectral clustering, spectral clustering is good information to learn by debugging through, including the n-cut and improving the n-cut)
- 2020-06-28 16:40:02下载
- 积分:1
-
matlab-kalman
本人写的用MATLAB实现卡尔曼滤波,希望大家指导(I write MATLAB Kalman filtering, we hope guidance)
- 2007-05-15 17:40:33下载
- 积分:1