-
S3C2410 application to the design of GPS on Protel format original design, inclu...
s3c2410应用到GPS上的设计的protel格式的原始设计,包括原理图等。仅供参考-S3C2410 application to the design of GPS on Protel format original design, including schematics and so on. For reference only
- 2022-03-24 20:46:16下载
- 积分:1
-
本文讨论了选择性衰落信道的OFDM同步,希望我..
this paper talks about ofdm synchronization for selective fading channels,hope it to be of help to evrybody
- 2022-03-29 03:39:40下载
- 积分:1
-
该软件charam它s the program for the模拟分子
LE LOGICIEL CHARAM IT s THE PROGRAM FOR THE SIMULATION OF THE MOLECULAIRE
- 2022-08-25 02:15:08下载
- 积分:1
-
provide all MATLAB commands and useful, some not more than I used
提供MATLAB的所有操作命令,很有用,有一些我多没用过-provide all MATLAB commands and useful, some not more than I used
- 2023-03-05 08:10:03下载
- 积分:1
-
an introduction to digital latches
an introduction to digital latches
- 2023-07-19 17:35:02下载
- 积分: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
-
我们学校的神经网络课件,pdf格式,老师讲的挺好的
我们学校的神经网络课件,pdf格式,老师讲的挺好的-School of our neural network software, pdf format, very good about the Teacher
- 2023-08-14 16:00:05下载
- 积分:1
-
ISO / IEC 14496
ISO/IEC 14496-9 OLD MPEG4æ ‡å‡†-ISO/IEC 14496-9 standard MPEG4 OLD
- 2022-05-07 08:46:40下载
- 积分:1
-
Opisanie formata USB
Opisanie formata USB
- 2023-02-10 18:05:04下载
- 积分:1
-
蛮好的 C语言和汇编 做的单片机应用实例 教学专用
蛮好的 C语言和汇编 做的单片机应用实例 教学专用-Fine compilation of the C language and do single-chip application-specific examples of teaching
- 2023-03-11 03:50:04下载
- 积分:1