搜索资源列表

  1. WMMR

    0下载:
  2. WMMR:weighted maxinmun minmum range一种滤波、去噪算法,去除图像中小的高亮度区域。-WMMR : weighted maxinmun minmum range of a filter, denoising algorithm to remove small images of high-brightness region.
  3. 所属分类:GDI/图象编程

    • 发布日期:2025-04-02
    • 文件大小:1kb
    • 提供者:熊健
  1. Peer

    0下载:
  2. Peer group filter,这是一种很精壮的滤波算法,只是速度有些慢,但是很有用-filter, which is obtained from the toils of a very filtering algorithm, only slowed somewhat slow, but useful
  3. 所属分类:其他小程序

    • 发布日期:2025-04-02
    • 文件大小:1kb
    • 提供者:文鼎
  1. DSPBuilderFIR.files

    0下载:
  2. 在信息信号处理过程中,如对信号的过滤、检测、预测等,都要使用滤波器,数字滤波器是数字信号处理(DSP,DigitalSignalProcessing)中使用最广泛的一种器件。常用的滤波器有无限长单位脉冲响应(ⅡR)滤波器和有限长单位脉冲响应(FIR)滤波器两种[1],其中,FIR滤波器能提供理想的线性相位响应,在整个频带上获得常数群时延从而得到零失真输出信号,同时它可以采用十分简单的算法实现,这两个优点使FIR滤波器成为明智的设计工程师
  3. 所属分类:VHDL编程

    • 发布日期:2025-04-02
    • 文件大小:94kb
    • 提供者:yaoming
  1. inpaiting_code_i_c

    0下载:
  2. 采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程。 -taken inverse filter and two Wiener filtering algorithm to image restoration of degraded images to achieve the restoration process.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-04-02
    • 文件大小:4kb
    • 提供者:lulu
  1. fir

    0下载:
  2. 完成一个FIR数字滤波器的设计。要求: 1、 基于直接型和分布式两种算法。 2、 输入数据宽度为8位,输出数据宽度为16位。 3、 滤波器的阶数为16阶,抽头系数分别为h[0]=h[15]=0000,h[1]=h[14]=0065,h[2]=h[13]=018F,h[3]=h[12]=035A,h[4]=h[11]=0579,h[5]=h[10]=078E,h[6]=h[9]=0935,h[7]=h[8]=0A1F。 -
  3. 所属分类:VHDL编程

    • 发布日期:2025-04-02
    • 文件大小:5kb
    • 提供者:fredyu
  1. ADsampling10kindsofsoftwarefilteringmethod

    0下载:
  2. 10种AD的采样算法,关于芯片对ad采样的滤波算法-10 kinds of AD sampling algorithm, on-chip sampling of ad filtering algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-04-02
    • 文件大小:2kb
    • 提供者:cy
  1. softfilter

    0下载:
  2. 介绍几种软件滤波算法,附有源码,搞硬件的朋友可以看看,大家共同交流吧。-Introduction of several software filtering algorithm, with source code, hardware engage friends can see, everybody share it.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2025-04-02
    • 文件大小:3kb
    • 提供者:栾庆宏
  1. lmsandrls

    0下载:
  2. 以下程序是基于matlab软件实现自适应滤波器的lms和rls两种算法,不像有些程序那样冗杂,简练明了。定义一个输入信号加入一组噪音,用自适应算法进行滤波,其中用到一个for循环。-The following procedure is based on the matlab software implementation of the LMS adaptive filter and rls two algorithms, unlike
  3. 所属分类:matlab例程

    • 发布日期:2025-04-02
    • 文件大小:1kb
    • 提供者:王伟韬
  1. 2004118150227

    0下载:
  2. 说明:你知道几种软件滤波算法和特点,以及他们的区别-Descr iption: Do you know of several software filtering algorithm and characteristics, as well as their differences
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-04-02
    • 文件大小:3kb
    • 提供者:张宇
  1. Ten-kinds-of-filter-algorithm

    0下载:
  2. 该工程实现10种滤波算法,其中涵盖了大多数常用的滤波方法-This project through 10 kinds of filter algorithm, which covers the most commonly used filter method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-04-02
    • 文件大小:2kb
    • 提供者:lkh
  1. filtering-algorithm

    0下载:
  2. 10种滤波算法及例子c代码,讲解以及对应的C代码例子-10 kinds of filtering algorithm and example c code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-04-02
    • 文件大小:7kb
    • 提供者:栀子花
  1. matlab-image-watermarking

    0下载:
  2. 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-04-02
    • 文件大小:2.03mb
    • 提供者:zxg
  1. 1

    0下载:
  2. 10种滤波算法_及_例子c代码,用于c语言编程-10 kinds of filtering algorithm _ and _ example c code
  3. 所属分类:C#编程

    • 发布日期:2025-04-02
    • 文件大小:9kb
    • 提供者:纤夫
  1. filter

    0下载:
  2. 线性CCD黑线提取算法,几种滤波算法,包括大津动态阀值算法-Linear CCD black line extraction algorithm, several filtering algorithms, including dynamic threshold algorithm Otsu
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2025-04-02
    • 文件大小:2kb
    • 提供者:lin
  1. suanfa

    0下载:
  2. 10种滤波算法_及_例子c代码,适合设计滤波算法时使用-10 kinds of filtering algorithm and _ _ c code example, when using a filtering algorithm for design
  3. 所属分类:文件格式

    • 发布日期:2025-04-02
    • 文件大小:12kb
    • 提供者:石聪
  1. filtering-algorithms

    0下载:
  2. 10种滤波算法及例子c代码,喜欢的朋友请收藏-10 filtering algorithms and examples c code
  3. 所属分类:软件工程

    • 发布日期:2025-04-02
    • 文件大小:12kb
    • 提供者:王建国
  1. Filtering-of-the-classic-algorithm

    0下载:
  2. 10种滤波算法,递归平均滤波法,算术平均滤波法,极限平均滤波法,罕见信息。-10 kinds of filtering algorithms, recursive average filtering method, arithmetic mean filtering method, limiting average filter method, rare information.
  3. 所属分类:金融证券系统

    • 发布日期:2025-04-02
    • 文件大小:7kb
    • 提供者:likaisheng
  1. Several classic algorithms for filtering

    0下载:
  2. 10种滤波算法,写得非常详细,滤波算法非常适用于数学建模。(10 kinds of filtering algorithms, written very detailed, filtering algorithm is very suitable for mathematical modeling.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-04-02
    • 文件大小:7kb
    • 提供者:likaisheng
  1. 经典滤波算法

    0下载:
  2. 介绍10种常见滤算法并给出实现代码,常见的有中位值滤波、互补滤波和一阶RC滤波以及其组合效果说明(10 common filtering algorithms are introduced and the implementation code is given)
  3. 所属分类:文档资料

  1. 10种简单的数字滤波C语言源程序算法

    0下载:
  2. 10种简单的数字滤波C语言源程序算法:1、限副滤波,2、中位值滤波法,3、算术平均滤波法(A simple digital filter C language source program algorithm)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-04-02
    • 文件大小:5kb
    • 提供者:kanewater
« 12 3 4 »

源码中国 www.ymcn.org