-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1
-
pfc_NR
% 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流
% U - 各节点母线电压 S - 各节点注入功率 S_net - 电力网络总损耗
% PQ_P - 实算PQ节点注入有功功率 PQ_Q - 实算PQ节点注入无功功率
% delt_PQ_P - 实算PQ节点有功功率修正值 delt_PQ_Q -实算PQ节点无功功率修正值
% delt_UA_P - 实平衡节点有功功率修正值 delt_U_2 - 实平衡节点电压平方修正值
% delt_PQV - 实算P Q U^2修正值 J - 雅可比矩阵
% e - 电压实部 f - 电压虚部 delt_ef - 电压实部与虚部修正值( The Matlab program based on the Newton- Raphson algorithm is used to calculate the admittance matrix is known, PQ node, PV node, the node balance (UA) the trend of the electricity networks U- the node bus voltage S- each node injection power S_net-- The total loss of electric power networks PQ_P- operator PQ is injected into active nodes PQ_Q- operator PQ is injected reactive power node delt_PQ_P- is considered the correct value of active power PQ node delt_PQ_Q- really count PQ node reactive power to amend the value of delt_UA_P- real active power balance of the correct value of the node delt_U_2- node voltage balance is the correct value of the square of delt_PQV- really count PQU ^ 2 the correct value of J- Jacobian matrix e- voltage real part f- the imaginary part of voltage delt_ef- voltage real part and imaginary part of the amendment value)
- 2006-11-06 21:20:24下载
- 积分:1
-
DVHop
基于DV-Hop的定位算法,利用三边测量以及极大似然估计法实现定位,误差较低,有误差分析图。(Based on DV-Hop localization algorithm, using trilateration and maximum likelihood estimation method to achieve localization, lower error margin of error analysis chart.)
- 2015-10-19 16:44:11下载
- 积分:1
-
ARMA_LAST
ARMA源程序,需要spa_corc.m文件支持。(ARMA source, need spa_corc.m file support.)
- 2012-09-11 21:51:49下载
- 积分:1
-
Root-MUSIC-MATLAB
music算法 声源定位 3.Root-MUSIC算法MATLAB程序(source location)
- 2013-04-21 20:05:37下载
- 积分:1
-
EMD
说明: 一种新型自适应信号时频处理方法,特别适用于非线性非平稳信号的分析处理。(A new adaptive signal time-frequency processing method is proposed, which is especially suitable for the analysis and processing of non-linear and non-stationary signals.)
- 2020-06-20 02:40:01下载
- 积分:1
-
code
BLOCK MATCHING AGOS BY AAROOH
- 2014-11-28 07:30:33下载
- 积分:1
-
OceansToolbox
说明: 用于海洋绘图和密度 温度盐度的计算,绘图可以调用函数(For marine mapping and calculation of density temperature and salinity)
- 2011-03-29 17:14:16下载
- 积分:1
-
STFT_Sample
说明: 短时傅里叶变换的样例,时长1000,采样250,短时傅里叶变换STFT,短时傅里叶变换STFT,短时傅里叶变换STFT(Short time Fourier transform)
- 2021-04-06 11:29:02下载
- 积分:1
-
PF_TBD
该代码是粒子滤波实现弱小目标的检测前跟踪。(The code is particle filter to implementation the weak target track before detection.)
- 2013-11-25 10:22:39下载
- 积分:1