搜索资源列表
SCMintherealizationoffilteringalgorithm
- //在单片机系统中常用的滤波算法 (1)程序判断法(2)中值滤波法 (3)算术平均滤波法 (4)加权平均滤波法(5)滑动平均滤波法 (6)低通滤波法(7)中位值平均滤波 -//In the single-chip microcomputer system used in the filtering algorithm [1] procedures to determine law [2] Median Filter Method [3] arithmetic mean
28
- 先创建文本文件IN.DAT,在文件中写20个四位整数。 编写函数readDat()把从文件中读出这些数并存入数组a中;编写函数Calvalue( ), 其功能要求: 1. 求出这文件中共有多少个正整数totNum 2. 求这些数右移1位后, 产生的新数是偶数的数的个数totCnt, 以及满足此条件的这些数(右移前的值) 的算术平均值totPjz。 最后在main( )函数中把所求的结果输出。-First create a text file IN.DAT, wrote
JAVAPAINTER
- 04年接触了一段时间的java,期间写了比较多小程序段,写得最完整的就是这个java小画板程序,涉及到鼠标事件、画图函数、文件流、文件的打开与保存等内容。 -a small application, in a game in which users randomly picked four cards using the arithmetic method of connecting them, making the results mean 24
Filtering-method-and-164-display
- 滤波法:相当于“中位值滤波法”+“算术平均滤波法”,连续采样N个数据,去掉一个最大值和一个最小值,然后计算N-2个数据的算 术平均值 N值的选取:3~14 优点:融合了两种滤波法的优点,对于偶然出现的脉冲性干扰,可消除由于脉冲干扰所引起的采样值偏差 缺点:测量速度较慢,和算术平均滤波法一样,比较浪费RAM 164显示:只需两个IO口即可驱动,节约IO脚 -Filtering method: method: the equivalent of " median filte
AVERRY
- 微控上机实验程序,可以求出所给数值的算术平均值-Micro-manage the experiment on the computer program, you can find the arithmetic mean of the values given in
filters_and_codes
- 十种基本滤波算法优缺点及其具体代码。包括算术平均滤波,中位值滤波,限幅滤波,递推平均滤波等。-Ten kinds of advantages and disadvantages of the basic filtering algorithm specific code. Including the arithmetic mean filtering, median filtering, limiting filtering, recursive average filtering.