File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -1230,20 +1230,20 @@ def sm(self, at_t):
12301230 smtpj = self .at (smt + j )
12311231 smtlj = self .at (smt - j )
12321232 v += int (smtpj + smtlj )
1233- self .smv_put (
1234- smt ,
1235- (v << 1 )
1236- + self .at (smt + j + 1 )
1237- + self .at (smt - j - 1 )
1238- - self .adc_zero * (smdt << 2 ),
1239- )
1240-
1241- self .SIG_SMOOTH .append (
1242- (v << 1 )
1243- + self .at (smt + j + 1 )
1244- + self .at (smt - j - 1 )
1245- - self .adc_zero * (smdt << 2 )
1246- )
1233+ self .smv_put (
1234+ smt ,
1235+ (v << 1 )
1236+ + self .at (smt + j + 1 )
1237+ + self .at (smt - j - 1 )
1238+ - self .adc_zero * (smdt << 2 ),
1239+ )
1240+
1241+ self .SIG_SMOOTH .append (
1242+ (v << 1 )
1243+ + self .at (smt + j + 1 )
1244+ + self .at (smt - j - 1 )
1245+ - self .adc_zero * (smdt << 2 )
1246+ )
12471247 self .c .smt = smt
12481248
12491249 return self .smv_at (at_t )
You can’t perform that action at this time.
0 commit comments