diff --git a/src/scgenerator/noise.py b/src/scgenerator/noise.py index 6e3bc74..feee016 100644 --- a/src/scgenerator/noise.py +++ b/src/scgenerator/noise.py @@ -60,8 +60,8 @@ class NoiseMeasurement: function by using `NoiseMeasurement.window_function` decorator, and use the name you gave it as this argument. num_segments : int, optional - number of segments to cut the signal in. This will trade lower frequency information for - better variance of the estimated PSD. The default 1 means no cutting. + number of segments to cut the signal into. This will trade lower frequency information + for better variance of the estimated PSD. The default 1 means no cutting. """ signal = np.asanyarray(signal) signal_segments = segments(signal, num_segments)