docs fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user