calculates its autocorrelation function. Test your program with $sin\omega t$. (Should check both the frequency and the amplitude)

前端 未结 0 1932
囚心锁ツ
囚心锁ツ 2020-12-22 03:26
import matplotlib.pyplot as plt
import numpy as np
d=np.arange(1,1001)
b=np.sin(d*10)
def autocorrelation2(x):
    `enter code here`maxdelay = int(len(x)/5)
   `ente         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题