Пример #1
0
 def test_lpfilter(self):
     u = self.data[-2 * 60 * 60:]
     se_model = SteeringEntropyModel()
     fig = se_model._lpfilter_bode()
     fig.savefig('./output/lpfilter.png')
     plt.close('all')
Пример #2
0
 def test_lpfilter(self):
     u = self.data[-2*60*60:]
     se_model = SteeringEntropyModel()
     fig = se_model._lpfilter_bode()
     fig.savefig('./output/lpfilter.png')
     plt.close('all')