You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
648 B

8 years ago
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()