paradigma 0.1.2__py3-none-any.whl → 0.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. paradigma/__init__.py +1 -3
  2. paradigma/constants.py +35 -0
  3. paradigma/feature_extraction.py +678 -0
  4. paradigma/gait_analysis.py +413 -0
  5. paradigma/gait_analysis_config.py +244 -0
  6. paradigma/heart_rate_analysis.py +127 -0
  7. paradigma/heart_rate_analysis_config.py +9 -0
  8. paradigma/heart_rate_util.py +173 -0
  9. paradigma/imu_preprocessing.py +229 -0
  10. paradigma/ppg/classifier/LR_PPG_quality.pkl +0 -0
  11. paradigma/ppg/classifier/LR_model.mat +0 -0
  12. paradigma/ppg/feat_extraction/acc_feature.m +20 -0
  13. paradigma/ppg/feat_extraction/peakdet.m +64 -0
  14. paradigma/ppg/feat_extraction/ppg_features.m +53 -0
  15. paradigma/ppg/glob_functions/extract_hr_segments.m +37 -0
  16. paradigma/ppg/glob_functions/extract_overlapping_segments.m +23 -0
  17. paradigma/ppg/glob_functions/jsonlab/AUTHORS.txt +41 -0
  18. paradigma/ppg/glob_functions/jsonlab/ChangeLog.txt +74 -0
  19. paradigma/ppg/glob_functions/jsonlab/LICENSE_BSD.txt +25 -0
  20. paradigma/ppg/glob_functions/jsonlab/LICENSE_GPLv3.txt +699 -0
  21. paradigma/ppg/glob_functions/jsonlab/README.txt +394 -0
  22. paradigma/ppg/glob_functions/jsonlab/examples/.svn/entries +368 -0
  23. paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/demo_jsonlab_basic.m.svn-base +180 -0
  24. paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/demo_ubjson_basic.m.svn-base +180 -0
  25. paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/example1.json.svn-base +23 -0
  26. paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/example2.json.svn-base +22 -0
  27. paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/example3.json.svn-base +11 -0
  28. paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/example4.json.svn-base +34 -0
  29. paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/jsonlab_basictest.matlab.svn-base +662 -0
  30. paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/jsonlab_selftest.m.svn-base +27 -0
  31. paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/jsonlab_selftest.matlab.svn-base +144 -0
  32. paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/jsonlab_speedtest.m.svn-base +21 -0
  33. paradigma/ppg/glob_functions/jsonlab/examples/demo_jsonlab_basic.m +180 -0
  34. paradigma/ppg/glob_functions/jsonlab/examples/demo_ubjson_basic.m +180 -0
  35. paradigma/ppg/glob_functions/jsonlab/examples/example1.json +23 -0
  36. paradigma/ppg/glob_functions/jsonlab/examples/example2.json +22 -0
  37. paradigma/ppg/glob_functions/jsonlab/examples/example3.json +11 -0
  38. paradigma/ppg/glob_functions/jsonlab/examples/example4.json +34 -0
  39. paradigma/ppg/glob_functions/jsonlab/examples/jsonlab_basictest.matlab +662 -0
  40. paradigma/ppg/glob_functions/jsonlab/examples/jsonlab_selftest.m +27 -0
  41. paradigma/ppg/glob_functions/jsonlab/examples/jsonlab_selftest.matlab +144 -0
  42. paradigma/ppg/glob_functions/jsonlab/examples/jsonlab_speedtest.m +21 -0
  43. paradigma/ppg/glob_functions/jsonlab/jsonopt.m +32 -0
  44. paradigma/ppg/glob_functions/jsonlab/loadjson.m +566 -0
  45. paradigma/ppg/glob_functions/jsonlab/loadubjson.m +528 -0
  46. paradigma/ppg/glob_functions/jsonlab/mergestruct.m +33 -0
  47. paradigma/ppg/glob_functions/jsonlab/savejson.m +475 -0
  48. paradigma/ppg/glob_functions/jsonlab/saveubjson.m +504 -0
  49. paradigma/ppg/glob_functions/jsonlab/varargin2struct.m +40 -0
  50. paradigma/ppg/glob_functions/sample_prob_final.m +49 -0
  51. paradigma/ppg/glob_functions/synchronization.m +76 -0
  52. paradigma/ppg/glob_functions/tsdf_scan_meta.m +22 -0
  53. paradigma/ppg/hr_functions/Long_TFD_JOT.m +37 -0
  54. paradigma/ppg/hr_functions/PPG_TFD_HR.m +59 -0
  55. paradigma/ppg/hr_functions/TFD toolbox JOT/.gitignore +4 -0
  56. paradigma/ppg/hr_functions/TFD toolbox JOT/CHANGELOG.md +23 -0
  57. paradigma/ppg/hr_functions/TFD toolbox JOT/LICENCE.md +27 -0
  58. paradigma/ppg/hr_functions/TFD toolbox JOT/README.md +251 -0
  59. paradigma/ppg/hr_functions/TFD toolbox JOT/README.pdf +0 -0
  60. paradigma/ppg/hr_functions/TFD toolbox JOT/common/gen_Doppler_kern.m +142 -0
  61. paradigma/ppg/hr_functions/TFD toolbox JOT/common/gen_Doppler_lag_kern.m +314 -0
  62. paradigma/ppg/hr_functions/TFD toolbox JOT/common/gen_lag_kern.m +123 -0
  63. paradigma/ppg/hr_functions/TFD toolbox JOT/dec_tfd.m +154 -0
  64. paradigma/ppg/hr_functions/TFD toolbox JOT/decimated_TFDs/dec_di_gdtfd.m +194 -0
  65. paradigma/ppg/hr_functions/TFD toolbox JOT/decimated_TFDs/dec_li_gdtfd.m +200 -0
  66. paradigma/ppg/hr_functions/TFD toolbox JOT/decimated_TFDs/dec_nonsep_gdtfd.m +229 -0
  67. paradigma/ppg/hr_functions/TFD toolbox JOT/decimated_TFDs/dec_sep_gdtfd.m +241 -0
  68. paradigma/ppg/hr_functions/TFD toolbox JOT/full_TFDs/di_gdtfd.m +157 -0
  69. paradigma/ppg/hr_functions/TFD toolbox JOT/full_TFDs/li_gdtfd.m +190 -0
  70. paradigma/ppg/hr_functions/TFD toolbox JOT/full_TFDs/nonsep_gdtfd.m +196 -0
  71. paradigma/ppg/hr_functions/TFD toolbox JOT/full_TFDs/sep_gdtfd.m +199 -0
  72. paradigma/ppg/hr_functions/TFD toolbox JOT/full_tfd.m +144 -0
  73. paradigma/ppg/hr_functions/TFD toolbox JOT/load_curdir.m +13 -0
  74. paradigma/ppg/hr_functions/TFD toolbox JOT/pics/decimated_TFDs_examples.png +0 -0
  75. paradigma/ppg/hr_functions/TFD toolbox JOT/pics/full_TFDs_examples.png +0 -0
  76. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/check_dec_params_seq.m +79 -0
  77. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/dispEE.m +9 -0
  78. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/dispVars.m +26 -0
  79. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/disp_bytes.m +25 -0
  80. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/fold_vector_full.m +40 -0
  81. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/fold_vector_half.m +34 -0
  82. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/gen_LFM.m +29 -0
  83. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/get_analytic_signal.m +76 -0
  84. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/get_window.m +176 -0
  85. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/isreal_fn.m +11 -0
  86. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/padWin.m +97 -0
  87. paradigma/ppg/hr_functions/TFD toolbox JOT/utils/vtfd.m +149 -0
  88. paradigma/ppg/preprocessing/preprocessing_imu.m +15 -0
  89. paradigma/ppg/preprocessing/preprocessing_ppg.m +13 -0
  90. paradigma/ppg_preprocessing.py +313 -0
  91. paradigma/preprocessing_config.py +64 -0
  92. paradigma/quantification.py +58 -0
  93. paradigma/tremor/TremorFeaturesAndClassification.m +345 -0
  94. paradigma/tremor/feat_extraction/DerivativesExtract.m +22 -0
  95. paradigma/tremor/feat_extraction/ExtractBandSignalsRMS.m +72 -0
  96. paradigma/tremor/feat_extraction/MFCCExtract.m +100 -0
  97. paradigma/tremor/feat_extraction/PSDBandPower.m +52 -0
  98. paradigma/tremor/feat_extraction/PSDEst.m +63 -0
  99. paradigma/tremor/feat_extraction/PSDExtrAxis.m +88 -0
  100. paradigma/tremor/feat_extraction/PSDExtrOpt.m +95 -0
  101. paradigma/tremor/preprocessing/InterpData.m +32 -0
  102. paradigma/tremor/weekly_aggregates/WeeklyAggregates.m +295 -0
  103. paradigma/util.py +50 -0
  104. paradigma/windowing.py +217 -0
  105. paradigma-0.2.0.dist-info/LICENSE +192 -0
  106. paradigma-0.2.0.dist-info/METADATA +58 -0
  107. paradigma-0.2.0.dist-info/RECORD +108 -0
  108. paradigma/dummy.py +0 -3
  109. paradigma-0.1.2.dist-info/LICENSE +0 -201
  110. paradigma-0.1.2.dist-info/METADATA +0 -18
  111. paradigma-0.1.2.dist-info/RECORD +0 -6
  112. {paradigma-0.1.2.dist-info → paradigma-0.2.0.dist-info}/WHEEL +0 -0
