Welcome![Sign In][Sign Up]
Location:
Search - arithmetic mean

Search list

[Algorithmsome_way_of_filter

Description: 1.限幅滤波 2.中位值滤波 3.算术平均值滤波 4.递推平均滤波-1. Limiter filter 2. 3 median filter. Arithmetic mean filtering 4. Recursive average filter
Platform: | Size: 1024 | Author: 小方 | Hits:

[assembly language51filter

Description: 51常用滤波子程序,包括限幅滤波程序、中位值滤波程序、N点算术平均滤波程序等-51 commonly used filtering subroutine, including limiting filtering procedures, the median filtering process, N-point arithmetic mean filtering procedures
Platform: | Size: 3072 | Author: 王龙海 | Hits:

[Documentssomefiltermethods

Description: 一些常用的软件滤波方法.包括:限副滤波、中位值滤波法、算术平均滤波法、递推平均滤波法-Some commonly used software filtering method. Include: Vice-limit filtering, median filtering method, arithmetic mean filtering, recursive filtering method average
Platform: | Size: 1024 | Author: 杨俊营 | Hits:

[SCMdd

Description: 文中给出了数据融合算法,并提出把数据融合方法应用于火电机组的在线性能计算中,使计算结果能更完善、准确地反映机组的运行状况。这种数据融合方法计算简便,可以反映传感器在空间或时间上的冗余或互补的信息,获得比有限个传感器的算术平均值更准确的测量结果,具有较高的可靠性,实际应用结果证实了该算法的准确性,可推广到其它具有正态分布特性测量结果的数据融合。-Paper gives the data fusion algorithms, and to make the data fusion method is applied to thermal power units of the line performance calculation, so that better results can accurately reflect the unit s operating conditions. This data fusion method is simple and can reflect the sensor in space or time redundancy or complementary information, a finite number of sensors than the arithmetic mean a more accurate measurement results with high reliability, the practical application of the results confirmed the accuracy of the algorithm can be extended to other characteristics of the measurement results with a normal distribution of data fusion.
Platform: | Size: 164864 | Author: coco | Hits:

[Graph program123

Description: 在空间域内,用算术均值滤波实现图像的去噪处理-In the space domain, using the arithmetic mean filter to deal with the realization of image denoising
Platform: | Size: 148480 | Author: 李丹阳 | Hits:

[assembly language51

Description: 这是51的各种滤波程序。 限幅滤波程序中位值滤波程序N点算术平均滤波 N点加权平均滤波 一阶加权滞后滤波程序-This is the 51 various filtering procedures. Limiting median filtering procedure filtering procedure N-point arithmetic mean filter N-point weighted average filter of first order lag filter weighted procedures
Platform: | Size: 3072 | Author: 周俊辉 | Hits:

[SCMSoftware_filters

Description: 包含11中在单片机中常用的软件滤波方法,如限幅滤波,算术平均值滤波等。-Contains 11 commonly used in MCU software filtering methods, such as limiting filtering, arithmetic mean filtering.
Platform: | Size: 7168 | Author: 梁锋 | Hits:

[matlabfilter

Description: 十种软件滤波的方法,包括限幅滤波法、中位值滤波法、算术平均滤波法、递推平均滤波法、中位值平均滤波法等-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
Platform: | Size: 2048 | Author: zhuyoujian | Hits:

[Special Effectsjuzhipinghua

Description: 均值平滑函数,可以完成图象的算数均值平滑,滤波器大小可以改变-Mean smoothing function, to be completed arithmetic mean smooth images, filter size can be changed
Platform: | Size: 54272 | Author: linhw | Hits:

[Special Effectslinear

Description: - 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
Platform: | Size: 1024 | Author: 張治國 | Hits:

[DocumentsSCMintherealizationoffilteringalgorithm

Description: //在单片机系统中常用的滤波算法 (1)程序判断法(2)中值滤波法 (3)算术平均滤波法 (4)加权平均滤波法(5)滑动平均滤波法 (6)低通滤波法(7)中位值平均滤波 -//In the single-chip microcomputer system used in the filtering algorithm [1] procedures to determine law [2] Median Filter Method [3] arithmetic mean filtering method [4] the weighted average filtering method [5] moving average filtering method [6] low pass filter method [7] the median average filtering
Platform: | Size: 1024 | Author: 田亮 | Hits:

[Special Effectsspfilter

Description: 应用多种滤波器进行处理:算术均值,几何 均值,谐波均值,逆谐波均值,中值滤波, 中点滤波,最大值、最小值滤波等-To deal with a variety of filter applications: arithmetic mean, geometric mean, harmonic mean, inverse harmonic mean, median filter, the mid-point filtering, maximum, minimum filtering
Platform: | Size: 1024 | Author: yang | Hits:

[Special Effectsdif_spfilt

Description: 应用多种滤波器进行处理:算术均值,几何 均值,谐波均值,逆谐波均值,中值滤波, 中点滤波,最大值、最小值滤波等-To deal with a variety of filter applications: arithmetic mean, geometric mean, harmonic mean, inverse harmonic mean, median filter, the mid-point filtering, maximum, minimum filtering
Platform: | Size: 1024 | Author: yang | Hits:

[matlabarithmetic_filter

Description: the given file contains the implementation of the ARITHMETIC FILTER using two methods. 1.based on the mathematical concept of arithmetic mean realised using for loops. 2.using imfilt -built-in function of matlab.this function makes use of the convn function and provides some additional inbuilt features for better image processing.-the given file contains the implementation of the ARITHMETIC FILTER using two methods. 1.based on the mathematical concept of arithmetic mean realised using for loops. 2.using imfilt-built-in function of matlab.this function makes use of the convn function and provides some additional inbuilt features for better image processing.
Platform: | Size: 1024 | Author: saumya | Hits:

[matlabRESTORATION

Description: RESTORATION OF GENERATED NOISY IMAGES BY USING FILTERS : Arithmetic Mean, Median, Max, Min,Mid Point Filtering
Platform: | Size: 1024 | Author: meryem | Hits:

[Graph programMATLAB

Description: 根据)EF 特性中的对比度敏感度, 即空间频率特性曲线,对图像进行二维多级小波分解,由分解后的各小波分量,提取各频段相应的亮 度、清晰度和相关度指标;然后将这三个指标的几何平均与频段加权系数的内积做算术平均,以此作 为图像质量的综合评价指标-According to) EF characteristic of contrast sensitivity, that is spatial frequency characteristic curve, the image is two-dimensional multi-level wavelet decomposition, the decomposition of the wavelet component, extract the frequency band corresponding brightness, clarity and relevance of indicators then the geometric mean of these three indices and the band doing weighted coefficient of the arithmetic mean within the product as a comprehensive evaluation of image quality index
Platform: | Size: 29696 | Author: 张三 | Hits:

[MPIwilliam

Description: 平均值,调和中项,等比中项标准差等数值的计算代码-Arithmetic Mean, Geometric Mean, Harmonic Mean & Standard Deviation
Platform: | Size: 625664 | Author: 王力 | Hits:

[matlabArithmeticmeanfilter(smoothing)

Description: Hi Friends. This is simple Image code of Arithmetic mean filtering operation,which results in smoothing of image. Default image size is 256 x 256
Platform: | Size: 7168 | Author: kunal | Hits:

[ConsoleMean-filters

Description: Find Arithmetic mean,geometric mean, contraharmonic mean, harmonic mean filters.
Platform: | Size: 5500928 | Author: Himali weerasinghe | Hits:

[Otherali.ismaeil_PracticalSession3

Description: a code to calculate the arithmetic mean
Platform: | Size: 58368 | Author: Alimenium | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net