摘要: 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 华小电 阅读(167) 评论(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 华小电 阅读(269) 评论(0) 推荐(0) 编辑