course end

Commit
0afe26582f3290dd945f3949c5c4176e4a676d8b
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
Changed files
hw4/prob_1.py
index 00000000..92e8af62 000000..100644
@@ -0,0 +1,11 @@
1 Added: import numpy as np
2 Added: import control
3 Added: import matplotlib.pyplot as plt
4 Added:
5 Added: # L = control.TransferFunction((1), (1, 6, 5, 0, 0))
6 Added: # L = control.TransferFunction((1, 2), (1, 10, 0, 0))
7 Added: L = control.TransferFunction((1, 1), (1, -3, 0))
8 Added:
9 Added: rlist, klist = control.rlocus(L, kvect=np.linspace(100, -100, num=1000))
10 Added:
11 Added: plt.show()
hw4/prob_2.py
index 00000000..c53cddfb 000000..100644
@@ -0,0 +1,8 @@
1 Added: import numpy as np
2 Added: from math import exp, cos, sin
3 Added: import matplotlib.pyplot as plt
4 Added:
5 Added: t = [0.01 * x for x in range(500)]
6 Added: y = [1.0015 - 1.0404 * exp(-0.432 * t) + 0.039 * exp(-11.5567 * t) for t in t]
7 Added: plt.plot(t, y)
8 Added: plt.show()
hw4/prob_5.py
index 00000000..94d0fa50 000000..100644
@@ -0,0 +1,11 @@
1 Added: from scipy import signal
2 Added: import matplotlib.pyplot as plt
3 Added:
4 Added: s1 = signal.lti([1, 2], [1, 4, 4, 6, 0])
5 Added: w, mag, phase = signal.bode(s1)
6 Added:
7 Added: plt.figure()
8 Added: plt.semilogx(w, mag)
9 Added: plt.figure()
10 Added: plt.semilogx(w, phase)
11 Added: plt.show()
hw5/5_9.pdf
index 00000000..597a154b 000000..100644

Binary files differ

hw5/6_2.pdf
index 00000000..53ece2c8 000000..100644

Binary files differ

hw5/6_3.pdf
index 00000000..7a4cdd33 000000..100644

Binary files differ

hw5/6_7.pdf
index 00000000..61ff0864 000000..100644

Binary files differ

hw5/6_9.pdf
index 00000000..34fa56e5 000000..100644

Binary files differ

hw5/hw5.pdf
index 00000000..46fd9874 000000..100644

Binary files differ

hw5/matlab/1_a_rl.png
index 00000000..46fa0d84 000000..100644

Binary files differ

hw5/matlab/1_b_rl.png
index 00000000..712f8e96 000000..100644

Binary files differ

hw5/matlab/1_c_rl.png
index 00000000..080d9353 000000..100644

Binary files differ

hw5/matlab/2_1.png
index 00000000..62b4c1f1 000000..100644

Binary files differ

hw5/matlab/2_2.png
index 00000000..c857a663 000000..100644

Binary files differ

hw5/matlab/2_3.png
index 00000000..ae49066c 000000..100644

Binary files differ

hw5/matlab/2_4.png
index 00000000..5b9d32a5 000000..100644

Binary files differ

hw5/matlab/mag and phase.pdf
index 00000000..96b43930 000000..100644

Binary files differ

hw5/matlab/mag.png
index 00000000..a4fd1de6 000000..100644

Binary files differ

hw5/matlab/phase.png
index 00000000..397511d6 000000..100644

Binary files differ

hw5/matlab/whole2.pdf
index 00000000..d6b9af21 000000..100644

Binary files differ