-
testtesttest
testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest
- 2022-05-20 09:49:23下载
- 积分:1
-
FX2 development board download B
FX2开发板程序下载B -FX2 development board download B
- 2022-08-21 17:07:30下载
- 积分:1
-
face recognition ieee paper
face recognition ieee paper
- 2022-05-31 12:47:43下载
- 积分:1
-
Using Visual C++ Realize bitmap of Fast Fourier Transform and inverse transform
用Visual C++ 实现位图的快速傅立叶变换和反变换-Using Visual C++ Realize bitmap of Fast Fourier Transform and inverse transform
- 2023-02-23 18:40:03下载
- 积分:1
-
组合语言之艺术中文版
组合语言之艺术中文版-language arts portfolio Chinese version
- 2022-05-30 21:59:35下载
- 积分:1
-
dos执行文件二进制格式
dos执行文件二进制格式-dos implementation document binary format
- 2022-03-15 19:14:24下载
- 积分:1
-
中国人民银行技术类笔试题目集,希望对找工作的人有用。
中国人民银行技术类笔试题目集,希望对找工作的人有用。-People" s Bank of technical topics written set of classes, in the hope to find people who work useful.
- 2022-08-16 08:20:46下载
- 积分:1
-
SED1335 LCD information SED1335 LCD Chinese Chinese data
sed1335 液晶显示器中文资料
sed1335 液晶显示器中文资料-SED1335 LCD information SED1335 LCD Chinese Chinese data
- 2023-02-24 14:15: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
-
不同类型的敌人跟踪细节的VoIP VoIP应用设备of
Voip tracking details foe diffrent kinds of voip enabled devices
- 2022-02-03 07:03:05下载
- 积分:1