Delete 8_Utils directory

This commit is contained in:
NawfalMotii79
2026-04-02 01:03:40 +01:00
committed by GitHub
parent cfbe6d2bd4
commit 81bf4cabbb
22 changed files with 0 additions and 19288 deletions
-7
View File
@@ -1,7 +0,0 @@
import numpy as np
import matplotlib.pyplot as plt
n = np.arange(0, 61, 1)
Ts=8*pow(10,-9)
y = 1 + np.sin(2*np.pi*(-16*pow(10,12)*pow(n,2)*pow(Ts,2)+16*pow(10,6)*n*Ts))
plt.plot(n, y)
plt.show()