摘要:
import numpy as np import matplotlib.pyplot as plt if __name__ == '__main__': L = 100 #序列长度 Y = np.zeros(L) phi = np.zeros((L,4)) u = np.random.randn( 阅读全文
posted @ 2020-11-24 10:50
华小电
阅读(175)
评论(0)
推荐(0)
摘要:
import numpy as np import matplotlib.pyplot as plt from mxulie import M_sequences if __name__ == '__main__': L = 400 #序列长度 l = 7 # 系数估计个数 Y = np.zeros 阅读全文
posted @ 2020-11-24 10:22
华小电
阅读(296)
评论(0)
推荐(0)

浙公网安备 33010602011771号