diff --git a/sigpro/aggregations/frequency/band.py b/sigpro/aggregations/frequency/band.py index 40c10fb..f4d219c 100644 --- a/sigpro/aggregations/frequency/band.py +++ b/sigpro/aggregations/frequency/band.py @@ -5,7 +5,6 @@ def band_mean(amplitude_values, frequency_values, min_frequency, max_frequency): """Compute the mean values for a specific band. - Filter between a high and low band and compute the mean value for this specific band. Args: @@ -33,7 +32,6 @@ def band_mean(amplitude_values, frequency_values, min_frequency, max_frequency): def band_rms(amplitude_values, frequency_values, min_frequency, max_frequency): """Compute the rms values for a specific band. - Filter between a high and low band (inclusive) and compute the rms value for this specific band.