-
Can Bus Controller sja1000 source, great reference value
Can总线控制器sja1000的源程序,很有参考价值-Can Bus Controller sja1000 source, great reference value
- 2023-06-21 07:00: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
-
华为,大规模逻辑设计指导书,规格详细,包括:VHDL编写规范,Verilog编写规范,asic设计方法,同步电路设计规则,vhdl电路设计,代码可重用设计,...
华为,大规模逻辑设计指导书,规格详细,包括:VHDL编写规范,Verilog编写规范,asic设计方法,同步电路设计规则,vhdl电路设计,代码可重用设计,-Huawei, a large-scale logic design guide books, detailed specifications, including: VHDL specification preparation, Verilog specification preparation, asic design, synchronous circuit design rules, vhdl circuit design, reusable code design,
- 2022-02-14 13:11:48下载
- 积分:1
-
通用PIC单片机的USB设备和主机程序
Generic MicroChip PIC USB device and Host code
- 2023-05-15 12:40:03下载
- 积分:1
-
B FFD dfgdf FD gdfg D gsdgdsg DSG SDG SDG SG SGSD dfhsdfh SH SH SDG sdgh shdxnf…
b ffd dfgdf fd gdfg d gsdgdsg dsg sdg sdg sg sgsd dfhsdfh sh sh sdg sdgh shdxnfvbcvbxf reh g dbbcb cvb dfb dfbxbcb nf bdfdf dfgdfxg-b ffd dfgdf fd gdfg d gsdgdsg dsg sdg sdg sg sgsd dfhsdfh sh sh sdg sdgh shdxnfvbcvbxf reh g dbbcb cvb dfb dfbxbcb nf bdfdf dfgdfxg
- 2023-05-10 11:15:02下载
- 积分:1
-
固定分区存储方式模拟 计算机专业 操作系统
固定分区存储方式模拟 计算机专业 操作系统-Fixed partition storage Computer simulation of the operating system
- 2022-02-03 21:58:58下载
- 积分:1
-
这是TIFF格式文件的规范
这是tiff文件格式的说明-This is the specification for the tiff format file
- 2022-02-04 17:47:22下载
- 积分:1
-
detailed WAV file format
详细的WAV 文件格式-detailed WAV file format
- 2022-07-03 10:50:10下载
- 积分:1
-
内含文件:音频文件WAV特技播放的原理及实现,PDF格式
内含文件:音频文件WAV特技播放的原理及实现,PDF格式-containing documents : WAV audio files stunt shows, the theory and implementation, PDF format
- 2023-04-02 21:05:03下载
- 积分:1
-
利用C语言开发的u盘文件系统的开发资料,系统引导记录(DBR)的数据结构...
利用C语言开发的u盘文件系统的开发资料,系统引导记录(DBR)的数据结构
- 2022-03-24 21:51:55下载
- 积分:1