paradigma/windowing.py ADDED
@@ -0,0 +1,217 @@
1
+ import pandas as pd
2
+ import numpy as np
3
+ import math
4
+
5
+
6
+ def create_window(
7
+ df: pd.DataFrame,
8
+ time_column_name: str,
9
+ window_nr: int,
10
+ lower_index: int,
11
+ upper_index: int,
12
+ data_point_level_cols: list,
13
+ segment_nr: int,
14
+ sampling_frequency: int = 100
15
+ ) -> list:
16
+ """Transforms (a subset of) a dataframe into a single row
17
+
18
+ Parameters
19
+ ----------
20
+ df: pd.DataFrame
21
+ The original dataframe to be windowed
22
+ time_column_name: str
23
+ The name of the time column
24
+ window_nr: int
25
+ The identification of the window
26
+ lower_index: int
27
+ The dataframe index of the first sample to be windowed
28
+ upper_index: int
29
+ The dataframe index of the final sample to be windowed
30
+ data_point_level_cols: list
31
+ The columns in sensor_df that are to be kept as individual datapoints in a list instead of aggregates
32
+ segment_nr: int
33
+ The identification of the segment
34
+ sampling_frequency: int, optional
35
+ The sampling frequency (Hz) of the data (default: 100)
36
+
37
+ Returns
38
+ -------
39
+ list
40
+ Rows corresponding to single windows
41
+ """
42
+ t_start_window = df.loc[lower_index, time_column_name]
43
+
44
+ df_subset = df.loc[lower_index:upper_index, data_point_level_cols].copy()
45
+ t_start = t_start_window
46
+ t_end = upper_index/sampling_frequency + t_start_window
47
+
48
+ if segment_nr is None:
49
+ l_subset_squeezed = [window_nr+1, t_start, t_end] + df_subset.values.T.tolist()
50
+ else:
51
+ l_subset_squeezed = [segment_nr, window_nr+1, t_start, t_end] + df_subset.values.T.tolist()
52
+
53
+ return l_subset_squeezed
54
+
55
+
56
+ def tabulate_windows(
57
+ df: pd.DataFrame,
58
+ time_column_name: str,
59
+ data_point_level_cols: list,
60
+ window_length_s: int = 6,
61
+ window_step_size_s: int = 1,
62
+ sampling_frequency: int = 100,
63
+ segment_nr_colname: str = None,
64
+ segment_nr: int = None,
65
+ ) -> pd.DataFrame:
66
+ """Compiles multiple windows into a single dataframe
67
+
68
+ Parameters
69
+ ----------
70
+ df: pd.DataFrame
71
+ The original dataframe to be windowed
72
+ time_column_name: str
73
+ The name of the time column
74
+ data_point_level_cols: list
75
+ The names of the columns that are to be kept as individual datapoints in a list instead of aggregates
76
+ window_length_s: int, optional
77
+ The number of seconds a window constitutes (default: 6)
78
+ window_step_size_s: int, optional
79
+ The number of seconds between the end of the previous and the start of the next window (default: 1)
80
+ sampling_frequency: int, optional
81
+ The sampling frequency of the data (default: 100)
82
+ segment_nr_colname: str, optional
83
+ The name of the column that identifies the segment; set to None if not applicable (default: None)
84
+ segment_nr: int, optional
85
+ The identification of the segment; set to None if not applicable (default: None)
86
+
87
+
88
+ Returns
89
+ -------
90
+ pd.DataFrame
91
+ Dataframe with each row corresponding to an individual window
92
+ """
93
+ window_length = sampling_frequency * window_length_s - 1
94
+ window_step_size = sampling_frequency * window_step_size_s
95
+
96
+ df = df.reset_index(drop=True)
97
+
98
+ if window_step_size <= 0:
99
+ raise Exception("Step size should be larger than 0.")
100
+ if window_length > df.shape[0]:
101
+ return
102
+
103
+ l_windows = []
104
+ n_windows = math.floor(
105
+ (df.shape[0] - window_length) /
106
+ window_step_size
107
+ ) + 1
108
+
109
+ for window_nr in range(n_windows):
110
+ lower = window_nr * window_step_size
111
+ upper = window_nr * window_step_size + window_length
112
+ l_windows.append(
113
+ create_window(
114
+ df=df,
115
+ time_column_name=time_column_name,
116
+ window_nr=window_nr,
117
+ lower_index=lower,
118
+ upper_index=upper,
119
+ data_point_level_cols=data_point_level_cols,
120
+ segment_nr=segment_nr,
121
+ sampling_frequency=sampling_frequency
122
+ )
123
+ )
124
+
125
+ if segment_nr is None:
126
+ df_windows = pd.DataFrame(l_windows, columns=['window_nr', 'window_start', 'window_end'] + data_point_level_cols)
127
+ else:
128
+ df_windows = pd.DataFrame(l_windows, columns=[segment_nr_colname, 'window_nr', 'window_start', 'window_end'] + data_point_level_cols)
129
+
130
+ return df_windows.reset_index(drop=True)
131
+
132
+
133
+ def create_segments(
134
+ df: pd.DataFrame,
135
+ time_colname: str,
136
+ segment_nr_colname: str,
137
+ minimum_gap_s: int,
138
+ ) -> pd.DataFrame:
139
+ """Create segments based on the time column of the dataframe. Segments are defined as continuous time periods.
140
+
141
+ Parameters
142
+ ----------
143
+ df: pd.DataFrame
144
+ The dataframe to be segmented
145
+ time_colname: str
146
+ The name of the time column
147
+ minimum_gap_s: int
148
+ The minimum gap in seconds to split up the time periods into segments
149
+
150
+ Returns
151
+ -------
152
+ pd.DataFrame
153
+ The dataframe with additional columns related to segments
154
+ """
155
+ array_new_segments = np.where((df[time_colname] - df[time_colname].shift() > minimum_gap_s), 1, 0)
156
+ df['new_segment_cumsum'] = array_new_segments.cumsum()
157
+ df_segments = pd.DataFrame(df.groupby('new_segment_cumsum')[time_colname].count()).reset_index()
158
+ df_segments.columns = [segment_nr_colname, 'length_segment_s']
159
+ df_segments[segment_nr_colname] += 1
160
+
161
+ df = df.drop(columns=['new_segment_cumsum'])
162
+
163
+ cols_to_append = [segment_nr_colname, 'length_segment_s']
164
+
165
+ for col in cols_to_append:
166
+ df[col] = 0
167
+
168
+ index_start = 0
169
+ for _, row in df_segments.iterrows():
170
+ len_segment = row['length_segment_s']
171
+
172
+ for col in cols_to_append:
173
+ df.loc[index_start:index_start+len_segment-1, col] = row[col]
174
+
175
+ index_start += len_segment
176
+
177
+ return df
178
+
179
+
180
+ def discard_segments(
181
+ df: pd.DataFrame,
182
+ time_colname: str,
183
+ segment_nr_colname: str,
184
+ minimum_segment_length_s: int,
185
+ ) -> pd.DataFrame:
186
+ """Discard segments that are shorter than a specified length.
187
+
188
+ Parameters
189
+ ----------
190
+ df: pd.DataFrame
191
+ The dataframe containing information about the segments
192
+ time_colname: str
193
+ The column name of the time column
194
+ segment_nr_colname: str
195
+ The column name of the column containing the segment numbers
196
+ minimum_segment_length_s: int
197
+ The minimum required length of a segment in seconds
198
+
199
+ Returns
200
+ -------
201
+ pd.DataFrame
202
+ The dataframe with segments that are longer than the specified length
203
+ """
204
+ segment_length_bool = df.groupby(segment_nr_colname)[time_colname].apply(lambda x: x.max() - x.min()) > minimum_segment_length_s
205
+
206
+ df = df.loc[df[segment_nr_colname].isin(segment_length_bool.loc[segment_length_bool.values].index)]
207
+
208
+ # reorder the segments - starting at 1
209
+ for segment_nr in df[segment_nr_colname].unique():
210
+ df.loc[df[segment_nr_colname]==segment_nr, f'{segment_nr_colname}_ordered'] = np.where(df[segment_nr_colname].unique()==segment_nr)[0][0] + 1
211
+
212
+ df[f'{segment_nr_colname}_ordered'] = df[f'{segment_nr_colname}_ordered'].astype(int)
213
+
214
+ df = df.drop(columns=[segment_nr_colname])
215
+ df = df.rename(columns={f'{segment_nr_colname}_ordered': segment_nr_colname})
216
+
217
+ return df
@@ -0,0 +1,192 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+
179
+ Copyright (c) 2023, Peter Kok, Vedran Kasalica, Erik Post, Kars Veldkamp, Nienke Timmermans, Diogo Coutinho Soriano, Luc Evers
180
+
181
+ Licensed under the Apache License, Version 2.0 (the "License");
182
+ you may not use this file except in compliance with the License.
183
+ You may obtain a copy of the License at
184
+
185
+ http://www.apache.org/licenses/LICENSE-2.0
186
+
187
+ Unless required by applicable law or agreed to in writing, software
188
+ distributed under the License is distributed on an "AS IS" BASIS,
189
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
190
+ See the License for the specific language governing permissions and
191
+ limitations under the License.
192
+
@@ -0,0 +1,58 @@
1
+ Metadata-Version: 2.1
2
+ Name: paradigma
3
+ Version: 0.2.0
4
+ Summary: Paradigma - a toolbox for Digital Biomarkers for Parkinson's Disease
5
+ License: Apache-2.0
6
+ Author: Peter Kok
7
+ Author-email: p.kok@esciencecenter.nl
8
+ Requires-Python: >=3.9,<4.0
9
+ Classifier: License :: OSI Approved :: Apache Software License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.9
12
+ Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Requires-Dist: pandas (>=2.1.4,<3.0.0)
16
+ Requires-Dist: scikit-learn (>=1.3.2,<2.0.0)
17
+ Requires-Dist: tsdf (>=0.5.2,<0.6.0)
18
+ Description-Content-Type: text/markdown
19
+
20
+ # paradigma
21
+
22
+ Digital Biomarkers for Parkinson's Disease Toolbox
23
+
24
+ ## Implementation progress
25
+
26
+ See [here](https://docs.google.com/spreadsheets/d/19AZZ44cOJeHonGaSpAPh0eMXW2ix5JHz9L9zYTNnH6g/edit?usp=sharing).
27
+
28
+ ## Installation
29
+ The package requires Python 3.9 or higher. It can be installed using [Poetry](https://python-poetry.org/docs/#installation):
30
+
31
+ ```bash
32
+ $ poetry install
33
+ ```
34
+
35
+ ## Usage
36
+
37
+ - TODO
38
+
39
+ ## Development
40
+
41
+ ### Building documentation
42
+
43
+ ```bash
44
+ poetry run make html --directory docs/
45
+ ```
46
+
47
+ ## Contributing
48
+
49
+ Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
50
+
51
+ ## License
52
+
53
+ `paradigma` was created by Peter Kok, Vedran Kasalica, Erik Post, Kars Veldkamp, Nienke Timmermans, Diogo Coutinho Soriano, Luc Evers. It is licensed under the terms of the Apache License 2.0 license.
54
+
55
+ ## Credits
56
+
57
+ `paradigma` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).
58
+
@@ -0,0 +1,108 @@
1
+ paradigma/__init__.py,sha256=vCLqo7vOEgcnYs10gUVYvEFfi8y-jBi7w1YKRoqn95k,127
2
+ paradigma/constants.py,sha256=FVmoK6srAW0Qsc3oUbkcx53iejyIPsuWu13qKrbPAzY,973
3
+ paradigma/feature_extraction.py,sha256=2H9aQmdbbPmm3F_D55gFWjGl-P9R49gsVvfojei-jBM,28152
4
+ paradigma/gait_analysis.py,sha256=mu-3Oa8O65Dl1L_xGbl_QZQ46-HIaDaZpHx6WNqDaQk,19356
5
+ paradigma/gait_analysis_config.py,sha256=3IRLWERAoqbCHCYg58NYXg52ZusO-y3_hlYgL5eKhME,9663
6
+ paradigma/heart_rate_analysis.py,sha256=6upEOkMYD-Pu8OKWK7iY_j96iOxJgSMqmZJx8ILAc28,6208
7
+ paradigma/heart_rate_analysis_config.py,sha256=fxvX_P2BpN7ImtbgFxMforp02GpIEXg3OXE5d2BIkTk,168
8
+ paradigma/heart_rate_util.py,sha256=lgZTRdpk-9EVN6HB1-nQoKB6sD3FZd6pQBscBy73-as,6213
9
+ paradigma/imu_preprocessing.py,sha256=kygJQb8gcIZlpNtZ4YSjkM7bY_dmZwXKDe1Mui8XBbU,8636
10
+ paradigma/ppg/classifier/LR_PPG_quality.pkl,sha256=Zet2g1JIjwBPIK_eJs-aiKACyLbe0tLwSfA5Vm_5bsw,948
11
+ paradigma/ppg/classifier/LR_model.mat,sha256=LaciVbQGHBGbMaui3mEdq-b898FshU6vY9QAp502Xwg,3712
12
+ paradigma/ppg/feat_extraction/acc_feature.m,sha256=D32PToHF7GupfItJculfdLmf0sET9z5LE-RchGpbJJc,975
13
+ paradigma/ppg/feat_extraction/peakdet.m,sha256=H2OHUJ7rtDtO_H_f8dFdL198ZdqMYsI8wl6v8KnZr_I,1567
14
+ paradigma/ppg/feat_extraction/ppg_features.m,sha256=qkqkB9ewh3LIgDTdsG60Ex62fEkEMiJS2MsCUUEplaA,2550
15
+ paradigma/ppg/glob_functions/extract_hr_segments.m,sha256=J4AJmtcqnCmADTEAp7SEdQZ98NJHWbFdyLwjysZ5LJk,1408
16
+ paradigma/ppg/glob_functions/extract_overlapping_segments.m,sha256=ZpLy8_JzYz72pST9p7urjR0GVV0BbAMTb4v3VywQhus,1059
17
+ paradigma/ppg/glob_functions/jsonlab/AUTHORS.txt,sha256=tMdyED6heca3_WufPOR9q_cK4zakzZVs0c9XsojPCyw,1624
18
+ paradigma/ppg/glob_functions/jsonlab/ChangeLog.txt,sha256=mCHjFtI-5BEVHVC8rFZIoaeum_KWRCL0hr3ZnTtCZfc,3862
19
+ paradigma/ppg/glob_functions/jsonlab/LICENSE_BSD.txt,sha256=eHQ_PBqddfxsU40J93yRGK9wHxXX-ALSXvpBu8IUEQM,1551
20
+ paradigma/ppg/glob_functions/jsonlab/LICENSE_GPLv3.txt,sha256=L88L4XhmJ5aqCEHyFNokq8hqWtyQKlntm-X9gWtDpn0,36308
21
+ paradigma/ppg/glob_functions/jsonlab/README.txt,sha256=-Lybzx97LJ-hh8JYFPBNKPt1CnaNCs4aItUcdTTzL9o,19395
22
+ paradigma/ppg/glob_functions/jsonlab/examples/.svn/entries,sha256=UdqXKx32m4FnNoo2VTZrIWJPuWrS1VYgUXBVctZXlSE,1744
23
+ paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/demo_jsonlab_basic.m.svn-base,sha256=Dp5xIds93HrVk8Veo20jgWpFDfsm4vc0MEOE1kc9zi4,6414
24
+ paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/demo_ubjson_basic.m.svn-base,sha256=of_fDai8AeqEmojlt5eTKn0pzX1X2cGt5VLp1Lf_muM,6517
25
+ paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/example1.json.svn-base,sha256=NxExWoSyi6OzJZgka4wHQhS75RRo1wtEouJGMUD79P0,436
26
+ paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/example2.json.svn-base,sha256=sDxw-E_s1h-I3h1ICmsVEVfbONFFnXn8sIBGGJlG5q4,583
27
+ paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/example3.json.svn-base,sha256=mXd-Yr6ufzZ7Pqo6sK_gbHjWvZsUAIk-EK1v3leKSTU,256
28
+ paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/example4.json.svn-base,sha256=MLeg9Nu-qScgIpoqTln5CX48_FIJaHTFzwZcVJDikeI,500
29
+ paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/jsonlab_basictest.matlab.svn-base,sha256=KZZPOsFkPjQyek9vtWuZQI6TD1JChJAO6_pFtpW3nVs,9973
30
+ paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/jsonlab_selftest.m.svn-base,sha256=gCeWAIhOfOy5puQHCSh2X_2AMsTSVMwuSIBe1Bq_v18,995
31
+ paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/jsonlab_selftest.matlab.svn-base,sha256=d-7rydIWlqorEtbFNa1w7eS9cFshi9i2ImQEe4FZfTQ,4131
32
+ paradigma/ppg/glob_functions/jsonlab/examples/.svn/text-base/jsonlab_speedtest.m.svn-base,sha256=7cBjf8PZ3gve18YlSnmAo_F_UMvm1bTfrRByFqcOHK4,675
33
+ paradigma/ppg/glob_functions/jsonlab/examples/demo_jsonlab_basic.m,sha256=Dp5xIds93HrVk8Veo20jgWpFDfsm4vc0MEOE1kc9zi4,6414
34
+ paradigma/ppg/glob_functions/jsonlab/examples/demo_ubjson_basic.m,sha256=of_fDai8AeqEmojlt5eTKn0pzX1X2cGt5VLp1Lf_muM,6517
35
+ paradigma/ppg/glob_functions/jsonlab/examples/example1.json,sha256=NxExWoSyi6OzJZgka4wHQhS75RRo1wtEouJGMUD79P0,436
36
+ paradigma/ppg/glob_functions/jsonlab/examples/example2.json,sha256=sDxw-E_s1h-I3h1ICmsVEVfbONFFnXn8sIBGGJlG5q4,583
37
+ paradigma/ppg/glob_functions/jsonlab/examples/example3.json,sha256=mXd-Yr6ufzZ7Pqo6sK_gbHjWvZsUAIk-EK1v3leKSTU,256
38
+ paradigma/ppg/glob_functions/jsonlab/examples/example4.json,sha256=MLeg9Nu-qScgIpoqTln5CX48_FIJaHTFzwZcVJDikeI,500
39
+ paradigma/ppg/glob_functions/jsonlab/examples/jsonlab_basictest.matlab,sha256=KZZPOsFkPjQyek9vtWuZQI6TD1JChJAO6_pFtpW3nVs,9973
40
+ paradigma/ppg/glob_functions/jsonlab/examples/jsonlab_selftest.m,sha256=gCeWAIhOfOy5puQHCSh2X_2AMsTSVMwuSIBe1Bq_v18,995
41
+ paradigma/ppg/glob_functions/jsonlab/examples/jsonlab_selftest.matlab,sha256=d-7rydIWlqorEtbFNa1w7eS9cFshi9i2ImQEe4FZfTQ,4131
42
+ paradigma/ppg/glob_functions/jsonlab/examples/jsonlab_speedtest.m,sha256=7cBjf8PZ3gve18YlSnmAo_F_UMvm1bTfrRByFqcOHK4,675
43
+ paradigma/ppg/glob_functions/jsonlab/jsonopt.m,sha256=Aae_EUdJCvovPshtZhyADuN9ZetaP_FkzHZdXuP8hfo,906
44
+ paradigma/ppg/glob_functions/jsonlab/loadjson.m,sha256=0MDR6-Ncl4PJV8nonVr4_fW6YA7uyw99FUzE_MOdwDc,18757
45
+ paradigma/ppg/glob_functions/jsonlab/loadubjson.m,sha256=PKBfp-U0frVYLLcnaitgaz0nHAgKc4Vm-_E20x7yh-k,15599
46
+ paradigma/ppg/glob_functions/jsonlab/mergestruct.m,sha256=miNZzwSRWmWNtFrQjSJ-avv6cvE4AgJG2mKlH4r8vtQ,796
47
+ paradigma/ppg/glob_functions/jsonlab/savejson.m,sha256=cJ_2zJ2L6VNaZsSpcfW9RKyBbKfwT6V4_MNJ2_fBr5M,17487
48
+ paradigma/ppg/glob_functions/jsonlab/saveubjson.m,sha256=Er9r39_iVofQZl29n1XbPwdqB_AktajOW7WrHqycytY,16148
49
+ paradigma/ppg/glob_functions/jsonlab/varargin2struct.m,sha256=F9ozzN8nz7TEYpXo8zbp5fs_Iv-raSIUm2LXLQ5wZwc,1119
50
+ paradigma/ppg/glob_functions/sample_prob_final.m,sha256=rerW139cBYyoOTf5xqOcI6kcaI-gZ-RDeDCHuKfwr24,1719
51
+ paradigma/ppg/glob_functions/synchronization.m,sha256=r_Vy07Odie49WJ2wET86YLG7h4_r2vpZH9oQOqK-du4,3422
52
+ paradigma/ppg/glob_functions/tsdf_scan_meta.m,sha256=n9Tk6UYXgbIOemvlW4q9xi9dKwyzvr6dORAgBAE4Iec,793
53
+ paradigma/ppg/hr_functions/Long_TFD_JOT.m,sha256=cI0RZnvX3r_W5wSM2GkyX_hmW-BeGzmAUIYEo0SqYFQ,1266
54
+ paradigma/ppg/hr_functions/PPG_TFD_HR.m,sha256=iKyb7caL86wpi5bVDt9jAfNOjgjNt2Uft3jahB3foI8,2647
55
+ paradigma/ppg/hr_functions/TFD toolbox JOT/.gitignore,sha256=t8o14EPyr3Qaxg35cm1GCAjrOnzjtmNx9728BLnAEbo,107
56
+ paradigma/ppg/hr_functions/TFD toolbox JOT/CHANGELOG.md,sha256=IJCkSNLpU9AUTkbZKYrb1cFinqpU7veh0TDtRdKt9gE,963
57
+ paradigma/ppg/hr_functions/TFD toolbox JOT/LICENCE.md,sha256=4krhNoNW2gJ50b73YsTlFKQ1zQJc1i3CaPDb6DlvyEA,1526
58
+ paradigma/ppg/hr_functions/TFD toolbox JOT/README.md,sha256=n1JTrbfA8IGKMLFz2tc-s1P_KpHl9TIO_ghuzATz86Y,11345
59
+ paradigma/ppg/hr_functions/TFD toolbox JOT/README.pdf,sha256=ndSCluC8WzVR-22YVbfA2S8t-GBK_1J4OnYaCt5KLU4,457441
60
+ paradigma/ppg/hr_functions/TFD toolbox JOT/common/gen_Doppler_kern.m,sha256=mlUPmZvbqO1_LjKoOPO72J5djFoyTAQlRgiAgsMkn1o,3961
61
+ paradigma/ppg/hr_functions/TFD toolbox JOT/common/gen_Doppler_lag_kern.m,sha256=E7_CB5ioGJeaY4I5YOlujMQoAFY3FUgB_a_bktyRS2Q,8604
62
+ paradigma/ppg/hr_functions/TFD toolbox JOT/common/gen_lag_kern.m,sha256=jAjte3ps5AdAwlFTdym4TvstvrIcQn4VU4En53xqcQ4,3363
63
+ paradigma/ppg/hr_functions/TFD toolbox JOT/dec_tfd.m,sha256=378QcQ_Vxytrdi45mKxoxp9hIyRKx7n60KOMgAvloJY,7341
64
+ paradigma/ppg/hr_functions/TFD toolbox JOT/decimated_TFDs/dec_di_gdtfd.m,sha256=ZwsXdbCgKjX9Rfn0NLZ7xUQ5Z_Id0Da73toiHILb_Bs,6286
65
+ paradigma/ppg/hr_functions/TFD toolbox JOT/decimated_TFDs/dec_li_gdtfd.m,sha256=DhxwuB46KS3mO_xDGIuctSD8lie1JKZj_bZATwr1ECA,6560
66
+ paradigma/ppg/hr_functions/TFD toolbox JOT/decimated_TFDs/dec_nonsep_gdtfd.m,sha256=n8D0jVFAuuTZy43evaK5zkAh3_XxZmRNmwB7o0L4OBQ,7758
67
+ paradigma/ppg/hr_functions/TFD toolbox JOT/decimated_TFDs/dec_sep_gdtfd.m,sha256=_BSiXHF3z98Dx1Gpyma3vOKoev7tcUdS_hnZEJg4gAw,9388
68
+ paradigma/ppg/hr_functions/TFD toolbox JOT/full_TFDs/di_gdtfd.m,sha256=zBjsyq3ragOutwVXEpUAbNT2wpDyMHfkfVSWPlh8rEs,4981
69
+ paradigma/ppg/hr_functions/TFD toolbox JOT/full_TFDs/li_gdtfd.m,sha256=sIgHxKfCOB9ilJ0rOyMXwV4pWtLB5Ff_nTvko9c2Uwk,5884
70
+ paradigma/ppg/hr_functions/TFD toolbox JOT/full_TFDs/nonsep_gdtfd.m,sha256=EkJ0vb_LQKGOyxWuww0uF5_9RQkdujrd1TqHI9eKlqg,5840
71
+ paradigma/ppg/hr_functions/TFD toolbox JOT/full_TFDs/sep_gdtfd.m,sha256=L3hCro9FI8wLAk8aaQ2nFN-D1QSQsvloMaRsyqyxG6k,6697
72
+ paradigma/ppg/hr_functions/TFD toolbox JOT/full_tfd.m,sha256=YJVjPAMSMxODfzF10EvKX4CwTA_P0PU2ts8JWHHHcQA,5608
73
+ paradigma/ppg/hr_functions/TFD toolbox JOT/load_curdir.m,sha256=gh3ZgvJmhkUvlWFZ3m-P6LAoW9xTyPNk1rayCu_MX9E,252
74
+ paradigma/ppg/hr_functions/TFD toolbox JOT/pics/decimated_TFDs_examples.png,sha256=w2nCOBrp8hGiUUT8kZGAsI40Tk0OwQqBS1kUTP9tBVw,146865
75
+ paradigma/ppg/hr_functions/TFD toolbox JOT/pics/full_TFDs_examples.png,sha256=DepcYPl07VnP5aG3UmGlmy_tvi3Z3ehR2dyUdkt2uOY,203040
76
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/check_dec_params_seq.m,sha256=kYbVz0OdSkv0al5TgH6Y4apx_Acz87LE8ob72o-Py0Q,2469
77
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/dispEE.m,sha256=Hjl_drhRrn19OILS2E-gv_IhqRzn2-ZFSGUDCS8IVIE,276
78
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/dispVars.m,sha256=lPOO-SRg3Wp_1t0oC3A1B_6GoMeIgrf2D2MeKAojRSU,640
79
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/disp_bytes.m,sha256=5i3V4b0es18dqZLfc_4PzybnzLLMU7S6nlAXx6PpAgk,749
80
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/fold_vector_full.m,sha256=2oRqAO5YfvI8yv92Wo2Stkmf4Q3bHHiK0LmpcmbWeR8,793
81
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/fold_vector_half.m,sha256=9-JV_a69WvBYqAl6JScKcWQbTVhtIBz_RRRqSepT_Qs,681
82
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/gen_LFM.m,sha256=0mTsD7qpIhS_X_t3ZTeCHOuD-J5atIjqKSOlhlP-U7I,875
83
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/get_analytic_signal.m,sha256=WoChaXEkA-dyy65y2Z4eRAkZ-5ox99PHWBYhAsW_hCc,2212
84
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/get_window.m,sha256=KAjVY32tsILzlrJ9iN97-rWph4rY3-AhNLscIDJVpcI,5054
85
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/isreal_fn.m,sha256=Cx-OdLm8TCMIVQCP9618oKmlRrEWFU6oa5_xTZ6y1mo,173
86
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/padWin.m,sha256=DTOK5JTm49A2a6pxOaNh2B29W3FIonrr1AcPEPKu63o,3000
87
+ paradigma/ppg/hr_functions/TFD toolbox JOT/utils/vtfd.m,sha256=U5WdtSOjIRW8tiahpURdFjD95IpfdLEuyQL2firTnFA,4836
88
+ paradigma/ppg/preprocessing/preprocessing_imu.m,sha256=tevkDPC23S4NQor62HlJwCc2MwtMv3-_buvB1P-KOuo,763
89
+ paradigma/ppg/preprocessing/preprocessing_ppg.m,sha256=tHnGuqS7RKUptzFIu-vu6I8P50iIOR8Bulq0IIDB1so,700
90
+ paradigma/ppg_preprocessing.py,sha256=Usvoz1m0XAdEx1DZjat6QisDyp8t4JAiL4759XjXCAQ,14261
91
+ paradigma/preprocessing_config.py,sha256=ZVAco9U9rAsmOB10zroZ2lYnQsdJg171IspaBU8Ga_0,1853
92
+ paradigma/quantification.py,sha256=ymYDWRoWl3QNCOaHlCR3eyHu1nlkAndJRAm3-gg5doE,2035
93
+ paradigma/tremor/TremorFeaturesAndClassification.m,sha256=DhaLx8R9VcjetUAztWiUDv1PkzeN9s8hU0WRh1OB-CU,16636
94
+ paradigma/tremor/feat_extraction/DerivativesExtract.m,sha256=-WuRBpuUO3gZ9dFDzQhoqBmEEMuU2gcU6XBuzXnvweU,883
95
+ paradigma/tremor/feat_extraction/ExtractBandSignalsRMS.m,sha256=wFbmCREYxgLWVdLYJ8W3JMSab1ngIot8442xnLdvXMQ,3325
96
+ paradigma/tremor/feat_extraction/MFCCExtract.m,sha256=5thjI0rPGkIWuTTMIJbD6_QBKXESbchgeuR7L5OXu1c,4600
97
+ paradigma/tremor/feat_extraction/PSDBandPower.m,sha256=4XhLdKs9gVGjNsCFaPhHpLb285w9UkhIbM3JK-w0S3U,1953
98
+ paradigma/tremor/feat_extraction/PSDEst.m,sha256=rEHYhyQaB1h9ZSoU1dDyNk61wTRqZBeCCWW72cHN8dg,2447
99
+ paradigma/tremor/feat_extraction/PSDExtrAxis.m,sha256=HVp2KewVHbpN1D-gBpjWMYIJ6vHzJzqQDV_aMNWuCEc,4391
100
+ paradigma/tremor/feat_extraction/PSDExtrOpt.m,sha256=FKpAL69_Qu9_Gw0rqye9wV5cU_t42R2humOFUtznHxo,4223
101
+ paradigma/tremor/preprocessing/InterpData.m,sha256=jsrdiE6IPvDTPz5LdZtP1opAh_hQ-M9o7K4WXXsLOhw,1167
102
+ paradigma/tremor/weekly_aggregates/WeeklyAggregates.m,sha256=OMT_W8B6i6WdXzC9IUiblxzUKHACg4yeRYnCDRcT06k,15816
103
+ paradigma/util.py,sha256=enoOaYPp7L-yhgdqL9urPu1gUoWOr6Zyo8Vp480TCcM,2270
104
+ paradigma/windowing.py,sha256=g2g9d4sXzMqso0XGTw2-lbXpRszaIHadJy0_HEtHYAc,7327
105
+ paradigma-0.2.0.dist-info/LICENSE,sha256=Lda8kIVC2kbmlSeYaUWwUwV75Q-q31idYvo18HUTfiw,9807
106
+ paradigma-0.2.0.dist-info/METADATA,sha256=dAxihjfD0WPt8jn254YrtPMYwDI5iPliACPbEiO88AY,1835
107
+ paradigma-0.2.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
108
+ paradigma-0.2.0.dist-info/RECORD,,
paradigma/dummy.py DELETED
@@ -1,3 +0,0 @@
1
-
2
- def hello_world():
3
- return "Hello, world!"