We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16e2a50 + 1d82977 commit 543d169Copy full SHA for 543d169
1 file changed
tools/pid2.py
@@ -44,7 +44,7 @@ def pid_controller(ym):
44
if freq<10:
45
freq = 10
46
Prev_ErrorF = ErrorF
47
- ustar = np.array([amp,30])
+ ustar = np.array([amp,freq])
48
return ustar
49
50
0 commit comments