File tree 1 file changed +14
-14
lines changed
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):
1230
1230
smtpj = self .at (smt + j )
1231
1231
smtlj = self .at (smt - j )
1232
1232
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
+ )
1247
1247
self .c .smt = smt
1248
1248
1249
1249
return self .smv_at (at_t )
You can’t perform that action at this time.
0 commit comments