paradigma 0.1.5__py3-none-any.whl → 0.3.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 +65 -0
  3. paradigma/feature_extraction.py +703 -0
  4. paradigma/gait_analysis.py +415 -0
  5. paradigma/gait_analysis_config.py +266 -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 +232 -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 +69 -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 +219 -0
  105. paradigma-0.3.0.dist-info/LICENSE +192 -0
  106. paradigma-0.3.0.dist-info/METADATA +79 -0
  107. paradigma-0.3.0.dist-info/RECORD +108 -0
  108. paradigma/dummy.py +0 -3
  109. paradigma-0.1.5.dist-info/LICENSE +0 -201
  110. paradigma-0.1.5.dist-info/METADATA +0 -18
  111. paradigma-0.1.5.dist-info/RECORD +0 -6
  112. {paradigma-0.1.5.dist-info → paradigma-0.3.0.dist-info}/WHEEL +0 -0
paradigma/windowing.py ADDED
@@ -0,0 +1,219 @@
1
+ import pandas as pd
2
+ import numpy as np
3
+ import math
4
+
5
+ from typing import Union, List
6
+
7
+
8
+ def create_window(
9
+ df: pd.DataFrame,
10
+ time_column_name: str,
11
+ window_nr: int,
12
+ lower_index: int,
13
+ upper_index: int,
14
+ data_point_level_cols: list,
15
+ segment_nr: int,
16
+ sampling_frequency: int = 100
17
+ ) -> list:
18
+ """Transforms (a subset of) a dataframe into a single row
19
+
20
+ Parameters
21
+ ----------
22
+ df: pd.DataFrame
23
+ The original dataframe to be windowed
24
+ time_column_name: str
25
+ The name of the time column
26
+ window_nr: int
27
+ The identification of the window
28
+ lower_index: int
29
+ The dataframe index of the first sample to be windowed
30
+ upper_index: int
31
+ The dataframe index of the final sample to be windowed
32
+ data_point_level_cols: list
33
+ The columns in sensor_df that are to be kept as individual datapoints in a list instead of aggregates
34
+ segment_nr: int
35
+ The identification of the segment
36
+ sampling_frequency: int, optional
37
+ The sampling frequency (Hz) of the data (default: 100)
38
+
39
+ Returns
40
+ -------
41
+ list
42
+ Rows corresponding to single windows
43
+ """
44
+ t_start_window = df.loc[lower_index, time_column_name]
45
+
46
+ df_subset = df.loc[lower_index:upper_index, data_point_level_cols].copy()
47
+ t_start = t_start_window
48
+ t_end = upper_index/sampling_frequency + t_start_window
49
+
50
+ if segment_nr is None:
51
+ l_subset_squeezed = [window_nr+1, t_start, t_end] + df_subset.values.T.tolist()
52
+ else:
53
+ l_subset_squeezed = [segment_nr, window_nr+1, t_start, t_end] + df_subset.values.T.tolist()
54
+
55
+ return l_subset_squeezed
56
+
57
+
58
+ def tabulate_windows(
59
+ df: pd.DataFrame,
60
+ time_column_name: str,
61
+ data_point_level_cols: list,
62
+ window_length_s: Union[int, float] = 6,
63
+ window_step_size_s: Union[int, float] = 1,
64
+ sampling_frequency: int = 100,
65
+ segment_nr_colname: Union[str, None] = None,
66
+ segment_nr: Union[int, None] = None,
67
+ ) -> pd.DataFrame:
68
+ """Compiles multiple windows into a single dataframe
69
+
70
+ Parameters
71
+ ----------
72
+ df: pd.DataFrame
73
+ The original dataframe to be windowed
74
+ time_column_name: str
75
+ The name of the time column
76
+ data_point_level_cols: list
77
+ The names of the columns that are to be kept as individual datapoints in a list instead of aggregates
78
+ window_length_s: int | float, optional
79
+ The number of seconds a window constitutes (default: 6)
80
+ window_step_size_s: int | float, optional
81
+ The number of seconds between the end of the previous and the start of the next window (default: 1)
82
+ sampling_frequency: int, optional
83
+ The sampling frequency of the data (default: 100)
84
+ segment_nr_colname: str, optional
85
+ The name of the column that identifies the segment; set to None if not applicable (default: None)
86
+ segment_nr: int, optional
87
+ The identification of the segment; set to None if not applicable (default: None)
88
+
89
+
90
+ Returns
91
+ -------
92
+ pd.DataFrame
93
+ Dataframe with each row corresponding to an individual window
94
+ """
95
+ window_length = sampling_frequency * window_length_s - 1
96
+ window_step_size = sampling_frequency * window_step_size_s
97
+
98
+ df = df.reset_index(drop=True)
99
+
100
+ if window_step_size <= 0:
101
+ raise Exception("Step size should be larger than 0.")
102
+ if window_length > df.shape[0]:
103
+ return
104
+
105
+ l_windows = []
106
+ n_windows = math.floor(
107
+ (df.shape[0] - window_length) /
108
+ window_step_size
109
+ ) + 1
110
+
111
+ for window_nr in range(n_windows):
112
+ lower = window_nr * window_step_size
113
+ upper = window_nr * window_step_size + window_length
114
+ l_windows.append(
115
+ create_window(
116
+ df=df,
117
+ time_column_name=time_column_name,
118
+ window_nr=window_nr,
119
+ lower_index=lower,
120
+ upper_index=upper,
121
+ data_point_level_cols=data_point_level_cols,
122
+ segment_nr=segment_nr,
123
+ sampling_frequency=sampling_frequency
124
+ )
125
+ )
126
+
127
+ if segment_nr is None:
128
+ df_windows = pd.DataFrame(l_windows, columns=['window_nr', 'window_start', 'window_end'] + data_point_level_cols)
129
+ else:
130
+ df_windows = pd.DataFrame(l_windows, columns=[segment_nr_colname, 'window_nr', 'window_start', 'window_end'] + data_point_level_cols)
131
+
132
+ return df_windows.reset_index(drop=True)
133
+
134
+
135
+ def create_segments(
136
+ df: pd.DataFrame,
137
+ time_colname: str,
138
+ segment_nr_colname: str,
139
+ minimum_gap_s: int,
140
+ ) -> pd.DataFrame:
141
+ """Create segments based on the time column of the dataframe. Segments are defined as continuous time periods.
142
+
143
+ Parameters
144
+ ----------
145
+ df: pd.DataFrame
146
+ The dataframe to be segmented
147
+ time_colname: str
148
+ The name of the time column
149
+ minimum_gap_s: int
150
+ The minimum gap in seconds to split up the time periods into segments
151
+
152
+ Returns
153
+ -------
154
+ pd.DataFrame
155
+ The dataframe with additional columns related to segments
156
+ """
157
+ array_new_segments = np.where((df[time_colname] - df[time_colname].shift() > minimum_gap_s), 1, 0)
158
+ df['new_segment_cumsum'] = array_new_segments.cumsum()
159
+ df_segments = pd.DataFrame(df.groupby('new_segment_cumsum')[time_colname].count()).reset_index()
160
+ df_segments.columns = [segment_nr_colname, 'length_segment_s']
161
+ df_segments[segment_nr_colname] += 1
162
+
163
+ df = df.drop(columns=['new_segment_cumsum'])
164
+
165
+ cols_to_append = [segment_nr_colname, 'length_segment_s']
166
+
167
+ for col in cols_to_append:
168
+ df[col] = 0
169
+
170
+ index_start = 0
171
+ for _, row in df_segments.iterrows():
172
+ len_segment = row['length_segment_s']
173
+
174
+ for col in cols_to_append:
175
+ df.loc[index_start:index_start+len_segment-1, col] = row[col]
176
+
177
+ index_start += len_segment
178
+
179
+ return df
180
+
181
+
182
+ def discard_segments(
183
+ df: pd.DataFrame,
184
+ time_colname: str,
185
+ segment_nr_colname: str,
186
+ minimum_segment_length_s: int,
187
+ ) -> pd.DataFrame:
188
+ """Discard segments that are shorter than a specified length.
189
+
190
+ Parameters
191
+ ----------
192
+ df: pd.DataFrame
193
+ The dataframe containing information about the segments
194
+ time_colname: str
195
+ The column name of the time column
196
+ segment_nr_colname: str
197
+ The column name of the column containing the segment numbers
198
+ minimum_segment_length_s: int
199
+ The minimum required length of a segment in seconds
200
+
201
+ Returns
202
+ -------
203
+ pd.DataFrame
204
+ The dataframe with segments that are longer than the specified length
205
+ """
206
+ segment_length_bool = df.groupby(segment_nr_colname)[time_colname].apply(lambda x: x.max() - x.min()) > minimum_segment_length_s
207
+
208
+ df = df.loc[df[segment_nr_colname].isin(segment_length_bool.loc[segment_length_bool.values].index)]
209
+
210
+ # reorder the segments - starting at 1
211
+ for segment_nr in df[segment_nr_colname].unique():
212
+ 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
213
+
214
+ df[f'{segment_nr_colname}_ordered'] = df[f'{segment_nr_colname}_ordered'].astype(int)
215
+
216
+ df = df.drop(columns=[segment_nr_colname])
217
+ df = df.rename(columns={f'{segment_nr_colname}_ordered': segment_nr_colname})
218
+
219
+ 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,79 @@
1
+ Metadata-Version: 2.1
2
+ Name: paradigma
3
+ Version: 0.3.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.10,<4.0
9
+ Classifier: License :: OSI Approved :: Apache Software License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Requires-Dist: pandas (>=2.1.4,<3.0.0)
15
+ Requires-Dist: pytype (>=2024.4.11,<2025.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
+ | Badges | |
23
+ |:----:|----|
24
+ | **Packages and Releases** | [![Latest release](https://img.shields.io/github/release/biomarkersparkinson/paradigma.svg)](https://github.com/biomarkersparkinson/paradigma/releases/latest) [![PyPI](https://img.shields.io/pypi/v/paradigma.svg)](https://pypi.python.org/pypi/paradigma/) [![Static Badge](https://img.shields.io/badge/RSD-paradigma-lib)](https://research-software-directory.org/software/paradigma) |
25
+ | **Build Status** | [![](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/) [![Build and test](https://github.com/biomarkersParkinson/paradigma/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/biomarkersParkinson/paradigma/actions/workflows/build-and-test.yml) [![pages-build-deployment](https://github.com/biomarkersParkinson/paradigma/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/biomarkersParkinson/paradigma/actions/workflows/pages/pages-build-deployment) |
26
+ | **License** | [![GitHub license](https://img.shields.io/github/license/biomarkersParkinson/paradigma)](https://github.com/biomarkersparkinson/paradigma/blob/main/LICENSE) |
27
+ <!-- | **DOI** | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7867899.svg)](https://doi.org/10.5281/zenodo.7867899) | -->
28
+ <!-- | **Fairness** | [![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F-green)](https://fair-software.eu) [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/8083/badge)](https://www.bestpractices.dev/projects/8083) | -->
29
+
30
+ Digital Biomarkers for Parkinson's Disease Toolbox
31
+
32
+ A package ([documentation](https://biomarkersparkinson.github.io/paradigma/)) to process wearable sensor data for Parkinson's disease.
33
+
34
+ ## Installation
35
+
36
+ The package is available in PyPi and requires [Python 3.10](https://www.python.org/downloads/) or higher. It can be installed using:
37
+
38
+ ```bash
39
+ pip install paradigma
40
+ ```
41
+
42
+ ## Usage
43
+
44
+ See our [extended documentation](https://biomarkersparkinson.github.io/paradigma/).
45
+
46
+
47
+ ## Development
48
+
49
+ ### Installation
50
+ The package requires Python 3.10 or higher. Use [Poetry](https://python-poetry.org/docs/#installation) to set up the environment and install the dependencies:
51
+
52
+ ```bash
53
+ poetry install
54
+ ```
55
+
56
+ ### Testing
57
+
58
+ ```bash
59
+ poetry run pytest
60
+ ```
61
+
62
+ ### Building documentation
63
+
64
+ ```bash
65
+ poetry run make html --directory docs/
66
+ ```
67
+
68
+ ## Contributing
69
+
70
+ 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.
71
+
72
+ ## License
73
+
74
+ `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.
75
+
76
+ ## Credits
77
+
78
+ `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).
79
+
@@ -0,0 +1,108 @@
1
+ paradigma/__init__.py,sha256=vCLqo7vOEgcnYs10gUVYvEFfi8y-jBi7w1YKRoqn95k,127
2
+ paradigma/constants.py,sha256=fC64MZY7b8BdakakQPxOnr4fvqTvAthInezbEXWp2Y0,1944
3
+ paradigma/feature_extraction.py,sha256=534lOy-a_cLbThrbN2CkLypp53OmyKfm2zVBrDcICCE,29092
4
+ paradigma/gait_analysis.py,sha256=_dIfGJksF3SUi-ViZzy9kHel_I_9_5rJqY8Sd4C9aEA,19678
5
+ paradigma/gait_analysis_config.py,sha256=89iWUGom6YocBxAqS7VwCn4Cput2mzxP2e7RI2iA4y4,9858
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=ECTnyOw-KgKUazzK9pg3dMYCdYsGZ1ixEusF-hzu4Vw,6233
9
+ paradigma/imu_preprocessing.py,sha256=n0NY80TfjtBL2XNDFsTebaLYvzepZlL_XrEZAqjo4dU,8789
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=ZJK4wXqdDpYW2ziKdlwfdxtowJSmmDB438ncGEBBH8g,14081
91
+ paradigma/preprocessing_config.py,sha256=A48blQi7L-k3cXTHiVuAeahBCPa4ijMFw-ZIgGexibo,2204
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=eK1zv0of9_MpG-HN29ijkTwgMwV0bCUXjcF3FbzCYeg,2190
104
+ paradigma/windowing.py,sha256=GFFCu_WEwsfWGCJKyLO-o0_7HJt4YAEgU9XoqBXOnEQ,7429
105
+ paradigma-0.3.0.dist-info/LICENSE,sha256=Lda8kIVC2kbmlSeYaUWwUwV75Q-q31idYvo18HUTfiw,9807
106
+ paradigma-0.3.0.dist-info/METADATA,sha256=bwv3EpPHpRLaNWeNGT8DPaNlRlIsViYYhfrYy5PCMiY,3805
107
+ paradigma-0.3.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
108
+ paradigma-0.3.0.dist-info/RECORD,,
paradigma/dummy.py DELETED
@@ -1,3 +0,0 @@
1
-
2
- def hello_world():
3
- return "Hello, world!"