univie-datamining-team3 / assignment2

Analysis of mobility data
MIT License
0 stars 0 forks source link

Preprocessing: Normalize all recorded trips to same hertz rate #2

Closed Lumik7 closed 6 years ago

Lumik7 commented 6 years ago

Create a method in preprocessing.py that deals with the following issue: From task description: "The smartphones maybe do not record with the same frequency. Normalize all recorded
trips to a hertz rate of 20, that is 20 entries per second. Perform this via PAA (piecewise
aggregate approximation) "

MoBran commented 6 years ago

done