CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - matlab 噪声

搜索资源列表

  1. Butterworth

    0下载:
  2. 基于Matlab利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理-Based on Matlab using Butterworth low-pass filter for image noise by smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:566
    • 提供者:ncy
  1. image_processing

    0下载:
  2. 用MATLAB自己编写的一系列图像处理算法。详细说明: ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) ch5_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2) ch5_2_2: winner滤波法实现降噪
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8264
    • 提供者:qinchuan
  1. a

    0下载:
  2. matlab 产生高斯分布 混有均匀白噪声的正弦信号的自相关 混有均匀高斯白噪声的正弦信号的自相关-Matlab produce gaussian distribution mixed with even the white noise of sine signal from related with uniform white gaussian noise of sine signal autocorrelation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:3672
    • 提供者:窦子涵
  1. lvbo

    0下载:
  2. 使用matlab编写的海明窗滤波方法,主要是针对各种小的毛细噪声有很好的去除效果-Hamming window with matlab filtering method written
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:677
    • 提供者:hanliusheng
  1. Kalmenf-filters

    0下载:
  2. 文章介绍了卡尔曼滤波的原理,包括状态方程、过程估计、噪声原理等,并通过matlab予以实现验证。-This paper introduces the principle of Kalman filtering, including the equation of state, the process of estimation, noise theory, etc., and through matlab to achieve validation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:83168
    • 提供者:zx
  1. 3

    0下载:
  2. 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波-Using MATLAB functions filter2 in the noise of the image by the mean filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6248
    • 提供者:qqddsshhjj
  1. matlab3

    0下载:
  2. 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波和图像的自适应魏纳滤波-Using MATLAB functions filter2 in the noise of the images by means of adaptive filtering and Weiner filtering the image
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:731
    • 提供者:米线
  1. simulation

    0下载:
  2. 循环理论相关MATLAB程序:滚动轴承仿真信号的产生(加噪声干扰)-Cyclostationary related
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:896
    • 提供者:王宏超
  1. BOX-MULLER

    0下载:
  2. BOX-MUller方法产生周期足够长高斯白噪声,功率谱接近于纯白的白噪声-BOX-MULLER MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:503088
    • 提供者:徐慧
  1. Kalman-Track-filter

    1下载:
  2. 带高斯白噪声的Kalman滤波Matlab代码,每一步都有详细的注释,和kalman滤波的五个公式对应。并有高斯白噪声的产生函数,function G = CreateGauss(E,D,M,N) 产生均值为E,方差为D,MxN的高斯白噪声矩阵-The Matlab code of Kalman filter with Gaussian white noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1204
    • 提供者:amosunny
  1. noise

    0下载:
  2. matlab下正弦信号的高斯白噪声仿真,进行傅氏变换-Matlab under sinusoidal signal of Gauss white noise simulation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:767
    • 提供者:yyll
  1. mubiaojiance

    0下载:
  2. 用MATLAB程序对视频中的运动目标进行检测 取得了不错的效果 首先利用统计的方法得到背景模型,并实时地对背景模型进行更新以适应光线变化和场景本身的变化,用形态学方法和检测连通域面积进行后处理,消除噪声和背景扰动带来的影响,在HSV色度空间下检测阴影,得到准确的运动目标。-Using matlab to detect the moving target in viedo, and get good effect
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:621601
    • 提供者:dht
  1. baizhaosheng

    0下载:
  2. 对于白噪声的功率谱分析给出了白噪声的频谱波形-White noise matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:621
    • 提供者:张晨
  1. denoising

    1下载:
  2. 1、去条带噪声(通道均衡)程序 2、去冲击噪声程序 3、KSVD程序 均为matlab源代码-1 to band noise (channel equalization) program 2, to the impact of noise program 3, KSVD program Matlab source code are
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2072
    • 提供者:谭瑞捷
  1. imnoise2

    0下载:
  2. 图像处理中给图像加上噪声的函数,基于matlab-add noise to image,using matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1719
    • 提供者:linda
  1. adding-noise

    0下载:
  2. 这是一个噪声发生器的matlab源代码,包括椒盐噪声,高斯噪声-noise ganerator including gaussian and pepper noise
  3. 所属分类:Wavelet

    • 发布日期:2017-04-04
    • 文件大小:37822
    • 提供者:Flroa
  1. matlab_watermark

    0下载:
  2. 用于进行图像处理的部分程序,包括滤波,加高斯噪声,白噪声,椒盐噪声等处理,本程序为matlab程序,仅供参考,希望能抛砖引玉,对进行图像编程有所启发。-Part of the program for image processing, including filtering, plus Gaussian noise, white noise, salt and pepper noise, and processing procedures for the matlab program, for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:971
    • 提供者:
  1. jiaquanlocal

    0下载:
  2. 关于图像去除椒盐噪声的算法,matlab编写,算法简单有效-Algorithm on the image to remove the salt and pepper noise, matlab prepared, simple and effective algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1020
    • 提供者:赵国栋
  1. Wav_Noise

    0下载:
  2. 语音信号去噪,在MATLAB开发环境下,对含噪声的语音信号进行小波变换,实现语音增强的功能。-The speech signal denoising, wavelet transform, the noisy speech signal in the MATLAB development environment, Speech enhancement functions.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:2323
    • 提供者:未央
  1. lb

    0下载:
  2. 用MATLAB编写的均值滤波,中值滤波,等等滤除外加的椒盐噪声的算法-MATLAB prepared by the average filtering and median filtering, except the and so on filter with salt &pepper noise algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1223
    • 提供者:rambolyb
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 28 »
搜珍网 www.dssz.com