remove unused test print
This commit is contained in:
parent
0bbba5b93f
commit
843de1d63e
10
euler_ekf.py
10
euler_ekf.py
@ -178,12 +178,4 @@ plt.subplot(133)
|
|||||||
plt.plot(t, PsiSaved)
|
plt.plot(t, PsiSaved)
|
||||||
plt.xlabel('Time [Sec]')
|
plt.xlabel('Time [Sec]')
|
||||||
plt.ylabel('Psi angle [deg]')
|
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