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

搜索资源列表

  1. 采用小波进行图像消噪

    1下载:
  2. 数字图像在产生过程中经常会受到噪音污染。因此,对于数字图像应该对其进行去噪音处理。在传统的基于傅里叶变换的信号去噪音方法中,可以使得信号和噪音的频带重叠部分尽可能的小,这样就可以在频域通过时,不需改变滤波方法而将信号和噪音分隔开来。但是,如果信号和噪音的频域重合时,用该方法进行噪音处理的效果就比较差。-digital image in the selection process will be subject to regular noise pollution. Therefore, the
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4.86kb
    • 提供者:吴胜
  1. BPBPzui

    0下载:
  2. 通过在MATLAB平台上比较BP神经网络的三种训练方法-trainbr traingdm trainlm.并且网络中加入噪音!-through MATLAB platform comparison BP neural network training method for the three-trainbr traingdm trainlm. Network and add noise!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.15kb
    • 提供者:江宏伟
  1. imnoiseadd

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

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

    1下载:
  2. 微穿孔板是声学领域重要的研究分支。基于此的得到的噪音吸收有重要的应用前景。这是基于matlab实现的共振吸声程序-microperforatedpanel acoustic field is important research branch. For this to be the noise absorption has an important application. This is based on Matlab achieve the resonance absorption proc
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:14.56kb
    • 提供者:桑元元
  1. db4

    0下载:
  2. 利用MATLAB中小波信号“db4 对信号分解和重构,去除噪音
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.33kb
    • 提供者:liguang
  1. lmsandrls

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

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:王伟韬
  1. speckle

    0下载:
  2. 对图像进行斑点噪声的添加,用方程f=f+n*f将乘性噪音添加到图像f上,其中n是均值为零,方差为var的均匀分布的随机噪声。
  3. 所属分类:压缩解压

    • 发布日期:2014-01-20
    • 文件大小:545byte
    • 提供者:刘昊天
  1. sr

    1下载:
  2. 随机共振相似度的Matlab计算程序,计算看出输入-输出的相似度S随着噪音的标准差的增大而不断得到改善,直到增大至一饱和值为止。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4.29kb
    • 提供者:王清华
  1. 图象增强

    0下载:
  2. 该程序首先利用小波变换,然后过滤噪音,最终实现图象边缘效果增强的功能-the procedure using wavelet transform, and then filter the noise, and eventually realizing Edge effects enhanced functionality
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.6kb
    • 提供者:程余
  1. 加噪音去噪音

    0下载:
  2. clear all %加噪音去噪音 I = imread('wolf.jpg'); I=rgb2gray(I); J = imnoise(I,'salt & pepper',0.02); K = medfilt2(J); imshow(J), figure, imshow(K)
  3. 所属分类:matlab例程

  1. nmf

    4下载:
  2. 一段通过nmf做音频分离的程序,可以把男声和女声分离,并且降低噪音-Separated by nmf do some audio program that can separate the male and female, and lower noise
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2.36mb
    • 提供者:ludiqianshui
  1. resp

    1下载:
  2. 从混有呼吸噪音的信号中,提取呼吸信号,完成去除呼吸信号的功能-Mixed with noise from the respiratory signal, respiratory signal extraction, complete removal of the function of respiratory signal
  3. 所属分类:matlab例程

    • 发布日期:2014-01-04
    • 文件大小:1.88kb
    • 提供者:张婷婷
  1. recursion

    0下载:
  2. 经典递归算法的C源码实现“迷宫求解”和“图像去噪音的问题”。-Classical recursive algorithm of C source code to achieve "maze solving" and "clean up the noise of images".
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2.58kb
    • 提供者:jiangshifeng
  1. model-with-noisy-news

    0下载:
  2. 该程序是一个数值模拟程序,模型是一个带有噪音信息的实际经济周期模型,该问题是实际经济周期的一个前言研究问题-The program is a simulation program, with the noise information model is a real business cycle model, the problem is a real business cycle research question preface
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:34.53kb
    • 提供者:yujin
  1. 对白噪音信号进行基于小波变换尺度为n的分解

    2下载:
  2. 对白噪音信号进行基于小波变换尺度为n的分解
  3. 所属分类:人工智能/神经网络/遗传算法

  1. kalma

    0下载:
  2. 卡尔曼滤波对PID控制的噪音滤除。给出滤波器对控制干扰和测量噪声具有很好的滤波作用-Kalman filter on the PID control filter out the noise. Give filters to control interference and measurement noise filter has a good role
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:871byte
    • 提供者:张乐
  1. waveletdenoisingvoice

    1下载:
  2. 实现小波语音去噪,基本实现了去除噪音的功能。主要读取信号,分解,去噪,重构。-The realization of wavelet denoising voice, the basic realization of the noise removal function. Read the main signal, decomposition, denoising, reconstruction.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:13.44kb
    • 提供者:王磊磊
  1. LMSsin

    0下载:
  2. 原始信号、噪音均为正弦信号的LMS噪音抵消系统实现-The original signal and noise are sinusoidal signals in noise canceling system to achieve LMS
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:584byte
    • 提供者:mimi
  1. LMSwave

    0下载:
  2. 对声音信号的LMS滤波,噪音为固定信噪比的高斯噪声-LMS filtering of sound signals, noise, Gaussian noise for a fixed signal to noise ratio
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:565byte
    • 提供者:mimi
  1. RLSsin

    0下载:
  2. 原始信号和噪音都是正弦信号的的RLS滤波-The original signal and noise are sinusoidal signals of the RLS filter
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:774byte
    • 提供者:mimi
« 12 3 4 5 »
搜珍网 www.dssz.com