-
数学
Mathimatics-Numerical algorithms -Mathimatics-Numerical algorithms
- 2022-02-20 04:12:15下载
- 积分:1
-
protel 99 SE快速绘制原理图,对画原理图很有效的
protel 99 SE快速绘制原理图,对画原理图很有效的-Protel 99 SE rapid mapping diagram of painting diagram very effective
- 2022-11-30 15:25:03下载
- 积分:1
-
PTZ control program and document
云台控制程序及文件型风机
- 2022-01-25 21:48:59下载
- 积分:1
-
基于MO的shape编辑
基于MO的shape编辑-MO-based shape editor
- 2023-09-09 14:05:03下载
- 积分:1
-
先进的培训信息哦好的IVR开发。充分利用。
IVR开发高级培训资料很好的哦.好好利用.-IVR development of advanced training information Oh good. Make good use of.
- 2022-09-07 15:25:02下载
- 积分:1
-
JAVA experimental report JAVA experimental report JAVA experimental report exper...
JAVA实验报告 JAVA实验报告 JAVA实验报告-JAVA experimental report JAVA experimental report JAVA experimental report experimental report JAVA experimental report JAVA
- 2023-08-01 19:15:02下载
- 积分:1
-
fuzzy RBFNN right Diesel throttle actuator position control, on the speed electr...
采用模糊RBF神经网络对柴油机油门执行器位置进行控制,介绍了电液调速执行器的动态特性,设计了电液调速控制回路,本文将一种基于模糊RBF神经网络的PID控制器应用于柴油机调速控制当中,详细说明了模糊RBF神经网络控制器的设计过程,它结合了传统PID以及神经网络和模糊控制的优点,可以在线调整得到一组最优的PID控制参数。仿真结果表明该系统比传统模糊控制的响应速度快、超调小,且适应性强,具有推广价值。-fuzzy RBFNN right Diesel throttle actuator position control, on the speed electro-hydraulic actuator and the dynamic characteristics of the design of electro-hydraulic speed control circuit, This paper will be based on fuzzy RBFNN PID controller for speed control Diesel, a detailed description of fuzzy RBF neural network controller design process, It combines the traditional PID and neural network and fuzzy control advantages online can be an adjustment Optimal Group of PID control parameters. Simulation results show that the system than the traditional fuzzy control of the fast response, small overshoot, and adaptability, is worth promoting.
- 2022-03-10 03:50:21下载
- 积分: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
-
XmlHelper子文件夹:XML Helper类库及测试程序的所有源代码及可执行文件。...
XmlHelper子文件夹:XML Helper类库及测试程序的所有源代码及可执行文件。-XmlHelper subfolders : XML Helper library and testing procedures for all source code and executable files.
- 2022-05-06 01:00:07下载
- 积分:1
-
贴片三极管,二极管标号与型号对照.rar word 格式
贴片三极管,二极管标号与型号对照.rar word 格式-patch transistor, diode labeling and the control models. Rar format word
- 2022-02-12 07:38:46下载
- 积分:1