Python numpy得到一个信号的方差,标准差

Python numpy得到一个信号的方差,标准差

标准差

np.std(old)

方差

np.var(old)

你可能感兴趣的:(经验分享)