Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.doc.sdynpy_vibration_test.optimal_subset

Signature

def sdynpy.doc.sdynpy_vibration_test.optimal_subset(time_data: sdynpy.core.sdynpy_data.TimeHistoryArray, num_subset_samples: int, amplitude_factor: float = 0.5)

Find the start index of the time subset with most stable amplitude.

Searches for a contiguous window of num_subset_samples samples that minimises the standard deviation of RMS amplitude across channels while remaining above a minimum amplitude threshold.

Parameters

Returns