diff --git a/Learning/Part-1/Python/Plot.py b/Learning/Part-1/Python/Plot.py index 5d638ff..b7e7330 100644 --- a/Learning/Part-1/Python/Plot.py +++ b/Learning/Part-1/Python/Plot.py @@ -9,9 +9,6 @@ #comment(for k in range[0,9]: # w1 = (2*math.pi*k)/10 # sine_ratio_dft ) -w = np.linspace(0, 2*math.pi,200)#omega -sine_ratio_dtft = np.sin((5*w)/2)/np.sin(w/2) -dtft = e **(2j*w)*sine_ratio_dtft plt. figure() plt.xlabel("<--Amplitude (DTFT)-->") plt.ylabel("<--Frequency-->")