feat: initialize files for analysis

Add files which lay the framework for the project
This commit is contained in:
Skudalen 2021-06-22 15:32:51 +02:00
commit 1220bdb5fd
4 changed files with 9 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"python.pythonPath": "~/.virtualenv/myo_signal_analysis"
}

4
Handle_emg_data.py Normal file
View File

@ -0,0 +1,4 @@
import pandas as pd
def get_time_emg_table(filepath, )

2
Signal_prep.py Normal file
View File

@ -0,0 +1,2 @@
import numpy

0
Visualize_data.py Normal file
View File