-
CF卡数据手册,内有详细的工作模式说明和寄存器配置
CF卡数据手册,内有详细的工作模式说明和寄存器配置-datasheet for cf card
- 2023-07-15 22:45:03下载
- 积分:1
-
DAB Channel Decoder Implementation Using FPGA
and Its Testing Platform Buildup
DAB Channel Decoder Implementation Using FPGA
and Its Testing Platform Buildup
- 2022-02-02 03:02:59下载
- 积分:1
-
卡尔曼滤波,介绍了一个很好的例子的卡尔曼滤波的例子…
介绍了卡尔曼滤波的定义,并举了一个好例子使得卡尔曼滤波很容易理解 -Kalman filter, introduced the definition of a good example of both the Kalman filter makes it is easy to understand
- 2022-02-27 05:38:20下载
- 积分:1
-
802.16系统仿真
仿真实现802.16 System-802.16 System Simulation
- 2022-03-07 02:24:06下载
- 积分:1
-
连续信号的采样定理的验证,对采样定理的理解有一定指导作用...
连续信号的采样定理的验证,对采样定理的理解有一定指导作用-Sampling theorem for signals in the authentication, the understanding of the sampling theorem have a certain role in guiding
- 2022-02-26 22:30:47下载
- 积分: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
-
ipv6 Xiangjie good introduction to the history and development of the ipv6
ipv6详解很好的介绍了ipv6的历史和发展-ipv6 Xiangjie good introduction to the history and development of the ipv6
- 2023-06-14 04:30:19下载
- 积分:1
-
BP算法VB源代码,在网上找的,不知能不能用
BP算法VB源代码,在网上找的,不知能不能用-BP algorithm VB source code on the Internet to find, I do not know if can use
- 2022-02-01 21:20:18下载
- 积分:1
-
纳米机器人技术教程
nano robotics technology tutorials
- 2022-02-04 16:10:32下载
- 积分:1
-
达内科技17天java学习笔记
word 46页
达内科技17天java学习笔记
word 46页-Tatsu within 17 days java technology word 46 page study notes
- 2023-04-30 07:20:02下载
- 积分:1