Skip to content

Commit

Permalink
Update MainActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
aqibsaeed authored Dec 30, 2019
1 parent 890fdbd commit bc0e46a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private void activityPrediction()
normalize();

// Copy all x,y and z values to input_signal
for(int i = 0; i < NUM_SAMPLES; i++)
for(int i = 0; i < N_SAMPLES; i++)
{
input_signal.set(i, x.get(i));
input_signal.set(i, y.get(i));
Expand Down

0 comments on commit bc0e46a

Please sign in to comment.