-
DAC0832芯片的中文资料 希望大家能用的上
DAC0832芯片的中文资料 希望大家能用的上-DAC0832 chips Chinese data on the hope that everyone can use
- 2023-09-05 04:05:03下载
- 积分:1
-
VBA帮助,新手必备的资料
VBA帮助,新手必备的资料-VBA HLEP。。。。。。。。。。。。。。。。。。。。。。。
- 2022-08-13 22:57:46下载
- 积分:1
-
非常有用的资料,对学习VHDL很有帮助,大家要好好珍惜
非常有用的资料,对学习VHDL很有帮助,大家要好好珍惜-Very useful information, to learn VHDL helpful, we have to cherish! !
- 2023-08-02 10:00:04下载
- 积分: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
-
Database System Concepts! Xi' an Jiaotong University courseware, it is classi...
数据库系统概念!西安交大的课件,很经典-Database System Concepts! Xi" an Jiaotong University courseware, it is classic! ! !
- 2022-02-21 00:09:09下载
- 积分:1
-
文件更全面地介绍了相关的鲁棒控制…
该文件较全面的介绍了鲁棒控制的相关知识,以及其设计的基本思想,对学习鲁棒控制的人很有借鉴意义,欢迎大家下载!-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
-
基本操作软件的编译器和编译器运行概述
mplab的基本操作概述编译器以及编译器运行时的环境以及器件支持的文件等-an overview of the basic operation mplab compiler and compiler run-time environment, as well as devices such as support documents
- 2022-03-23 11:38:21下载
- 积分:1
-
一个简单的eexemple想学习编程的RMI
a simple eexemple to learn about programming rmi
- 2023-04-05 20:35:04下载
- 积分:1
-
一个关于遗传算法的东东
质量还可以呀.
一个关于遗传算法的东东
质量还可以呀.-a genetic algorithm on the Eastern quality can also ah.
- 2022-04-13 13:42:48下载
- 积分:1
-
INTEL pci ibis model
INTEL pci ibis model
- 2022-10-12 19:10:04下载
- 积分:1