Skip to content

Commit 562824c

Browse files
committed
Rename era example file name, small clean up
1 parent 8a9c497 commit 562824c

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# mkd_era.py
1+
# era_msd.py
22
# Johannes Kaisinger, 4 July 2024
33
#
4-
# Demonstrate estimation of markov parameters.
4+
# Demonstrate estimation of State Space model from impulse response.
55
# SISO, SIMO, MISO, MIMO case
66

7-
87
import numpy as np
98
import matplotlib.pyplot as plt
109
import os
1110

12-
1311
import control as ct
1412

15-
1613
# set up a mass spring damper system (2dof, MIMO case)
1714
# m q_dd + c q_d + k q = u
1815
m1, k1, c1 = 1., 1., .1
@@ -58,7 +55,5 @@
5855

5956
plt.show()
6057

61-
6258
if 'PYCONTROL_TEST_EXAMPLES' not in os.environ:
63-
6459
plt.show()

0 commit comments

Comments
 (0)