CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 软件滤波

搜索资源列表

  1. 10种软件滤波方法

    0下载:
  2. 10种软件滤波方法 里面介绍了10种软件滤波的编程思想-filtering software inside of 10 kinds of filtering software programming ideas
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4009
    • 提供者:何翔
  1. 10种软件滤波方法的示例程序

    0下载:
  2. 限副滤波,中位值滤波法,3、算术平均滤波法,4、递推平均滤波法(又称滑动平均滤波法)-vice limited filtering, and the median value filter, 3, the arithmetic average filter, 4, the average recursive filtering method (also known as the moving average filter).
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5112
    • 提供者:李天华
  1. 软件滤波算法

    2下载:
  2. 十种软件滤波算法 限副滤波 中位值滤波法 算术平均滤波法 递推平均滤波法(又称滑动平均滤波法)中位值平均滤波法(又称防脉冲干扰平均滤波法) -filtering software filtering algorithm limits Vice median filtering method arithmetic average recursive filtering average filtering method (also known as the moving average filter
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2867
    • 提供者:汤瑞
  1. 在单片机中适用的10种软件滤波方法

    0下载:
  2. 为文本格式,主要是单片机中的十种软件滤波方法,并有具体的实现程序,我已调试运行过。-to text format, which is mainly of the 10 SCM software filtering methods, and specific procedures, I have run a debugger.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3039
    • 提供者:洪峰
  1. 10种软件滤波方法的示例程序

    0下载:
  2. 10种软件滤波方法的示例程序-10 kinds of filtering software sample program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:16234
    • 提供者:孙颋
  1. 常用软件滤波方法及其示例程序

    1下载:
  2. 单片机常用的AD后滤波算法,供参考。-SCM common AD after filtering algorithm for information.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3100
    • 提供者:龙文地
  1. 10种软件滤波方法的示例程序(JKRL)

    0下载:
  2. 这是十种软件抗干拢的c程序,转载,供大家参考。-This c program includes examples about 10 software filtering methods (software anti-disturbing).
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:2250
    • 提供者:dsf
  1. 常见软件滤波示例程序

    0下载:
  2. 实用的软件滤波算法示例程序,对数据采集系统很有用
  3. 所属分类:C#编程

    • 发布日期:2011-03-02
    • 文件大小:44829
    • 提供者:zzhzdong
  1. 带噪图像中值滤波

    1下载:
  2. 本文根据对原始纯净图像进行的椒盐加噪处理,提出了利用中值滤波法消除图像噪声的实用方法。使用软件工具MATLAB快速地实现了图像的中值滤波。此文阐述了中值滤波的原理、算法以及利用MATLAB软件的仿真。在图像处理中利用中值滤波法消除图像中的噪声是图像噪声处理的常用方法。
  3. 所属分类:编程文档

    • 发布日期:2011-04-10
    • 文件大小:135032
    • 提供者:WSNAZA
  1. 10exemple_filter

    0下载:
  2. 10种软件滤波方法的示例程序-10 kind of software filter method demonstration procedure
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-12-03
    • 文件大小:3722
    • 提供者:李嘉楠
  1. ruanjianlvbofangfa

    0下载:
  2. 很重要的软件设计思想,软件滤波方法,一些算法的思想,值得下载一看-Very important software design concepts, software filtering method, a number of algorithm, it is worth downloading a look
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:2427
    • 提供者:zhangxianfei
  1. keyboardsoftwarefilter

    0下载:
  2. 键盘扫描的软件滤波程序,是源码,帮大家学习使用软件进行键盘扫描-Keyboard scanning software filtering process, are source code, to help everyone learn to use software to scan the keyboard
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1107
    • 提供者:韩升
  1. 55645

    0下载:
  2. 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
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:2578
    • 提供者:21
  1. 10

    0下载:
  2. 软件滤波一直是非常重要的程序,原理很简单,写写很要命,现在把自己珍藏的10种滤波原代码供大家分享-Filtering software has been a very important process, the principle is very simple, writing it to death, and now his collection of 10 kinds of filter for the original code to share
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1440
    • 提供者:zxf
  1. AD

    1下载:
  2. 十种常用的AD软件滤波方法,各种方法都有优缺点描述及源码。-AD 10 kinds of commonly used software filtering methods have advantages and disadvantages of various methods of descr iption and source code.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:3124
    • 提供者:cai
  1. 10filters

    0下载:
  2. 运行良好的10种滤波程序,对软件滤波的朋友有帮助-10 types of filter program
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4584
    • 提供者:martin
  1. AD-LB

    0下载:
  2. AD转换后的软件滤波实现,电路及C程序都有,可以直接移植,大家一起交流-After AD conversion software filter of the circuit and all C programs can be transplanted directly to exchange
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:75221
    • 提供者:anan
  1. lvbo

    0下载:
  2. 很好的软件滤波程序,在平时做数据采集时可以随时调用,很好的资料-Good software filter program to do data acquisition in peacetime can call at any time, good information
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:2601
    • 提供者:dongyou
  1. 10种软件滤波方法的示例程序

    0下载:
  2. 10种软件滤波方法的示例程序An example program of 10 software filtering methods(An example program of 10 software filtering methods)
  3. 所属分类:单片机开发

  1. AD转换中常用的十种数字滤波法

    0下载:
  2. AD转换中常用的软件滤波方法,可以除去一些误差值(Software filtering methods commonly used in AD conversion)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-06
    • 文件大小:8192
    • 提供者:Cat_
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com