-
zuiyouhuasuanfa
最优化求函数迭代有牛顿法。0.618.等(Demand function optimization iteration Newton method. 0.618.)
- 2012-11-11 19:58:23下载
- 积分:1
-
dtc
电机调速,用于直接转矩控制中的一个程序源码(motor for direct torque control of a process FOSS)
- 2006-06-03 16:19:21下载
- 积分:1
-
mexcdf.r3982
适用于matlab r3982b版本的netcdf插件安装程序(Apply to matlab r3982b version of the netcdf plug-in installation procedures
)
- 2012-04-30 20:44:27下载
- 积分:1
-
ChebyshevExpansion
给定一个普通多项式p(x),用列向量表示,阶次从高到低排列,此函数返回p(x)的切比雪夫多项式展开的系数,返回的的结果也是一个列向量,同样按切比雪夫多项式的阶次从高到低排列(Given a general polynomial p (x), with a column vector representation, the order highest to lowest, the function returns p (x) Chebyshev polynomial expansion coefficients of the returned result is a column vector, the same press cut the order highest to lowest Chebyshev polynomials)
- 2016-04-28 14:29:55下载
- 积分:1
-
spca
本程序实现稀疏主成分分析,相关方法在 H. Zou, T. Hastie, and R. Tibshirani的Sparse principal component analysis中有详细介绍(For SPCA, the method introduced in "Sparse principal component analysis" by H. Zou, T. Hastie, and R. Tibshirani)
- 2020-06-30 04:00:01下载
- 积分:1
-
16qam
说明: 16QAM的数字通信系统的仿真,包括调制解调,上下变频,加入了高斯白噪声,并且每个步骤都生成相应的图形(16QAM digital communication system simulation, including the modulation and demodulation, frequency conversion from top to bottom, by adding a Gaussian white noise, and each step to generate the corresponding graphics)
- 2021-03-07 15:19:29下载
- 积分:1
-
shuju
关于非线性拟合的介绍, 与处理适合初学者的使用。(Introduction of non-linear fitting, and processing for beginners use.)
- 2010-05-12 11:43:22下载
- 积分: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
-
rbfMATLAB
说明: 一个基于MATLAB的径向基的神经网络源程序(A MATLAB-based RBF neural network source code)
- 2010-03-18 21:35:52下载
- 积分:1
-
Convex-Optimization
Stephen Boyd编写的凸优化理论书籍,学习凸优化方法必备书籍(Convex Optimization By Stephen Boyd)
- 2010-12-09 00:33:07下载
- 积分:1