-
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
-
geneJacobi
广义雅克比算法,求解小维数矩阵全部特征值的变换类算法(failed to translate)
- 2013-05-08 21:00:28下载
- 积分:1
-
spectral_analysis
SPECTRAL_ANALYSIS M-file for spectral_analysis.fig
SPECTRAL_ANALYSIS, by itself, creates a new SPECTRAL_ANALYSIS or raises the existing
singleton*.
H = SPECTRAL_ANALYSIS returns the handle to a new SPECTRAL_ANALYSIS or the handle to
the existing singleton*.
SPECTRAL_ANALYSIS( CALLBACK ,hObject,eventData,handles,...) calls the local
function named CALLBACK in SPECTRAL_ANALYSIS.M with the given input arguments.
SPECTRAL_ANALYSIS( Property , Value ,...) creates a new SPECTRAL_ANALYSIS or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before spectral_analysis_OpeningFcn gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to spectral_analysis_OpeningFcn via varargin.
- 2014-02-14 11:08:42下载
- 积分:1
-
adaptivefuzzycontrol
说明: 根据自适应模糊控制原理,设计自适应律,并设计simlink主程序和控制器S函数,对机器人单臂机械手进行自适应模糊控制。(fuzzy adaptive control
)
- 2009-08-17 22:01:44下载
- 积分:1
-
py768
考虑雨衰 阴影 和多径影响,匹配追踪和正交匹配追踪,基于SVPWM的三电平逆变的matlab仿真。( Consider shadow rain attenuation and multipath effects Matching Pursuit and orthogonal matching pursuit, Based on SVPWM three-level inverter matlab simulation.)
- 2017-05-27 12:52:00下载
- 积分:1
-
SPPLayer
空间金字塔理论处理卷积神经网络的特征,具备很好的空间性能(spatial neutral network)
- 2021-01-04 15:38:56下载
- 积分:1
-
MGR815_v5
Code for FIFO the first
- 2010-06-11 23:50:47下载
- 积分:1
-
464matlabhhuiduzhifang
matlab编写的灰度直方图程序,好东东哦(matlab histogram prepared by the procedure)
- 2009-03-24 11:43:22下载
- 积分:1
-
MasteryofMATLABtutorandenchiridion
这是一本有关MATLAB的参考书,适合于使用MATLAB或正在打算使用MATLAB的读者。本书另辟蹊径可以借助或不借助MATLAB随带的文档资料让读者自学MATLAB。书中口语化的风格,使读者易于阅读。如书名所示,本书提供了读者精通MATLAB所需的工具。作为编程语言和可视化工具,MATLAB具有丰富的一系列功能,可解决工程、科学计算和数学学科中许多问题。本书的基本目的是通过向读者展示如何有效地使用这些功能来帮助读者增强工作能力。由于MATLAB交互式的性质,书中内容以举例方式来描述。在读者阅读本书的同时, 这些例子可以通过运行MATLAB而再现。(err)
- 2008-04-15 20:40:41下载
- 积分:1
-
lobpcg
Conjugate gradient method
- 2011-06-05 03:27:28下载
- 积分:1