simulation.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:delayCoupledDPLLnet 作者: cuichi23 项目源码 文件源码
def set_initial(self):                                                      # sets the phase history of the VCO with the frequency of the synchronized state under investigation
        self.d_phi = self.sOmeg * self.dt
        #+ 2.*pi*np.random.normal(loc=0.0, scale=np.sqrt(2.0*self.c)) * np.sqrt(*self.dt) this can be added only if the diffusion constant is normalized such that
        # for changing tau (length of history) the diffusion of phases is the same - i.e. scale by sqrt(tau)
        self.phi = self.phi + self.d_phi
        #print('write history with noise')
        return self.phi, self.d_phi

# y = 1 / n * sum h( x_delayed_neighbours - x_self )
# print('Phasedetector and Combiner: sawtooth')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号