feat: initialize files for analysis
Add files which lay the framework for the project
This commit is contained in:
commit
1220bdb5fd
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"python.pythonPath": "~/.virtualenv/myo_signal_analysis"
|
||||
}
|
4
Handle_emg_data.py
Normal file
4
Handle_emg_data.py
Normal file
@ -0,0 +1,4 @@
|
||||
import pandas as pd
|
||||
|
||||
def get_time_emg_table(filepath, )
|
||||
|
2
Signal_prep.py
Normal file
2
Signal_prep.py
Normal file
@ -0,0 +1,2 @@
|
||||
import numpy
|
||||
|
0
Visualize_data.py
Normal file
0
Visualize_data.py
Normal file
Loading…
Reference in New Issue
Block a user