-
faultlocation_fancj
基于相量测量的输电线路故障测距新算法
关键词:相量测量;线路参数;故障测距(PMU for Transmission Line Fault Location Algorithm Key words: phase measurement line parameters fault location)
- 2010-07-15 13:00:48下载
- 积分:1
-
PID
PID控制算法的MATLAB仿真其中参数,Kp,Ki,Kd分别为PID控制器的比例、微分和积分参数。(PID control algorithm of the MATLAB simulation in which the parameters, Kp, Ki, Kd are the proportion of PID controller, differential and integral parameters.)
- 2020-07-06 21:38:58下载
- 积分:1
-
Distortion_Less_Data_Hiding_Embedding---rzw
this coding use for students who use matlab steganography. the code will be highly used in recent times.
- 2014-02-12 20:07:04下载
- 积分:1
-
SALSA_v2.0
这个软件包实现了一个快速算法,用来解决一些线性逆问题。(This set of MATLAB files contain an implementation of the algorithms
described in the following papers:
"Fast Algorithm for the Constrained
Formulation of Compressive Image Reconstruction and Other Linear Inverse Problems")
- 2012-03-17 11:21:19下载
- 积分:1
-
FIR
使用MATLAB实现FIR滤波器设计,内含详细代码和原理(FIR filter design using MATLAB implementation, containing detailed codes and principles of)
- 2009-12-07 12:44:50下载
- 积分:1
-
888
模糊PID控制程序,这是毕业设计学生做的,可运行。(Immune genetic algorithm source code, which is a hybrid intelligent algorithm, good resources.)
- 2009-12-16 17:18:49下载
- 积分:1
-
ihDemo
MATLab 信息隐藏实验特别好 MATLab very good information hiding experiment(MATLab very good information hiding experiment MATLab very good information hiding experiment)
- 2013-12-06 17:02:54下载
- 积分:1
-
面向MATLAB工具箱的神经网络理论与应用_10206284
可以降维分析,还有bp神经网络,非常方便学习。大家可以随意下载,(Dimensionality reduction analysis)
- 2020-06-24 08:40:01下载
- 积分:1
-
a-real-app.-of-possion-dist.
泊松分布在现实中的一个应用~matlab实现~(Poisson distribution in reality an application ~ matlab achieve to)
- 2013-01-28 07:16:54下载
- 积分:1
-
NMF-DTU-Toolbox
matlab源代码,是非负矩阵分解工具箱,包含乘法更新,最小二乘约束,投影梯度法等方法(Usage:
[W,H] = nmf(X,K,alg,maxiter,speak)
W: output matrix
H: output matrix
X: input matrix
K: number of components
alg: algorithm to use
maxiter: maximum number of iterations
speak: print to screen
Algorithms:
mm: Multiplicative updates method using euclidean distance measure.
cjlin: Projected gradient method
prob: Probabilistic non-negative matrix factorization.
als: Alternating least squares.
alsobs: Alternating least squares with optimal brain surgeon.
Demonstrations:
PET: NMF on a PET dataset
Text: NMF used on a three different datasets Email, medical, and CNN.
Algorithms
mm: Multiplicative update method using euclidean distance measure.
Described in Lee and Seung, 2001, Algorithms for Non-negative Matrix Factorization, Advances in Neural Information Processing Systems 13, 556-562. This algorithm is the most commonly used algorithm to solve NMF.
cjlin: Alternative non-negative least squares using projected gradients.
Author: Chih-Je)
- 2021-04-22 19:28:48下载
- 积分:1