-
y_bus_formation
电力系统分析中Ybus矩阵的去奇异变换法实现算法。该程序可以实现考虑线路分支和无线路分支的情况。(In general the power system has mutual branches and it becomes difficult to form the y bus using the inspection method, so one is to go for singular transformation method.)
- 2013-08-10 17:00:51下载
- 积分:1
-
ib_send
Convert IB-specific error message to RDS error message and call core completion handler.
- 2014-08-15 00:00:27下载
- 积分:1
-
rosseler
Runge-Kutta method for Rosseler attractor (chaotic map)
- 2012-08-29 02:13:00下载
- 积分:1
-
Dean_PLL_2nd_loop_filter_org
Dean 的PLL Performance,Simulation and Design 这本书里2nd 滤波器PLL求解的matlab程序(Dean of the PLL Performance, Simulation and Design This book 2nd PLL filter matlab program to solve the)
- 2010-09-15 00:13:10下载
- 积分:1
-
Denoise_wavelet
一个matlab的小波去噪程序
希望对研究小波的有帮助(a Matlab wavelet denoising procedures hope to study wavelet help)
- 2007-06-15 18:33:53下载
- 积分:1
-
imresize
IMAGE RESIZE PROGRAMMMM
- 2013-04-21 00:12:53下载
- 积分:1
-
PP
说明: 人工鱼群算法。一种较好的寻优算法。。。。。。。(Artificial Fish School Algorithm)
- 2012-11-14 21:14:47下载
- 积分:1
-
二维热场matlab程序
说明: 采用边界元法求解二维平面上热传播问题的MATLAB程序(MATLAB program for solving heat propagation in two dimensional plane by boundary element method)
- 2020-07-02 19:59:58下载
- 积分:1
-
computeMelSpectrum
compute mel spectrum speech recongintio in matlab program 1m
- 2013-03-16 11:47:50下载
- 积分:1
-
sinorder
为sinudoidal模型的AIC阶估计.AIC信息准则即Akaike information criterion,是衡量统计模型拟合优良性的一种标准,又由于它为日本统计学家赤池弘次创立和发展的,因此又称赤池信息量准则。它建立在熵的概念基础上,可以权衡所估计模型的复杂度和此模型拟合数据的优良性。
在一般的情况下,AIC可以表示为: AIC=2k-2ln(L)
其中:k是参数的数量,L是似然函数。 假设条件是模型的误差服从独立正态分布。 让n为观察数,RSS为剩余平方和,那么AIC变为: AIC=2k+nln(RSS/n)
增加自由参数的数目提高了拟合的优良性,AIC鼓励数据拟合的优良性但是尽量避免出现过度拟合(Overfitting)的情况。所以优先考虑的模型应是AIC值最小的那一个。赤池信息准则的方法是寻找可以最好地解释数据但包含最少自由参数的模型。(AIC order estimation for sinudoidal model)
- 2013-12-05 13:18:54下载
- 积分:1