-
文件更全面地介绍了相关的鲁棒控制…
该文件较全面的介绍了鲁棒控制的相关知识,以及其设计的基本思想,对学习鲁棒控制的人很有借鉴意义,欢迎大家下载!-the document more comprehensive introduction to the robust control of the relevant knowledge, and the basic design idea Robust control for the study of a useful one, we are happy to download!
- 2023-06-25 07:35:03下载
- 积分:1
-
坚硬耐磨
hard wear-hard wear...............
- 2022-02-03 06:18:26下载
- 积分:1
-
shape格式说明,用于自己动手编写转换程序
shape格式说明,用于自己动手编写转换程序-shape note format for the preparation of yourself conversion
- 2022-08-12 17:26:06下载
- 积分:1
-
3,5,7 magic square magic square can be reflected
3,5,7幻方可以反射幻方
- 2022-04-02 06:54:28下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
本书旨在帮助c成员建立功能强大,直观易学的屏幕接口. 书中给出了具体程序,用户可以用它来开发。...
本书旨在帮助c成员建立功能强大,直观易学的屏幕接口. 书中给出了具体程序,用户可以用它来开发。 -C book is designed to help members of the establishment of a powerful, intuitive screen interface easy to learn. The book gives specific procedures, the user can use it to develop.
- 2022-01-26 20:17:25下载
- 积分:1
-
Some RFID article, divided into 5 files This is the first 3 were, in the hope th...
一些RFID的文章,分为5个文件这是前3个分别,希望对这一领域的研究有帮助
- 2022-12-04 06:35:03下载
- 积分:1
-
WinReg文件格式
WinReg文件格式-WinReg file format
- 2023-02-15 12:45:03下载
- 积分:1
-
有些FTP
some ftp
to try it out ect ++-++-++-+--+--some ftp
to try it out ect++-++-++-+--+-++--+-+-
- 2022-02-02 22:39:35下载
- 积分:1
-
* 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)
* 初始条件为x=x[0]时,y=y[0].
* 输入: f...
* 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)
* 初始条件为x=x[0]时,y=y[0].
* 输入: f--函数f(x,y)的指针
* x--自变量离散值数组(其中x[0]为初始条件)
* y--对应于自变量离散值的函数值数组(其中y[0]为初始条件)
* h--计算步长
* n--步数
* 输出: x为说求解的自变量离散值数组
* y为所求解对应于自变量离散值的函数值数组
-* Improved Euler method to solve initial value problems, not an order differential equation y = f (x, y)* initial conditions for x = x [0], y = y [0].* Input : f-- function f (x, y)* x pointer-- from the array variable discrete values (x [0] for the initial conditions)* y-- corresponding to the variable discrete value of the function of the array (y [0] for the initial conditions)* h-- calculated step* n-- steps* output : Solving for x that the variable array* discrete values by solving y variables corresponding to the value of the discrete function arrays
- 2022-12-28 08:40:03下载
- 积分:1