-
GMII-matlab
一个GM(1,1)模型的程序,添加到matlab目录中即可直接调用.附有一个关于灰色模型的简述文档,可对GM(1,1)原理有一个初始的了解.(A GM (1,1) model of the process, added to the matlab directory can be called directly. Accompanied by a brief description of the gray model on the document, can GM (1,1) principle have an initial understanding.)
- 2007-09-23 09:04:52下载
- 积分:1
-
Turbomat
一个实现turbo码的编码和解码,是一个递归卷积码的编解码的程序源码。(A turbo code to achieve the encoding and decoding, is a recursive convolutional encoding and decoding of the program source code.)
- 2010-12-15 21:18:23下载
- 积分:1
-
tv_denoising
全变差去噪的标准matlab代码实现[ROF92],与Guy Gilboa的Texture preserving TV denoising [GSZ03] (total variation denoising standard Matlab code to achieve [ROF92] Guy Gilboa and the Texture preserving TV denoising [ GSZ03])
- 2007-06-18 11:28:49下载
- 积分:1
-
yiqunsuanfa
蚁群算法的matlab代码,对于数学建模非常有用。(Ant colony algorithm matlab code, very useful for mathematical modeling.)
- 2013-12-09 12:58:06下载
- 积分:1
-
Harris
harris corner detector code
- 2010-11-20 00:32:11下载
- 积分:1
-
sensor_error_estimation
传感器系统的偏差估计方法,包括批处理最小二乘和递推最小二乘的实现代码。(The code realize the deviation estimation methods of the sensor system, including batch least squares and recursive least squares implementation.)
- 2012-06-02 21:44:24下载
- 积分:1
-
Image-Fusion-using-Cross-Bilateral-Filtering-base
The Cross Bilateral filter can enhance the PSNR of multi focus images that is in image fuison. Bilateral filtering is a local, nonlinear and non- iterative technique which combines a classical low-pass filter with an edge stopping function that attenuates the filter kernel when the intensity difference between pixels is large. As both gray level similarities and geometric closeness of the neighboring pixels are considered, the weights of the filter depend not only on Mahalanobis distance but also on the distance in gray/color space. The advantage of the filter is that it smoothes the image while preserving edges using neighboring pixels. CBF considers both gray-level similarities and geometric closeness of neighboring pixels in image one to shape the filter kernel and filters the image two.
- 2015-03-10 16:53:31下载
- 积分:1
-
Facial-detection
人脸检测是人脸识别的重要组成,由于肤色具有相对稳定性切在恩踩空间上有一定的类聚性,基于肤色的人脸检测能够提高检测的准确性(Using skin color model image for testing, to determine the amount of the face region. Color with class cohesion in the color space can improve the efficiency of detection)
- 2014-04-01 20:29:57下载
- 积分:1
-
show
说明: 在使用matlab示波器时运行该show.m即可以对示波器背景和线条颜色进行调整。(execute it when you want to change the color of the scope or the line。)
- 2011-03-23 13:42:06下载
- 积分:1
-
code
潮流计算的MATLAB源程序
简单潮流计算的牛顿拉夫逊程序,相关的原始数据数据数据输入格式如下:
B1是支路参数矩阵,第一列和第二列是节点编号。节点编号由小到大编写
对于含有变压器的支路,第一列为低压侧节点编号,第二列为高压侧节点
编号,将变压器的串联阻抗置于低压侧处理。
第三列为支路的串列阻抗参数。
第四列为支路的对地导纳参数。
第五烈为含变压器支路的变压器的变比
第六列为变压器是否是否含有变压器的参数,其中“1”为含有变压器,
“0”为不含有变压器。
B2为节点参数矩阵,其中第一列为节点注入发电功率参数;第二列为节点
负荷功率参数;第三列为节点电压参数;第六列为节点类型参数,其中
“1”为平衡节点,“2”为PQ节点,“3”为PV节点参数。
(MATLAB source of power flow calculation)
- 2012-07-04 10:23:20下载
- 积分:1