init
This commit is contained in:
71
lab2/results/figure_1_plot.py
Normal file
71
lab2/results/figure_1_plot.py
Normal file
@@ -0,0 +1,71 @@
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
plt.plot([
|
||||
7.08019,
|
||||
7.76125,
|
||||
7.78901,
|
||||
6.86725,
|
||||
6.89327,
|
||||
6.66617,
|
||||
6.62795,
|
||||
6.89146,
|
||||
7.93945,
|
||||
6.32002,
|
||||
6.37838,
|
||||
6.39102,
|
||||
6.52912,
|
||||
6.13898,
|
||||
6.46143,
|
||||
6.20752,
|
||||
6.24721,
|
||||
7.4823,
|
||||
7.44849,
|
||||
7.1168,
|
||||
6.44656,
|
||||
7.13644,
|
||||
7.83785,
|
||||
6.90917,
|
||||
6.41901,
|
||||
6.83155,
|
||||
6.60604,
|
||||
7.09917,
|
||||
6.27536,
|
||||
6.07117
|
||||
])
|
||||
|
||||
plt.plot([
|
||||
7.08019,
|
||||
7.08019,
|
||||
7.08019,
|
||||
6.86725,
|
||||
6.86725,
|
||||
6.66617,
|
||||
6.62795,
|
||||
6.62795,
|
||||
6.62795,
|
||||
6.32002,
|
||||
6.32002,
|
||||
6.32002,
|
||||
6.32002,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.13898,
|
||||
6.07117
|
||||
])
|
||||
|
||||
|
||||
plt.title("Sine Envelope Sine Wave")
|
||||
plt.show()
|
||||
Reference in New Issue
Block a user