repmat

matlab实例
repmat(mean(x')', 1, T)
python实例
np.tile(np.mean(x.conj().T, axis=0), (T, 1)).conj().T
备注
转python说明
复制矩阵,注意方向