-
C语言的运算优先集的说明是一非常重要的参考手册
C语言的运算优先集的说明是一非常重要的参考手册-C language computing priority Set note is a very important reference manual
- 2022-07-19 05:35: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
-
详细解说了atmel系列单片机下的80c52
单片机的最小系统设计,以及所需的元件。...
详细解说了atmel系列单片机下的80c52
单片机的最小系统设计,以及所需的元件。-A detailed explanation of the series of microcontroller atmel microcontroller 80c52 under the minimum system design, and the necessary components.
- 2022-09-13 19:05:03下载
- 积分:1
-
matlab senior notes, matlab senior notes,
matlab高级讲义, matlab高级讲义,-matlab senior notes, matlab senior notes,
- 2023-01-17 22:20:03下载
- 积分:1
-
我们学校的神经网络课件,pdf格式,老师讲的挺好的
我们学校的神经网络课件,pdf格式,老师讲的挺好的-School of our neural network software, pdf format, very good about the Teacher
- 2023-08-14 16:00:05下载
- 积分:1
-
毕业生个人简历空白表格,对应届毕业的朋友有帮助
毕业生个人简历空白表格,对应届毕业的朋友有帮助-graduates biographical notes on the blank forms for fresh graduates and friends to help
- 2022-06-13 22:31:22下载
- 积分:1
-
RTF 文件格式
RTF 文件格式-RTF file formats
- 2022-02-04 13:58:41下载
- 积分:1
-
This is how several of the Java conversion. EXE the way
这是几种关于如何把JAVA转换成.EXE文件的方法-This is how several of the Java conversion. EXE the way
- 2022-10-07 12:30:02下载
- 积分:1
-
综合运用信号与系统、数字信号处理的理论知识进行频谱分析和滤波器设计,通过理论推导得出相应结论,再利用MATLAB作为编程工具进行计算机实现从而加深对所学知识的理...
综合运用信号与系统、数字信号处理的理论知识进行频谱分析和滤波器设计,通过理论推导得出相应结论,再利用MATLAB作为编程工具进行计算机实现从而加深对所学知识的理解,建立概念。-The integrated use of signals and systems, digital signal processing theory of knowledge spectrum analysis and filter design, the corresponding results obtained through theoretical derivation, then the use of MATLAB as a programming tool for the computer to achieve and enhance their understanding of what they have learned to establish the concept.
- 2023-05-25 09:45:02下载
- 积分:1
-
CANopen 协议介绍流行欧洲的CAN
CANopen 协议介绍流行欧洲的CAN-bus高层协议-CANopen protocol introduce popular in Europe high-level CAN-bus protocol
- 2022-01-23 10:32:58下载
- 积分:1