def tIntegration(self, timeAmplitude):
"Integrates a given amplitude in time along the first axis"
toBeIntegrated = timeAmplitude
toBeIntegrated = scipy.integrate.simps(toBeIntegrated, dx=self.dt)
return toBeIntegrated
#@staticmethod
评论列表
文章目录