-
20100503
说明: 本文件包含了MATLAB语言常用算法程序,可为初学者提供有效快捷的学习通道。(This document contains the MATLAB language commonly used algorithm program for beginners to learn to provide effective and efficient channel.)
- 2010-05-04 16:32:43下载
- 积分:1
-
gongyueshu
输入两个正整数m和n,求其最大公约数和最小公倍数。
利用辗除法。(Enter two positive integers m, n, of seeking the common denominator and least common multiple.
The use of rolling division.)
- 2010-01-06 22:35:09下载
- 积分:1
-
svpwm
Vector_Control_SVPWM SPWM matlab 编程(Vector_Control_SVPWM Vector_Control_SVPWM SPWM matlab 编程)
- 2013-10-17 18:03:13下载
- 积分:1
-
pmsm3_2
说明: 本程序来自TI公司网站原程序,其功能是通过传统的矢量控制算法来实现对永磁同步电机的控制,矢量控制采用双闭环结构,内环为电流环,外环为速度环,其速度的获得是靠滑模自适应算法求得。是一个不可多得无速度传感器矢量控制例程。控制程序可以采用.asm也可以采用.C。程序的具体算法和介绍在软件压缩包有详细介绍!
(this program from the company's Web site TI program, its function is through the traditional vector control algorithm to achieve the permanent magnet synchronous motor control, vector control double-loop structure for the inner loop current loop, velocity loop to the outer ring, the speed was on sliding mode is obtained adaptive algorithm. It is a rare speed sensorless vector control routines. Control procedures can be taken. Asm also be used. C. The specific procedures and the introduction of the algorithm compression software packages are described in detail!)
- 2006-01-03 00:39:18下载
- 积分:1
-
Clieduua
计算机械振动烈度,由采集的振振动位移数据来求得可直接使用。
(Calculation of the mechanical vibration intensity, obtained by the vibration vibration displacement data collected can be used directly.)
- 2012-07-24 00:39:57下载
- 积分:1
-
kk-firmware2.3
kk飞控的程序,kk飞控是一款低端的很廉价的很好的飞控程序。适合初学者玩多轴飞行器。(kk flight control procedures, kk flight control is a very cheap low-end good fly control program. Suitable for beginners to play multi-axis aircraft.)
- 2014-02-01 20:47:14下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
plot_y_e
matlab中的画图程序,包括了坐标设置,最大范围设置,增加网格,网格间距,曲线颜色粗细,曲线类型。(Matlab drawing program, including the coordinate set, maximum range setting, increasing the grid, the grid spacing, color thick curve, curve type.)
- 2014-09-03 11:05:08下载
- 积分:1
-
Test2
只有画笔和画刷的练习,用户可以根据自己的需要修改相关的代码(Only the practice pen and brush, the user can modify the code to suit your needs)
- 2013-12-05 13:20:27下载
- 积分:1
-
DSP-matlab_hunhekaifa
DSP程序开发——MATLAB调试及直接目标代码生成,西电2003年李真芳(DSP Program Development- MATLAB debugging and direct object code generation, Western Electric in 2003 Li-fang)
- 2008-04-10 16:46:32下载
- 积分:1