-
该文件是关于状态反馈和观测器的习题,里面的习题均有完整的解答,对学习的朋友很有帮助。欢迎下载!...
该文件是关于状态反馈和观测器的习题,里面的习题均有完整的解答,对学习的朋友很有帮助。欢迎下载!-the document on state feedback and observation of exercises, which are the integrity of the questions to answer, learning helpful friends. Welcome to download!
- 2022-07-02 08:28:39下载
- 积分:1
-
detailed WAV file format
详细的WAV 文件格式-detailed WAV file format
- 2022-07-03 10:50:10下载
- 积分:1
-
这是关于中药的一个二维的文章,实用多多,大家可以关注一下
这是关于中药的一个二维的文章,实用多多,大家可以关注一下-This is of Chinese medicine in a two-dimensional articles, practical arrangement, we can look
- 2022-02-02 05:35:00下载
- 积分:1
-
bsd socket programming
bsd socket programming
- 2023-01-09 04:50:03下载
- 积分:1
-
这种算法在DSP上实现,以及出现的滤波图
这种算法在DSP上实现,以及出现的滤波图-This algorithm is implemented on the DSP, and the emergence of the filtering plan
- 2022-08-17 21:49:52下载
- 积分:1
-
Teacher to the software engineering course design report format you want to be u...
老师给的软件工程课程设计报告格式~~希望对大家有用-Teacher to the software engineering course design report format you want to be useful ~ ~ ~ ~
- 2022-02-13 17:46:05下载
- 积分:1
-
This is a lm111 information useful to you hope to be able
这是一个lm111资料,希望能够对你有用-This is a lm111 information useful to you hope to be able
- 2022-03-04 19:16:50下载
- 积分:1
-
指纹密码锁的资料,LT
指纹密码锁的资料,LT-810A指纹锁用户手册,可以了解下指纹锁的功能-Fingerprint locks information, LT-810A lock user manual, you can lock the function of understanding
- 2022-06-16 12:44:09下载
- 积分: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
-
图的邻接矩阵、邻接表、十字链表、邻接多重链表存储结构表示及其创建算法的c语言实现 图的深度优先搜索遍历算法和图的广度优先搜索遍历算法及C语言实现...
图的邻接矩阵、邻接表、十字链表、邻接多重链表存储结构表示及其创建算法的c语言实现 图的深度优先搜索遍历算法和图的广度优先搜索遍历算法及C语言实现-the adjacency matrix, the adjacent table, Cross Chain, Listless multiple adjacent storage structure and said the creation algorithm in C Language map of the depth-first traversal algorithm and search a broad plan Search priority traversal algorithm and C Language
- 2022-02-02 21:19:17下载
- 积分:1