Exp 5 Python
Exp 5 Python
EXPERIMENT-5
AIM- Writiing Python codes for generating various signal operation.
In [1]:
In [2]:
file:///C:/Users/Dell/Downloads/Exp5Python.html 1/7
9/30/22, 10:27 AM Exp5Python
In [3]:
plt.figure(figsize = (8,2))
plt.plot(t,x3, label = '3*np.exp(0.5*t)');
plt.plot(t,x4, label = 'np.exp(-0.9*t)');
plt.ylabel('Exponential signal')
plt.title('Abhay Sharma 19102086 A2');
plt.legend();
plt.xlabel('t');
plt.show()
In [5]:
file:///C:/Users/Dell/Downloads/Exp5Python.html 2/7
9/30/22, 10:27 AM Exp5Python
In [6]:
file:///C:/Users/Dell/Downloads/Exp5Python.html 3/7
9/30/22, 10:27 AM Exp5Python
In [7]:
file:///C:/Users/Dell/Downloads/Exp5Python.html 4/7
9/30/22, 10:27 AM Exp5Python
In [8]:
file:///C:/Users/Dell/Downloads/Exp5Python.html 5/7
9/30/22, 10:27 AM Exp5Python
In [10]:
In [12]:
file:///C:/Users/Dell/Downloads/Exp5Python.html 6/7
9/30/22, 10:27 AM Exp5Python
In [14]:
In [16]:
file:///C:/Users/Dell/Downloads/Exp5Python.html 7/7