Skip to content

Commit

Permalink
Change CC parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikpostt committed Sep 24, 2024
1 parent d2e0dac commit 35b79f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/paradigma/gait_analysis_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(self) -> None:
"power_below_gait": [0.3, 0.7],
"power_gait": [0.7, 3.5],
"power_tremor": [3.5, 8],
"power_above_tremor": [8, self.sampling_frequency],
"power_above_tremor": [8, 25],
}


Expand Down Expand Up @@ -165,7 +165,7 @@ def initialize_sampling_frequency_fields(self, sampling_frequency: int) -> None:
"power_below_gait": [0.3, 0.7],
"power_gait": [0.7, 3.5],
"power_tremor": [3.5, 8],
"power_above_tremor": [8, sampling_frequency],
"power_above_tremor": [8, 25],
}

# cepstral coefficients
Expand Down

0 comments on commit 35b79f1

Please sign in to comment.