mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2025-04-22 00:37:58 -06:00
slower decay IIR
This commit is contained in:
parent
108fac0b17
commit
30b57b5128
@ -118,7 +118,7 @@ def control_thread():
|
||||
sample_interval = 0.01
|
||||
base_speed = 0.1
|
||||
fir_taps = [1, 1, 0]
|
||||
iir_taps = [0.1, 0]
|
||||
iir_taps = [0.99, 0]
|
||||
time_data = np.zeros((max(len(fir_taps), len(iir_taps)), time_data.shape[1]))
|
||||
|
||||
while True:
|
||||
|
Loading…
x
Reference in New Issue
Block a user