-
communication-system
说明: 介绍了通信系统中各种功能仿真的一些源代码和案例(Describes the simulation of communication systems in the various functions of some source code and case)
- 2011-03-12 18:24:01下载
- 积分:1
-
SVPWM
一个仿真的论文,关于svpwm的异步电动机调速(A simulation of the papers, on the SVPWM induction motor speed control)
- 2008-06-06 21:58:21下载
- 积分:1
-
Matlab
说明: matlab入门的基础知识,很好用的,看完后你就懂了(Introduction to the basics of matlab, very good use, you will get it after reading)
- 2010-04-27 01:48:03下载
- 积分:1
-
MATLABdiff
说明: matlab的一些运动图像检测差分算法 希望对大家有帮助(Some moving images matlab differential detection algorithm we want to help)
- 2011-04-06 13:15:09下载
- 积分:1
-
gquadnd
由matlab编译,一个很好的计算多重积分的模块。(From matlab compiler, a good module for calculating multiple integrals)
- 2013-08-25 16:47:27下载
- 积分:1
-
mallat
说明: 用mallat分解与重构算法实现一维信号的分解和重构(Mallat decomposition and reconstruction algorithm used to achieve one-dimensional signal decomposition and reconstruction)
- 2010-04-29 15:23:04下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
c5
说明: 老外的电机学教材,最为重要的是有相应的MAtlab代码,每一章都有,十分详细,学习电机的必备工具书,文件是在太大,此处上传chap5的源码(Foreigners motor learning materials, the most important thing is there is a corresponding MAtlab code, each chapter has a very detailed study of the motor necessary books, documents are too large to upload chap5 source code here)
- 2011-08-31 19:31:26下载
- 积分:1
-
pwm
应用matlab中的simulink仿真环境实现由三相正弦波产生PWM波形的仿真实验。(Application of matlab in simulink simulation environment arising from the three-phase sine wave PWM waveform simulation.)
- 2007-12-19 21:33:37下载
- 积分:1
-
MATLABkechengjiangyi
这是学习编程很好的书籍,值得参考和学习哦,很实用,很详细(This is a very good book to learn programming, it is worth for reference and learning Oh, very practical, very detailed)
- 2009-11-21 12:18:20下载
- 积分:1