Skip to content

Commit 46eff1f

Browse files
committed
Fix okid example, number of Markov parameters m+1
1 parent 67d6ef0 commit 46eff1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/okid_msd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def create_impulse_response(H, time, transpose, dt):
9191
plt.show()
9292

9393
m = 100
94-
ir_true = ct.impulse_response(sysd, T=t[:m])
94+
ir_true = ct.impulse_response(sysd, T=t[:m+1])
9595
H_true = ir_true.outputs
9696

9797

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy