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

搜索资源列表

  1. uio

    0下载:
  2. This software makes, image conversions(rgb2gray, rgb2binary....) image filtering(average, wiener, contrast streching...) continuous filtering. Filters the image continuously. If you \"hold\" the image then you can continue the
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:13442
    • 提供者:夜妖
  1. Filters

    0下载:
  2. 各种滤波器,包括LMS、RLS、Wiener,Kalman,Median等滤波器源码,都是原创-A variety of filters, including the LMS, RLS, Wiener, Kalman, Median filter, such as source code, are original
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5313
    • 提供者:彭怀敏
  1. lab5

    0下载:
  2. A simple code for understanding lms nlms and wiener filters for beginners
  3. 所属分类:3G develop

    • 发布日期:2017-04-14
    • 文件大小:5439
    • 提供者:mansoor
  1. WienerFilters

    0下载:
  2. All three kinds of Wiener Filters, FIR, Causal, Noncausal
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:21977
    • 提供者:sam
  1. filters

    0下载:
  2. 此文件包含维纳滤波器、自适应滤波器和卡尔曼滤波器的matlab程序,同时包含相应的实验-wiener filter,adaptive filter and kalman filter
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:568954
    • 提供者:若轲
  1. IEEEXplore

    0下载:
  2. 视频编码中的自适应维纳插值滤波中的一种框架水平迭代算法。pdf 与大家分享-An Iterative Method for Frame-Level Adaptive Wiener Interpolation Filters in Video Coding
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-11
    • 文件大小:3305639
    • 提供者:杨泉
  1. ImageFiltering

    0下载:
  2. 各种滤波器包括高斯、维纳、laplace、中值滤波器-Various filters, including Gaussian, Wiener, laplace, median filter
  3. 所属分类:Wavelet

    • 发布日期:2017-04-04
    • 文件大小:4611
    • 提供者:chenhao
  1. kalman-wiener

    1下载:
  2. 现代信号处理中常用的处理信号的滤波器,卡尔曼和维纳滤波器-Modern signal processing that are commonly used in signal processing, Kalman filters and Wiener filter
  3. 所属分类:matlab

    • 发布日期:2016-09-20
    • 文件大小:1806
    • 提供者:方汉方
  1. ShuZiTuXiangChuLi

    0下载:
  2. vc编写数字图像处理的程序,其中有图像处理的各种方法的程序,包括图像多种扫描显示,图像增强(灰度变换、直方图均衡、图像平滑,阈值分割,多种滤波器、伪彩色增强等),图像变换(傅立叶变换、产生矩形并变换、离散余弦变换、沃尔什变换),图像复原(维纳滤波、逆滤波等等),图像编码(哈夫曼编码、香 农-费诺编码等) -Usevc++ to write program for digital image processing, including the various of methods o
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:8174909
    • 提供者:陈侯海
  1. filters

    0下载:
  2. Matlab program for some filters like wiener, median and wavelet.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6289
    • 提供者:laleh
  1. Wienernoisesuppression

    1下载:
  2. 维纳噪声抑制,1、 实验原理是利用信号之间的相关性进行信号估计,从而将噪声滤除; 2、 辅助观测信号的噪声抑制可利用Wiener-Hopf方程 求出维纳滤波器的系数 ,式中 是 的自相关阵, 是输入信号 和滤波器输入 之间的互相关矢量; -Wiener noise suppression, 1, experiment is the use of the correlation between the signals for signal estimation, which will fi
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:13159
    • 提供者:sag
  1. KalmanandWeinerFilters

    0下载:
  2. 卡尔曼与维纳滤波器与时间序列分析,这是搞经济与工程的人必读之物。卡尔曼与维纳滤波器与时间序列分析-Kalman and Wiener filters and time series analysis, this is the person to carry out economic and engineering must-read things. Kalman and Wiener filters and time series analysis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-29
    • 文件大小:11625121
    • 提供者:heguitian
  1. Sarfilter

    0下载:
  2. SAR图像常用的滤波器,包括Lee滤波、Gamma_Map滤波、中值滤波、维纳滤波。-SAR image filters, including the Lee filter, Gamma_Map filtering, median filtering, Wiener filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2876
    • 提供者:杨哲辉
  1. process

    0下载:
  2. 在数字图像处理中,常常会遇到图像中混杂有许多的噪声。因此,在进行图像处理中,有时要先进行祛除噪声的工作。最常用的祛除噪声的方法是用滤波器进行滤波处理。MATLAB的图像处理工具箱里也设计了许多的滤波器。如均值滤波器、中值滤波器、维纳滤波器等。用户可以很方便的运用一些函数完成数字滤波工作。-In digital image processing, the image often encounter mixed with a lot of noise. Therefore, when the ima
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:527
    • 提供者:韦山
  1. stable-Kalman-and-Wiener-filters

    0下载:
  2. Kalman和Wiener滤波仿真程序和结果,决定正确-Kalman and Wiener filtering simulation program and results, to determine the correct
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:218243
    • 提供者:Mis Pang
  1. IEEE-2016_files

    0下载:
  2. Wiener filters have two main applications, system identification, and signal conditioning. System identification: the goal is to model the unknown system that produces a known output ( ) a known input ( )-Wiener filters have two main applications,
  3. 所属分类:File Formats

    • 发布日期:2017-12-12
    • 文件大小:26623
    • 提供者:RAJA
  1. Noise-Filters-master

    0下载:
  2. 程序主要实现维纳滤波,另外对语音信号进行混响消除和回声消除。-The program mainly realizes the Wiener filter, and the reverberation cancellation and echo cancellation are also carried out.
  3. 所属分类:assembly language

    • 发布日期:2017-12-12
    • 文件大小:20383315
    • 提供者:connie
  1. gradWienerFilt.m

    0下载:
  2. A matlab implementation of Wiener filters.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-11
    • 文件大小:2021
    • 提供者:baggos12
  1. adaptive filter (2)

    0下载:
  2. MATLAB codes for adaptive filtering using least mean square, nominal LMS and Wiener filter using forward linear prediction and backward linear prediction.
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:176128
    • 提供者:MHQ
  1. VMD2D

    1下载:
  2. 二维变分模态可以自适应处理信号,由多个自适应维纳滤波器组成,具有较好的抗噪能力(Two dimensional variational modes can be adaptive signal processing.It is composed of multiple adaptive Wiener filters and has good anti noise ability.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:811008
    • 提供者:小汤圆不圆
« 12 »
搜珍网 www.dssz.com