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

搜索资源列表

  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. GaborFilter

    0下载:
  2. 非常直观的Gabor小波滤波程序,有不同波长滤波效果比较;同时能反应相频幅频的变化结果-A very impressive Gabor Wavelet Filter program. It contains comparison of different filter results. Moreover, it could reflect changes of phase and amplitude.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:72833
    • 提供者:panbo
  1. zjdwork

    0下载:
  2. 语音信号滤波程序(低通、带通、多带通、fft卷积滤波 自己动手做的-Voice signal filtering process (low-pass, band-pass, multi-band-pass, fft convolution filtering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:15512
    • 提供者:朱丽平
  1. work

    3下载:
  2. 本程序是基于机动目标跟踪课题的整个算法程序,其中包括卡尔曼,扩展卡尔曼和粒子滤波程序及其仿真代码和仿真的图形。-This procedure is based on the subject of maneuvering target tracking algorithm for the whole procedure, including Kalman, extended Kalman and particle filter process and its simulation code and
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:125163
    • 提供者:liujun
  1. UKFleida

    1下载:
  2. kalman滤波程序 关于信息融合方面的程序 -kalman programme about information fusion s programme
  3. 所属分类:matlab

    • 发布日期:2016-05-11
    • 文件大小:3130
    • 提供者:hulei2
  1. ParticleFilterProgramsAndArticles

    0下载:
  2. 搜集到粒子滤波程序集合和几篇中文文章,便于大家参考学习-Particle Filter programs and related articles
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2551531
    • 提供者:zhou
  1. 1

    0下载:
  2. MATLAB在中值滤波改进算法中的应用,这里有一个关于自适应中值滤波的简单程序。-MATLAB in the median filter to improve the algorithm, there is an adaptive median filter on a simple procedure.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:478765
    • 提供者:awhzss
  1. shangchuan

    1下载:
  2. 这是一些基本的滤波程序,包括卡尔曼,以及扩展卡尔曼滤波,可以用于跟踪目标,航迹关联-This is some basic filtering procedures, including the Kalman and extended Kalman filter can be used to track the target, track correlation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-09-25
    • 文件大小:35411
    • 提供者:zhang
  1. CVMeanshift

    0下载:
  2. 一个经典的粒子滤波程序代码,可以用来了解粒子滤波的原理和算法。-A classical particle filter code can be used to understand the principles of particle filter and algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4327021
    • 提供者:张继华
  1. fft

    0下载:
  2. fft滤波程序-fft filtering process. . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:540
    • 提供者:du
  1. paticle_filter

    0下载:
  2. 自己编写的粒子滤波程序,请用户自己添加视频测试-Their own procedures for the preparation of the particle filter, please add the user' s own Video Test
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:4307
    • 提供者:周凯
  1. za

    0下载:
  2. 在labwindows/cvi里编写的滤波程序,采用均值平滑滤波,对边缘模糊较小-the program developed in labwindows/cvi,with average smoothing filter
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:3926
    • 提供者:lijing
  1. kalmanV1

    0下载:
  2. 自己写的卡尔曼滤波程序(可以对单点和整个场进行滤波)-Write their own procedures for the Kalman filter (can be a single point and the whole field filtering)
  3. 所属分类:Algorithm

    • 发布日期:2016-07-22
    • 文件大小:2506
    • 提供者:lc
  1. nilvbo

    0下载:
  2. 图像处理的逆滤波程序,是在另一网站上找到的,本网站上没看到-Image processing procedures of the inverse filter is found on another site, the site did not see
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:5873
    • 提供者:杨保国
  1. medianfiltering

    0下载:
  2. 最常见的数字图像的中值滤波程序,c语言编的,可以用
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:153761
    • 提供者:侯天峰
  1. zhongzhilvbo

    0下载:
  2. Labview编写的中值滤波程序,可用数据数字处理。-Written in Labview median filter process, available data digital processing.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:22126
    • 提供者:lilu
  1. 0000000000000

    0下载:
  2. 这是一个简单的滤波程序,可以完成高频信号的滤除~-This is a filter programme!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1477
    • 提供者:yuedongxu
  1. homomorphic

    0下载:
  2. 一种同态滤波程序,实现图像灰度范围的扩张-A kind of homomorphic filtering procedures to achieve the expansion of the scope of the image gray-scale
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:477905
    • 提供者:wangyixin
  1. 10filters

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

    • 发布日期:2017-04-14
    • 文件大小:4584
    • 提供者:martin
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com