-
Matlab_MathModeling
Matlab的数学建模工具箱,内含大量源码,参加数学建模竞赛的重要工具!(Matlab mathematical modeling toolbox, containing a large number of source code, to participate in an important tool for mathematical modeling contest!)
- 2010-02-17 22:19:38下载
- 积分: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
-
Untitled11
基于matlab的音频信号采集及噪声信号的滤除,前后信号的频谱对比分析(Based on spectral contrast matlab filtered audio signal acquisition and noise signal, the signal analysis before and after)
- 2015-04-02 21:13:58下载
- 积分:1
-
Matlab工具箱应用 苏金明编
说明: matlab工具箱教程,例子详解,界面,操作教程,通俗易懂(Matlab toolbox tutorials, examples, interfaces, operating tutorials, easy to understand)
- 2019-03-25 21:52:41下载
- 积分:1
-
bpskqamgmskfskqqqq
bpsk qam gmsk fsk modulation function
- 2010-10-23 03:27:22下载
- 积分:1
-
NLMS_LMs
正规自适应LMS算法,通过改变步长因子,使LMS算法更优(Formal adaptive LMS algorithm, by changing the step size LMS algorithm is better
)
- 2012-05-11 16:41:28下载
- 积分:1
-
jialumianjilideweijinglixuesimulink
加入路面激励模型的磁流变减震器伪静力学模型的simulink程序(the simulink proceducer of MR damper s non-force mode of inputting road mode )
- 2015-06-18 09:43:01下载
- 积分:1
-
MATLAB
说明: 这是一本关于迅速查找MATLAB函数目录的书籍,值得拥有。(This is a MATLAB function to quickly find the directory on the books, worth having.)
- 2011-02-23 09:58:02下载
- 积分:1
-
pca-kpca
此为pca ,kpca的源代码,智能技术课上用的(This is a pca, kpca source code)
- 2010-05-29 11:00:26下载
- 积分:1
-
knn
knn用于分类的matlab源码,短小精悍(knn matlab source code for the classification, dapper)
- 2011-05-18 11:49:34下载
- 积分:1