remove unused test print
This commit is contained in:
parent
0bbba5b93f
commit
843de1d63e
@ -179,11 +179,3 @@ plt.plot(t, PsiSaved)
|
||||
plt.xlabel('Time [Sec]')
|
||||
plt.ylabel('Psi angle [deg]')
|
||||
'''
|
||||
|
||||
n =int(T * fs)
|
||||
# sin wave
|
||||
sig = np.sin(1.2*2*np.pi*n)# Lets add some noise
|
||||
noise = 1.5*np.cos(9*2*np.pi*n) + 0.5*np.sin(12.0*2*np.pi*n)
|
||||
data = sig + noise
|
||||
|
||||
print(data)
|
||||
|
Loading…
Reference in New Issue
Block a user