-
超声波停车传感器传感器
sensor of ultrasonic parking sensor-upa sensor sch,it a ultra sonic sensor sch,used to parking car
- 2022-08-26 01:54:41下载
- 积分: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
-
拷贝文件带进度显示
拷贝文件,显示进度条的源码。
- 2023-06-15 20:45:02下载
- 积分:1
-
OFDM Simulation Using Matlab
OFDM Simulation Using Matlab
- 2022-04-13 14:34:14下载
- 积分:1
-
Computer Science and Technology undergraduate internship report the production o...
计算机科学与技术专业本科生的生产实习报告电子档-Computer Science and Technology undergraduate internship report the production of electronic files
- 2022-01-31 17:58:59下载
- 积分:1
-
box666 lol
box666 lol -box666 lol ................................................
- 2022-04-19 02:07:49下载
- 积分:1
-
是一个关于医学方面的很好的资料,尤其对于刚进入读研的人有知道作用...
是一个关于医学方面的很好的资料,尤其对于刚进入读研的人有知道作用-is one of the medical aspects of good information, especially for entering the Graduate know who are role
- 2023-05-20 04:10:03下载
- 积分:1
-
PDZ结构控制的规范和模板
PDZ规范和模板的控制
- 2022-05-20 18:01:03下载
- 积分:1
-
The Sniffer s Guide to Raw Traffic
The Sniffer s Guide to Raw Traffic
- 2022-02-22 09:27:38下载
- 积分:1
-
教你学SQL,从初级到高级!大家可以进来看看,希望能帮到大家!...
教你学SQL,从初级到高级!大家可以进来看看,希望能帮到大家!-Teach you to learn SQL, from beginner to advanced! We can come to see, I hope to help you!
- 2023-01-15 06:25:04下载
- 积分:1