-
These Are several LED Driver IC information tm1618
是几款数码管驱动芯片的资料 tm1618-These Are several LED Driver IC information tm1618
- 2023-05-15 14:30:03下载
- 积分: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语言资料大全1.0 是c语言学习的很好工具。...
包括了《C语言学习和精华文摘》,和C语言资料大全1.0 是c语言学习的很好工具。-Including the
- 2022-02-13 02:42:39下载
- 积分:1
-
- 2022-02-13 21:39:51下载
- 积分:1
-
I use the SQL SERVER database 3 years, and have encountered many technical probl...
本人使用SQL SERVER 数据库3年,其中遇到不少技术问题,本文件将解决方法记录起来,本来是作为我的手册使用的,现在共享出来,希望对大家有帮助。内容比较多,容量比较大,不过分类清楚,可供遇到疑难时查阅。-I use the SQL SERVER database 3 years, and have encountered many technical problems, the paper records will be a solution, and was originally used as my manual, and now shared out to all of you help. More content, more capacity, but a clear classification for the problems encountered when the inspection.
- 2022-04-10 03:17:23下载
- 积分:1
-
电能质量的影响和改进
Power Quality effect and improvements
- 2022-07-17 13:04:46下载
- 积分:1
-
VB编程实现摄像头图像的捕获,将摄像头的图象保存在一个二进制数组中...
VB编程实现摄像头图像的捕获,将摄像头的图象保存在一个二进制数组中-VB Programming camera image capture, camera images will be stored in a binary array
- 2023-07-29 14:00:03下载
- 积分:1
-
双端口RAM方式的数据通信,速度非常快!
双端口RAM方式的数据通信,速度非常快!-Dual-port RAM mode of data communication, very fast!
- 2022-09-22 11:10:03下载
- 积分:1
-
本书的人吧guygu Y T SES AR awagkj YTG uytg YT公司tfyt rfrujy [J].
book guyg guygu y t ses ar awagkj ytg uytg j yt rfrujy yty tfyt-book guyg guygu y t ses ar awagkj ytg uytg j yt rfrujy yty tfyt
- 2023-04-17 13:10:09下载
- 积分:1
-
ABAQUS的教学FTP,这个对初学者应该有所帮助。
ABAQUS的教学FTP,这个对初学者应该有所帮助。-ABAQUS Teaching FTP, this should be helpful for beginners.
- 2022-02-01 10:01:03下载
- 积分:1