-
gsvpwm
说明: SVPWM的matlab仿真模型,很好用。(SVPWM the matlab simulation model, it just works.)
- 2008-11-14 17:32:01下载
- 积分:1
-
Use-Matlab-creat-MLS
详细阐述了应用Matlab生成MLS的原理,同时给出了源代码。(Elaborated the principle of using Matlab to generate MLS, but given the source code.)
- 2014-08-17 21:12:12下载
- 积分:1
-
cjtj
基于matlab的成绩统计表,输入成绩,自行统计最高分,最低分,均分等(Matlab-based performance statistics, enter grades, self Statistics highest score, lowest score, sharing, etc.)
- 2013-07-26 16:44:34下载
- 积分:1
-
OMP
omp算法代码,实现图像处理的好算法,很适合自己做测试。(omp algorithm code, realize image processing algorithms, it is suitable to do their own testing.)
- 2014-04-06 19:08:16下载
- 积分:1
-
kelafujiegoudonglixue
克拉夫《结构动力学》中文电子版
介绍给定类型的结构在任意动荷载所产生的应力和挠度的分析方法(Clough, " Structural Dynamics" Chinese electronic version of a given type of structure introduced in the dynamic loads produced by any of the stress and deflection analysis)
- 2010-09-29 21:07:46下载
- 积分:1
-
matlab自相关
此源文件包含了MATLAB两种自相关函数,并将其用于数字信号的处理,比较两种函数的不同(This source file contains two autocorrelation functions of MATLAB and is used for digital signal processing, comparing the two functions.)
- 2018-08-08 11:17:34下载
- 积分:1
-
matlab演奏加勒比海盗主题曲
用matlab中的sound函数来演奏曲子,不知道哪位大神写的,matlab2012a测试通过,学习学习
- 2022-02-11 14:07:26下载
- 积分:1
-
CLOS
Command to Line-of-Sight Guidance
- 2012-08-27 05:14:12下载
- 积分:1
-
mipSolver
mip线性混合整数规划工具箱,比较实用,可以实现整数线性规划。(mip linear mixed integer programming toolkit, more practical)
- 2011-01-20 11:43:04下载
- 积分:1
-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1