This commit is contained in:
Benoît Sierro
2023-09-07 13:19:10 +02:00
parent 0c644640c1
commit 292896bdce

View File

@@ -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)