CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - remove

搜索资源列表

  1. hopfield_net

    0下载:
  2. 对于含有噪声的的数字图像模式“1、2、3、4”,使用“hopfield”神经网络,进行联想、识别,以去除噪声的影响。-for containing noise of the digital image model "1,2,3,4", "hopfield" neural network, Lenovo, identification, in order to remove noise impact.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1967
    • 提供者:潘盼
  1. 判断素数的个数

    0下载:
  2. 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除,       则表明此数不是素数,反之是素数。 -judgment 101-200 between the number of primes, and the export of all prime numbers. 1. Program Analysis : judgment in several ways : with a few were t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2964
    • 提供者:小倪
  1. lpf

    0下载:
  2. 比较了FFT算法和低通滤波器在去除噪声中的作用-compared the FFT algorithm and low-pass filter to remove noise in the role
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:51331
    • 提供者:陈圣
  1. graphDegree

    0下载:
  2. 求图的顶点连通度算法。方法就是先对源和汇做枚举,之后对每个枚举情况,把除去源汇两点的其余所有顶点看成是容量限制为1的点,求网络的最大流,就是此点对的顶点连通度,之后对枚举的所有点对找连通度最小的当成图的连通度。 带有顶点容量限制的最大流方法:将带容量限制的顶点u拆成两个点u 和u*,原顶点u的入边为u 的入边,原顶点u的出边为u*的出边,之后在u 和u*之间连接双向边,边的容量为顶点的容量限制。-plans for the vertex connectivity algorithms. F
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:吴地瓜
  1. lsq

    0下载:
  2. The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:57867
    • 提供者:AiQing
  1. imnoiseadd

    0下载:
  2. 去掉图像的噪音的一个不错的事例。值得大家参考-remove the noise image of a good story. Worthy of our reference
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3004
    • 提供者:学生哥
  1. matlab

    1下载:
  2. 直方图图像均衡化和规定划、以及加性噪声,如拖尾脉冲噪声,高斯脉冲噪声(自适应方法)、和椒盐噪声等等各种噪声的添加噪声和去除噪声的MATLAB代码-Histogram equalization and provisions of the planning image, and additive noise, such as trailing impulse noise, Gaussian pulse noise (adaptive approach), and salt and pepper no
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1618
    • 提供者:李就安
  1. BispectrumWavelets

    4下载:
  2. 用双谱和小波变换去除信号中加性高斯噪声的相关程序 1.实现单个变量的双谱分析程序 2.用傅立叶反变换求自相关函数的程序 3.用fft求取喜好频谱、功率谱、均方根谱、对数谱的程序 4.读取.wav语音信号后用小波去加信白噪声的程序 5.用各种小波和阀值对同一信号去加性噪声效果比较的程序 -Double-spectral and wavelet transform to remove the signal plus Gaussian noise procedures 1. T
  3. 所属分类:matlab

    • 发布日期:2015-07-26
    • 文件大小:5227
    • 提供者:沈玉杰
  1. pcnnimwrite

    1下载:
  2. 去除脉冲噪声:中值滤波,均值滤波,PCNN滤波的比较,包括计算噪声图像的信噪比,matlab算法程序。-Remove impulse noise: median filter, mean filter, PCNN filter comparison, including the calculation of noise, the SNR, matlab algorithm program.
  3. 所属分类:matlab

    • 发布日期:2015-05-01
    • 文件大小:51200
    • 提供者:liu
  1. CVisionProject

    0下载:
  2. This is a computer vision project implemented in matlab to remove radial distortion from the image This is a computer vision project implemented in matlab to remove radial distortion from the image
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:239298
    • 提供者:Tanzir
  1. chxu

    0下载:
  2. 本程序用于测量增强语音与纯净语音的对数谱距离,用于语音增强。对数谱距离越小,表明增强语音与纯净语音越接近,增强语音质量越好;反之,则增强语音质量越差。-Calculates the average log-spectral distance between CLEAN and NOISY signals. Frames are 25ms long with 60 percent (15ms) overlap, hamming windowed. RS is the remove
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3093
    • 提供者:阿铁
  1. a

    0下载:
  2. 本程序是对语音信号去除噪声。MATLAB编写-This procedure is a speech signal to remove noise. MATLAB prepared
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:145381
    • 提供者:diyicituytututu
  1. Bilateral_Filtering

    0下载:
  2. Bilateral filter to enhance the image. This programme will remove the noise of the image.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:120916
    • 提供者:Emdad Hossain
  1. switchmedianfilter

    0下载:
  2. matlab program to remove noise in an image using switched median filter
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:929
    • 提供者:Deepthi
  1. DCFilter

    0下载:
  2. High-Pass filter to remove DC component from audio signal.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:673
    • 提供者:Darko8
  1. MATLABwatermaking

    0下载:
  2. 嵌入水印信息的MATLAB程序,是转载别人的,如有侵权,马上删除-MATLAB program embedded watermark is reproduced someone else' s, if infringement, immediately remove
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2162
    • 提供者:www
  1. the-method-to-remove-noises

    0下载:
  2. 数字图像处理 取出高斯噪声的有效方法.通过matlab处理-Digital image processing effective way to remove the Gaussian noise
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:440925
    • 提供者:jason
  1. How-to-remove-numbers-from-a-text-file-in-Matlab.

    0下载:
  2. The Program helps to remove numbers at the beginning of a Matlab scr ipt. It is very useful when one has copied a code from a text into Matlab environment and eager to tun it immediately.-The Program helps to remove numbers at the beginning of a Mat
  3. 所属分类:matlab

  1. Singly-linked-list---insert--remove--add--count.r

    0下载:
  2. Singly linked list - insert, remove, add, count
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:15893
    • 提供者:vahit
  1. removelargeArea.m

    1下载:
  2. remove large area in the image, matlab version
  3. 所属分类:matlab例程

    • 发布日期:2020-07-10
    • 文件大小:1024
    • 提供者:littlebear0537
« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com