-
I would like to thank my advisor, Dr. A. Lynn Abbott, for helping me throughout...
I would like to thank my advisor, Dr. A. Lynn Abbott, for helping me throughout
my research, Gary Fleming and the rest of the people at NASA Langley who provided all
the flight information and image sequences, and my parents who supported me in my
decision to enter graduate study. Also, thanks to Phichet Trisirisipal and Xiaojin Gong
for helping when I had computer vision questions, and Nathan Herald for his help
creating an illustration.
- 2022-06-29 12:06:28下载
- 积分:1
-
网络通信间编解码通用模块设计文档,可以参照设计自己的格式...
网络通信间编解码通用模块设计文档,可以参照设计自己的格式-network communication between codecs common module design document, reference design their own format
- 2022-07-09 04:08:52下载
- 积分: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
-
window Socket 学习,方便初学者学习与掌握
window Socket 学习,方便初学者学习与掌握-window Socket learning to facilitate learning and to master for beginners
- 2022-08-23 09:32:18下载
- 积分:1
-
介绍LED的使用方法。没事看看估计会有一些帮助。
介绍LED的使用方法。没事看看估计会有一些帮助。-Introduced the use of LED. Estimated that there will be nothing to see some help.
- 2022-03-06 03:38:19下载
- 积分:1
-
1 概述
1.1 编写目的
本文档的编写目的是:详细定义×××××软件的总体功能;给出系统的结构设计,作为过程设计和程序编写的依据。
1.2 参考资...
1 概述
1.1 编写目的
本文档的编写目的是:详细定义×××××软件的总体功能;给出系统的结构设计,作为过程设计和程序编写的依据。
1.2 参考资料
包括:
a. 项目来源;
b. 本文档中引用到的规范和资料等;
c. 列出这些规范和资料的作者、编号、标题、发表日期、出版单位或资料来源。
1.3 术语和缩写词*
列出本文档中用到的专门术语的定义和缩写词,缩写词要给出中文译名和英文全称,常用的不需要定义。
2 需求概述
2.1 目标与需求
概述系统的特性和需求,扩充软件需求说明中的信息,给出增加的细节,详尽地指出对软件需求说明中有关特性和需求做出的变更。
2.2 环境描述
描述运行软件系统所需的软、硬件环境;描述开发软件系统所需的软、硬件环境。
2.3 条件和限制
描述可能影响设计方案形成及实施的条件和限制。
-prepared an overview 1.1 purpose of this document is prepared : detailed definition x x x software overall function; given the structural design, As a process and procedures for the preparation of the design basis. 1.2 reference include : a. source projects; B. This document quoted the norms and information; c. presents information on these norms and the author of the serial number, title, date of publication, the publishing unit or source of information. 1.3 Terms and Abbreviations* List of the documents used in the definition of the jargon and abbreviations words, acronym given to the Chinese tra
- 2022-03-21 14:47:27下载
- 积分:1
-
亚马逊的目标API
Amazon AIM API -- Generate an Order Fulfillment Report-Amazon AIM API-- Generate an Order Fulfillment Report
- 2023-03-03 01:00:03下载
- 积分:1
-
武汉大学 朱庆教授主讲的DTM的PPT希望对大家有帮助。
武汉大学 朱庆教授主讲的DTM的PPT希望对大家有帮助。-Wuhan University Professor Zhu Qing topics of the PPT DTM hope to be helpful.
- 2023-06-15 10:10:20下载
- 积分:1
-
ARM9 在电力终端中的应用及技术解决方案
ARM9 在电力终端中的应用及技术解决方案-ARM9 terminal in the power of applications and technology solutions
- 2022-01-22 12:31:23下载
- 积分:1
-
详细介绍小波变换的定义、特点及性质、小波反变换及小波容许条件等基础理论知识...
详细介绍小波变换的定义、特点及性质、小波反变换及小波容许条件等基础理论知识-Detail the definition of wavelet transform, characteristics and nature of anti-wavelet transform and wavelet basis to allow conditions such as theoretical knowledge
- 2023-04-28 14:35:03下载
- 积分:1