Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie House authored and Marie House committed May 28, 2016
1 parent 5f51365 commit 74e6efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Drop_Test_Bode.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def freq_response(Frequency,timestart):
Z_velocity = np.sin(Frequency*t*pi*2)
print t,Z_velocity
[A_Motor_velocity,B_Motor_velocity,C_Motor_velocity,D_Motor_velocity]=np.dot(Card_to_Motor,[[X_velocity],[Y_velocity],[Z_velocity]])
print A_Motor_velocity,B_Motor_velocity,C_Motor_velocity,D_Motor_velocity
return A_Motor_velocity,B_Motor_velocity,C_Motor_velocity,D_Motor_velocity
filename = time.strftime("%Y-%m-%d_%H-%M-%S")
Data = open(('Drop_Test/CubeSat_Drop').__add__(filename).__add__('.csv'), 'a')
Expand Down

0 comments on commit 74e6efa

Please sign in to comment.