基于多视图分析的运行模式性能剖析
在能源生产领域,尤其是风力发电中,准确理解风力涡轮机的运行模式及其性能表现至关重要。本文将介绍一种通过多视图分析对风力涡轮机运行模式进行性能剖析的方法,包括数据视图的识别、运行模式的确定以及性能剖析的具体操作。
1. 性能剖析算法
首先,我们来看性能剖析算法。该算法的目的是从运行模式中提取原型轮廓。
Algorithm 1 Performance Profiling Algorithm
Require: extraction of prototypical profiles from an operating mode
Input: operating mode k timestamps [tk1, tk2, ..., tkTk] and exogeneous data view Q
Output: weight matrices Wm and prototypical profile matrices Sm (for m = 1, 2, ..., M)
1: Qk ←[q(tk1), q(tk2), ..., q(tkTk)]
2: for j ←1 to M do
3:
\\Reshape Qk:
4:
V j ←[v j(1), v j(2), ..., v j(L j)]
5:
6:
\\Apply non-negative matrix factorisation:
7:
W j, S j ←N M F(V j)
8: end for
9: return ([W1, W2, ..., W M], [S1, S2, ..., SM])
超级会员免费看
订阅专栏 解锁全文

被折叠的 条评论
为什么被折叠?



