-
project report msrit
project report msrit
- 2022-01-27 18:36:24下载
- 积分:1
-
说明:
7.0的版本但和7.5差不多
说明:
7.0的版本但和7.5差不多-Description: version 7.0 and 7.5 but almost
- 2022-07-12 21:43:45下载
- 积分: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
-
基于MATLAB完成的神经网络源程序
对于初学者有一定帮助
基于MATLAB完成的神经网络源程序
对于初学者有一定帮助-MATLAB-based complete source code for the neural network to some extent help the beginner
- 2023-03-05 23:20:03下载
- 积分:1
-
handbook_hangkang追求进一步的研究,看看这个
Handbook_hangkang
要进修就看这个-Handbook_hangkang to pursue further studies to see if this
- 2022-02-21 10:24:28下载
- 积分:1
-
关于无线传感器网络功率控制的一些文章,很有用的哦…
关于无线传感器网络功率控制的一些文章,很有用的哦。-On wireless sensor network power control of a number of articles, very useful Oh.
- 2022-03-19 13:08:05下载
- 积分:1
-
各种规格的LCD规格书,数字模拟的大小尺寸的都有,比较多的...
各种规格的LCD规格书,数字模拟的大小尺寸的都有,比较多的-Various specifications of LCD specifications, the digital simulation of every size, more
- 2023-03-22 21:50:05下载
- 积分:1
-
write up flash disk file system developing,it is very useful for you.
详细描述关于U盘的文件系统的开发,资料绝对很有用-write up flash disk file system developing,it is very useful for you.
- 2023-04-12 09:40:11下载
- 积分:1
-
通用PIC单片机的USB设备和主机程序
Generic MicroChip PIC USB device and Host code
- 2023-05-15 12:40:03下载
- 积分:1
-
中青世纪资料手册。里面包括各个语音系列芯片的详细介绍和编程资料...
中青世纪资料手册。里面包括各个语音系列芯片的详细介绍和编程资料-Information Manual Zhongqing century. Which include various voice chips detailed introduction and programming information
- 2022-02-27 08:22:18下载
- 积分:1