diff --git a/euler_ekf.py b/euler_ekf.py index ab4c267..a97538c 100644 --- a/euler_ekf.py +++ b/euler_ekf.py @@ -178,12 +178,4 @@ plt.subplot(133) 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) +''' \ No newline at end of file