docs fix
This commit is contained in:
@@ -60,8 +60,8 @@ class NoiseMeasurement:
|
|||||||
function by using `NoiseMeasurement.window_function` decorator, and use the name
|
function by using `NoiseMeasurement.window_function` decorator, and use the name
|
||||||
you gave it as this argument.
|
you gave it as this argument.
|
||||||
num_segments : int, optional
|
num_segments : int, optional
|
||||||
number of segments to cut the signal in. This will trade lower frequency information for
|
number of segments to cut the signal into. This will trade lower frequency information
|
||||||
better variance of the estimated PSD. The default 1 means no cutting.
|
for better variance of the estimated PSD. The default 1 means no cutting.
|
||||||
"""
|
"""
|
||||||
signal = np.asanyarray(signal)
|
signal = np.asanyarray(signal)
|
||||||
signal_segments = segments(signal, num_segments)
|
signal_segments = segments(signal, num_segments)
|
||||||
|
|||||||
Reference in New Issue
Block a user