搜索资源列表
UPS
- 传统无差拍控制应用于UPS 逆变器,存在对系统参数变化的鲁棒性问题。本文提出了一种 新的控制方案—渐近收敛无差拍控制。该方案与传统无差拍控制的区别是,不是将正弦信号作 为参考电压,而是采用当前的输出电压和正弦信号的加权平均作为下一控制周期的目标量-Traditional deadbeat control applies to UPS inverter, the existence of the system parameters change in the robustness of t
GPA
- 本软件能够用来简单地计算GPA(加权平均成绩绩点)值-Calculale GPA
academic_achievement1
- 这是一个用来进行同类数据统计平均值及加权平均值的Matlab程序,可以试试。
Kmeans
- Kmeans 算法是聚类分析中使用最为广泛的算法之一,其每个类别均用该类中所有数据的平均值(或加权平均)来表示,这个平均值即被称作聚类中心。该方法虽然不能用于 类别属性的数据,但对于数值属性的数据,它能很好地体现聚类在几何和统计学上的意义。-Kmeans algorithm is the most widely used cluster analysis algorithm, each category with the average of all data in the class (
gcd
- 根据控制点和道路中心线的坐标值,利用距离加权平均法内插每个点的高程值,最终生成有Z值的道路边线。-According to the coordinates of control points and road centerlines, using the interpolated elevation value of each point from the weighted average method, the resulting Z value of the road edge.
VBacckgKalmaai
- 对视频图像序列使用卡尔曼滤波器生成背景。卡尔曼滤波是运用其的记忆特性,对一定时间长度的视频图像信信息进行加权平均从而获的与实际背景图像近似的初始背景,同时达到滤除颗粒噪声、消除摄像机抖动的目的。 -The sequence of video images using the Kalman filter to generate the background. The Kalman filter is to use its memory characteristics, the weighted
averagescore
- 用于计算加权平均分,是加权平均计算器,输入成绩和学分即可-Used to calculate the weighted average, weighted average calculator, you can enter grades and credits
tt
- VC6.0写的MFC程序,主要功能: 1.打开BMP格式灰度图像,按BMP格式一点一点读; 2.显示灰度图像的直方图,可以在直方图上选择阈值进行二值化,可以直方图均衡化; 3.可以保存处理后的图片; 4.灰度位图的几何变换:平移变换、旋转变换、缩放变换; 5.灰度位图的噪声抑制:“中值滤波”的模板大小采用3*3与5*5分别实现、“均值滤波”的模板大小为3*3,实现“算术平均(H0)”和“加权平均(H1、H3)”、实现高斯滤波(H2);
5dianguanghua
- 求出了等值线上的各个点,怎么把这些点连成一条光滑的曲线,就需要用到光滑算法。光滑算法有很多种,比如线性跌代、分段三次多项式插值法(又称五点法),二次多项式加权平均法、张力样条函数法等。主要介绍五点法,也是用来光滑等高线的常用方法。-Curve fitting, fitting a smooth curve in classic 5 points
chengxu
- 基于小波变换的图像融合代码,低频小波系数加权平均,高频取绝对值较大融合策略 ----小波变换后使用最简单融合规则,效果一般,比空域直接融合稍微好点-Image fusion based on wavelet transform code, weighted average of the low frequency wavelet coefficient, high frequency take absolute value is larger fusion strategy - us
Movielens-User_based-cf
- 利用python实现基于用户的协同过滤推荐,采用pearson相关系数计算相似度,加权平均预测分数-Users use python-based collaborative filtering recommendation, pearson correlation coefficient is calculated using the similarity, the weighted average prediction scores
Ref
- Matlab源程序,用于反射率积分计算,加权平均反射率的计算。-Matlab source for reflectivity of integral calculation, the calculation of the weighted average reflectivity.
EigenFaces
- 通过运行结果,我们可以发现Roberts算子:边缘定位准,但是对噪声敏感。与用于边间明显且噪声较少的分割。 Prewitt算子:对噪声具有抑制作用,抑制噪声的原理是通过像素平均,但是像素平均相对于图像的低通滤波,所以对边缘的定位不如Roberts算子。 Sobel算子:它和Prewitt算子都是加权平均,但是sobel算子,-Face detection technology is a new biometric identification technology, is an impo
DEM-(2)
- 提供DEM格网化(反距离加权平均法)的C++程序源代码.-helava style dem-read a usgs dem (dma level I dted) 3-arc-second in their distribution format, and write it out as a helava style dem.
nsst
- nsst域内基于区域能量和区域方差取最大值的图像融合算法,简单易懂。主程序高频区域能量取大,低频加权平均,读者可自行修改。-nsst maximum value within an image fusion algorithm based on regional energy and regional variance, easy to understand. Main high-frequency energy to take large area, low-weighted average,
Fluent UDF教程+Ansys Fluent 14.0 UDF手册
- 水蒸气与空气按质量分数混合后的物性参数质量加权平均——fluent udf 源文件(The mass average of the physical parameters of the mixture of water vapor and air by mass fraction)
equalize_hist
- 1. 均值滤波:即线性滤波,有: a.邻域平均, b. 加权平均两种。 a. 邻域平均:用一个像素邻域平均值作为滤波结果,此时滤波器模板的所系数都取1,为保证输出图仍在原来的灰度值范围,在算得R后要将其除以系数总个数再进行赋值,对3*3的模板来说,在算得R后要将其除以系数9。 b. 加权平均:对同一尺寸的模板,可对不同位置的系数采用不同的数值,一般认为离对应模板中心像素近的像素应对滤波结果又较大贡献,所以接近模板中心的系数可比较大而模板边界附近的系数应比较小。(1. mean filter
WindowsFormsApplication1
- 读取离散点坐标高程数据.dat文件,生成格网DEM,采用逐点内插法中的加权平均法求格网点高程(Read the discrete coordinates of elevation data.Dat file, generate DEM grid point by point interpolation method, the weighted average Faqiuge dot height)
carnum
- 1. 分量法。 2.最大值法。选取彩色图像中的三分量中(RGB)的颜色的最大值作为灰度图的灰度值。即:f(i,j)=max(R(i,j),G(i,j),B(i,j))。 3.平均值法。 将彩色图像中的三分量亮度求平均得到一个灰度图f(i,j)=(R(i,j)+G(i,j)+B(i,j))/3。 4.加权平均法。(The 1. component method. 2. maximum value method. The maximum value of the c
loess-master
- 局部加权平均算法,用于时间序列预测,大家看着给点好处就好(Local weighted average algorithm for time series prediction.)