From 292896bdced962cb5969495f4bbc37ae830129be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Sierro?= Date: Thu, 7 Sep 2023 13:19:10 +0200 Subject: [PATCH] docs fix --- src/scgenerator/noise.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)