摘要:
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( 阅读全文
摘要:
import numpy as np import matplotlib.pyplot as plt from mxulie import M_sequences if __name__ == '__main__': L = 400 #序列长度 l = 7 # 系数估计个数 Y = np.zeros 阅读全文