Skudalen
|
055ad434a3
|
style: move things :)
|
2021-06-28 20:32:00 +02:00 |
|
Skudalen
|
c5d2e48771
|
feat: add the samplerate as an output the get_data
|
2021-06-28 19:24:17 +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
|
95dc84d6e5
|
chore: moved presenting functions to Present_data.py
|
2021-06-25 16:09:51 +02:00 |
|
Skudalen
|
ed35db265a
|
test: test the load and denoise funcs together
|
2021-06-25 15:28:20 +02:00 |
|
Skudalen
|
46558a075d
|
feat: make df from x and y arrays
|
2021-06-25 14:27:51 +02:00 |
|
Skudalen
|
c650eb928c
|
doc: describe the get get_df func
|
2021-06-25 14:00:25 +02:00 |
|
Skudalen
|
7b7181218e
|
feat: implement func that gets df from
data_dict in handler
|
2021-06-25 13:57:28 +02:00 |
|
Skudalen
|
8f34ff6abf
|
feat: complete a denoise func for part of the dataset
|
2021-06-25 13:41:57 +02:00 |
|
Skudalen
|
9634a63d31
|
fix: get sorted the pywt lib
|
2021-06-25 11:47:12 +02:00 |
|
Skudalen
|
14ad7da806
|
fix: fix a load func for original data too
|
2021-06-25 09:37:49 +02:00 |
|
Skudalen
|
ccf45d595b
|
chore: move load func to handler and add data in wd
|
2021-06-25 09:29:23 +02:00 |
|
Skudalen
|
5ab9b9fe90
|
doc: document the load func
|
2021-06-25 09:12:12 +02:00 |
|
Skudalen
|
21da6ba6a8
|
test: test the plotting of denoising
|
2021-06-25 09:05:10 +02:00 |
|
Skudalen
|
2098432d21
|
chore: move the plot test from Signal_prep
to Test_functions
|
2021-06-24 15:48:54 +02:00 |
|
Skudalen
|
dfc1b4173a
|
fix: fix the inverse wavelet func
|
2021-06-24 15:45:33 +02:00 |
|
Skudalen
|
04498a79e6
|
test: test the plots of dwt and idwt
|
2021-06-24 15:02:21 +02:00 |
|
Skudalen
|
2d4bb65c99
|
doc: add doc to inverse func
|
2021-06-24 14:35:37 +02:00 |
|
Skudalen
|
c9b6230db8
|
feat: add func idwt inverse wavelet db4
|
2021-06-24 14:28:21 +02:00 |
|
Skudalen
|
bca743d651
|
chore: change naming convention from
x/x_trans to N/N_trans
|
2021-06-24 14:24:58 +02:00 |
|
Skudalen
|
78f4e2ffc4
|
chore: adjust the soft filter func
|
2021-06-24 14:17:31 +02:00 |
|
Skudalen
|
6a490cad6c
|
feat: add func for filtering wavelet soft using pywt
|
2021-06-24 14:12:21 +02:00 |
|
Skudalen
|
360a0a28a3
|
feat: add filtering func with SURE
|
2021-06-24 13:55:39 +02:00 |
|
Skudalen
|
3834141121
|
doc: add function descriptions to Signal_prep funcs
|
2021-06-24 13:30:32 +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
|
6e9a5fb322
|
feat: add plot fft func
|
2021-06-24 09:51:14 +02:00 |
|
Skudalen
|
996ded965e
|
chore: fft func now operates with np arrays
|
2021-06-24 09:48:30 +02:00 |
|
Skudalen
|
9e60922875
|
feat: add normalization func
|
2021-06-24 09:40:30 +02:00 |
|
Skudalen
|
72b2cff336
|
feat: functions for fft
|
2021-06-23 15:56:35 +02:00 |
|
Skudalen
|
c76aa4d8ef
|
test: test the loading function, not working
|
2021-06-23 14:37:17 +02:00 |
|
Skudalen
|
d24699b8c1
|
feat: func which loads data from each csv file
onto data_containers and the csv_handlers dict
|
2021-06-23 14:17:12 +02:00 |
|
Skudalen
|
19fcf066ff
|
doc: describe variable for csv data
|
2021-06-23 13:30:05 +02:00 |
|
Skudalen
|
1cdc25afd1
|
chore: add variables for all csv files
|
2021-06-23 13:26:17 +02:00 |
|
Skudalen
|
5a127abbae
|
feat: add class as a data_container for each subject
|
2021-06-23 11:17:59 +02:00 |
|
Skudalen
|
e2fc16f145
|
feat: make a function that gives dataframes from csv,
make_df
|
2021-06-22 20:31:16 +02:00 |
|
Skudalen
|
1220bdb5fd
|
feat: initialize files for analysis
Add files which lay the framework for the project
|
2021-06-22 15:32:51 +02:00 |
|