Skudalen
|
59dd1b8138
|
chore: run plot funcs and store plot, log,
and results in log-folder
|
2021-07-28 15:46:14 +02:00 |
|
Skudalen
|
53ef95f2fe
|
feat: save mfcc_data_hard and make a comparison
plot between their training progress
|
2021-07-20 15:02:57 +02:00 |
|
Skudalen
|
14d9b65060
|
feat: make plot func to show network training progress
|
2021-07-19 15:54:44 +02:00 |
|
Skudalen
|
3d512addb8
|
chore: start work on more general loading
|
2021-07-16 21:04:06 +02:00 |
|
Skudalen
|
ec6c2c9dcc
|
fix: fix index bug in save mfcc to json
|
2021-07-09 17:19:56 +02:00 |
|
Skudalen
|
4ba390a268
|
chore: add information about sessions
into the mfcc json file
|
2021-07-09 16:58:16 +02:00 |
|
Skudalen
|
61e5c74cde
|
fix: fix indexing of labels in mfcc json
|
2021-07-07 12:11:46 +02:00 |
|
Skudalen
|
f022291ced
|
feat: make func to store new mfcc data in json
|
2021-07-07 11:19:52 +02:00 |
|
Skudalen
|
e1c93267c9
|
test: check if the storing of mfcc samples work
|
2021-07-07 11:00:17 +02:00 |
|
Skudalen
|
31cf8a110d
|
fix: fix functionality of mfcc table func
|
2021-07-07 10:33:53 +02:00 |
|
Skudalen
|
5c256143b1
|
chore: improve code quality
|
2021-07-06 16:33:35 +02:00 |
|
Skudalen
|
155816235e
|
fix: try to implement the NN correctly
|
2021-07-05 12:43:45 +02:00 |
|
Skudalen
|
aafdde18d1
|
feat: make func to store mfcc data in json
|
2021-07-02 11:42:17 +02:00 |
|
Skudalen
|
34d79910cb
|
feat: add mfcc save func to crate NN data in json
|
2021-07-02 11:15:12 +02:00 |
|
Skudalen
|
f9434a3b66
|
chore: add the librosa lib
|
2021-07-02 10:58:17 +02:00 |
|
Skudalen
|
99277bc101
|
fix: change to right naming conventions
|
2021-07-02 10:26:05 +02:00 |
|
Skudalen
|
c36ddf1609
|
chore: move mfcc func and add
skeleton for saving mfcc data
|
2021-07-02 10:13:27 +02:00 |
|
Skudalen
|
76aeb10ea7
|
fix: remove bug that caused NaN data
|
2021-07-02 09:12:41 +02:00 |
|
Skudalen
|
d0978aa2b3
|
fix: fix the dl_data_handler so it does
not create NaN values in the samples
|
2021-07-01 17:56:20 +02:00 |
|
Skudalen
|
500018b6aa
|
feat: add function for making sample signals of session_df
|
2021-07-01 13:18:26 +02:00 |
|
Skudalen
|
3eb838da54
|
fix: make the emg merger func so it makes one df per session
|
2021-07-01 09:21:57 +02:00 |
|
Skudalen
|
aa27fb0aa4
|
chore: moved load and get func to emg_handler file
|
2021-06-30 16:02:34 +02:00 |
|
Skudalen
|
e1f3e509b1
|
feat: add func for plotting all emg from
one subject
|
2021-06-29 11:42:37 +02:00 |
|
Skudalen
|
c667bc7c7f
|
feat: add one more func for plotting preset
mfcc data
|
2021-06-29 09:31:10 +02:00 |
|
Skudalen
|
c5d2e48771
|
feat: add the samplerate as an output the get_data
|
2021-06-28 19:24:17 +02:00 |
|
Skudalen
|
9d3919c4f9
|
feat: add func which calc the samplerate
|
2021-06-28 15:22:10 +02:00 |
|
Skudalen
|
6798456c84
|
feat: add func to plot mfcc
|
2021-06-28 14:44:00 +02:00 |
|
Skudalen
|
2563a4bb33
|
feat: add mfcc func
|
2021-06-28 11:28:53 +02:00 |
|
Skudalen
|
452a591837
|
feat: clone and import python_speech_features
and add a mfcc func
|
2021-06-28 10:57:08 +02:00 |
|
Skudalen
|
e7087b04c7
|
fix: add minor changes
|
2021-06-28 09:59:01 +02:00 |
|
Skudalen
|
f1ba1e93a8
|
test: try to plot compare between filter and not
|
2021-06-25 16:52:30 +02:00 |
|
Skudalen
|
ed35db265a
|
test: test the load and denoise funcs together
|
2021-06-25 15:28:20 +02:00 |
|
Skudalen
|
cb3cca71fb
|
test: test total denoising func
|
2021-06-25 14:44:28 +02:00 |
|
Skudalen
|
46558a075d
|
feat: make df from x and y arrays
|
2021-06-25 14:27:51 +02:00 |
|
Skudalen
|
9634a63d31
|
fix: get sorted the pywt lib
|
2021-06-25 11:47:12 +02:00 |
|
Skudalen
|
f90494b102
|
fix: correct time in filename in load funcs
|
2021-06-25 11:31:44 +02:00 |
|
Skudalen
|
2836d479f6
|
fix: fix the left/rigth config in store func
|
2021-06-25 11:01:01 +02:00 |
|
Skudalen
|
4dd670b8f1
|
fix: fix the load func
|
2021-06-25 10:52:33 +02:00 |
|
Skudalen
|
2a48a0abfd
|
chore: split up storing func to one storing func
and one linking func
|
2021-06-25 10:43:59 +02:00 |
|
Skudalen
|
21da6ba6a8
|
test: test the plotting of denoising
|
2021-06-25 09:05:10 +02:00 |
|
Skudalen
|
bdd476eb5e
|
fix: minor bugs
|
2021-06-24 15:58:03 +02:00 |
|
Skudalen
|
fecf1aaae2
|
feat: add db4 wavelet func
|
2021-06-24 12:02:49 +02:00 |
|
Skudalen
|
2afad7f87c
|
fix: sort out the fft_prep
|
2021-06-24 10:29:11 +02:00 |
|
Skudalen
|
85dbab5561
|
fix: sort out error in min_max
|
2021-06-24 10:10:28 +02:00 |
|
Skudalen
|
2fdc9c9247
|
fix: fix the min_max func
|
2021-06-24 10:06:01 +02:00 |
|
Skudalen
|
c76aa4d8ef
|
test: test the loading function, not working
|
2021-06-23 14:37:17 +02:00 |
|
Skudalen
|
a601946d45
|
test: test plotting data from prev. made fuctions
|
2021-06-23 11:01:02 +02:00 |
|
Skudalen
|
c207fc2c99
|
bug: minor errors
|
2021-06-23 10:14:07 +02:00 |
|