CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - average filter matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - average filter matlab - List
[
Other
]
10种软件滤波方法的示例程序
DL : 0
限副滤波,中位值滤波法,3、算术平均滤波法,4、递推平均滤波法(又称滑动平均滤波法)-vice limited filtering, and the median value filter, 3, the arithmetic average filter, 4, the average recursive filtering method (also known as the moving average filter).
Update
: 2025-02-17
Size
: 5kb
Publisher
:
李天华
[
Graph program
]
filterimage
DL : 0
过滤图像,添加噪声,平均过滤,中值过滤,自适应过滤-filter images, add noise, the average filter, filter, adaptive filter
Update
: 2025-02-17
Size
: 4kb
Publisher
:
蓝景
[
Special Effects
]
noise
DL : 0
图片去噪:对一幅图像加入不同的噪声(随机点噪声、椒盐噪声等),选取不同的方法去噪,比如说邻域平均、中值滤波、图像迭加等,比较对于不同的噪声,不同的方法哪种更好-Image denoising: for an image by adding different noise (random-dot noise, salt and pepper noise, etc.), select a different method of denoising, for example, the neighborhood average, median filter, image superposition and so on, compared for different noise, different methods which better
Update
: 2025-02-17
Size
: 737kb
Publisher
:
郑文
[
Wavelet
]
matlab
DL : 0
小波变换的一级分解过程是,原始信号分别进行低通、高通滤波,再分别进行二元下抽样,就得到低频、高频(也称为平均、细节)两部分系数;而多级分解则是对上一级分解得到的低频系数再进行小波分解,是一个递归过程。-Wavelet decomposition level is, the original signal were low-pass, high pass filter, and then carried out under the binary sample, we obtained low-frequency, high-frequency (also known as the average, details) coefficient of two parts and multi-level decomposition it is the decomposition level to be low-frequency coefficients further wavelet decomposition is a recursive process.
Update
: 2025-02-17
Size
: 7.08mb
Publisher
:
王正
[
matlab
]
filter
DL : 0
十种软件滤波的方法,包括限幅滤波法、中位值滤波法、算术平均滤波法、递推平均滤波法、中位值平均滤波法等-10 kinds of filtering software, including limiting filtering, median filtering method, arithmetic mean filtering, recursive filtering method the average, median average filtering method such as
Update
: 2025-02-17
Size
: 2kb
Publisher
:
zhuyoujian
[
matlab
]
toolbox_nlmeans
DL : 0
实现非局部平均去噪算法(non local mean)-The realization of non-local denoising algorithm on average (non local mean)
Update
: 2025-02-17
Size
: 957kb
Publisher
:
冯灿
[
matlab
]
adaptivefir
DL : 0
自适应滤波器。自适应滤波器为11个权系数的FIR结构。(1)不同的方差σ2(2)LMS算法画出一次实验的误差平方收敛曲线,训练长度为500,给出滤波器系数;进行20次独立实验,给出平均收敛曲线。不同步长值的比较。(3)RLS算法,LMS和RLS算法的比较 -Adaptive filter. Adaptive filter weights for 11 of the FIR structure. (1) different variance σ2 (2) LMS algorithm for an experiment to draw square error convergence curve, the training length is 500, given filter coefficient conduct 20 independent experiments, given the average convergence curve. Are not synchronized long value comparison. (3) RLS algorithm, LMS and RLS Algorithms
Update
: 2025-02-17
Size
: 5kb
Publisher
:
梁上泉
[
Special Effects
]
ImageProcessing
DL : 0
用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能-Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt filter, multiple functions, such as high-frequency upgrade
Update
: 2025-02-17
Size
: 221kb
Publisher
:
程璞
[
Special Effects
]
linear
DL : 0
- 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filtering method 3, the arithmetic average filtering method 4, the average recursive filtering method (also known as the moving average filtering method) 5, with a median value of the average filter Act (also known as anti-pulse interference average filtering method) 6, limiting the average filtering method 7, the first order lag filtering method 8, the weighted average recursive filtering method 9, extinction Buffeting filtering method 10, limiting consumer Buffeting filtering method
Update
: 2025-02-17
Size
: 1kb
Publisher
:
張治國
[
Special Effects
]
2
DL : 0
对图像中干扰信号的滤除 H=fspecial( average ,n) 均值滤波器 -Image signal interference filter H=fspecial( average ,n) Mean Filter
Update
: 2025-02-17
Size
: 82kb
Publisher
:
lkl
[
Special Effects
]
image
DL : 0
该程序描述了用不同窗口的邻域平均滤波,来实现对含噪声图像的去噪处理,效果很好!-Description of the program window with different neighborhood average filter, to achieve denoising images with noise to deal with, very good!
Update
: 2025-02-17
Size
: 49kb
Publisher
:
lejing
[
Graph program
]
SpatialFrequencyDomainImageEnhancement
DL : 0
灰度变换增强程序 1.灰度变换增强程序 2.直方图灰度变换 3.直方图均衡化程序举例 4.直方图规定化程序举例 1.线性平滑滤波 2.中值滤波器 3. 4邻域8邻域平均滤波算法 1.低通滤波器 2.布特沃斯低通滤波器图像实例-Enhanced gray-scale transformation procedure 1. Enhanced gray-scale transformation procedure 2. Histogram gray-scale transformation 3. Histogram equalization procedure for example 4. Histogram specification procedure for example 1. Linear smoothing 2. Median filter 3.4 8 neighborhood neighborhood average filter algorithm 1. low-pass filter 2. Butewosi Image examples of low-pass filter
Update
: 2025-02-17
Size
: 285kb
Publisher
:
liu
[
matlab
]
data_avg
DL : 0
averaging filter moving average filter
Update
: 2025-02-17
Size
: 332kb
Publisher
:
surajit
[
matlab
]
Digital_image_processing
DL : 0
1.median_filter (功能:使用中值濾波器去除雜訊) 2.mean_filter (功能:使用平均濾波器去除雜訊) 3.fl_stein (功能:使用誤差擴散法,將影像量化和混色) 4.Central_limit (功能:畫圖並證明中央極限定理) -1.median_filter (function: use median filter to remove noise) 2.mean_filter (function: using the average filter to remove noise) 3.fl_stein (function: using the error diffusion method, the image quantification and blending) 4. Central_limit (function: drawing and prove the central limit theorem)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
timtsai
[
matlab
]
moving
DL : 0
moving average filter matlab implementation
Update
: 2025-02-17
Size
: 14kb
Publisher
:
ali
[
matlab
]
filter--classifier
DL : 0
matlab数字信号处理,输入图像矩阵和窗口大小,进行中值滤波,平均滤波,svm分类器-Digital signal processing, input image matrix, and window size,median filter,Average filter, svm classifier
Update
: 2025-02-17
Size
: 2kb
Publisher
:
tracy
[
matlab
]
moving_average_filter_app
DL : 0
Moving average filter matlab code
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Tugrul AYDEMIR
[
Special Effects
]
average-filter
DL : 0
在本文中不使用matlab自导的函数来进行均值滤波,通过自己写的代码来实现功能-Self-guided without using matlab function herein to mean filter through to write their own code to achieve functional
Update
: 2025-02-17
Size
: 1kb
Publisher
:
杨小晴
[
matlab
]
AvgFilter
DL : 0
Average filter matlab code and examples
Update
: 2025-02-17
Size
: 1kb
Publisher
:
ddolddolee
[
matlab
]
Chapter 15:Moving Average Filters
DL : 0
数字信号处理技术之移动平均滤波器的设计(The Scientist and Engineer's Guide to Digital Signal Processing)(Digital signal processing technology, mobile average filter)
Update
: 2025-02-17
Size
: 146kb
Publisher
:
flyskar
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.