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.core.sdynpy_data.frf_from_time_data

Signature

def sdynpy.core.sdynpy_data.frf_from_time_data(reference_data: sdynpy.core.sdynpy_data.TimeHistoryArray, response_data: sdynpy.core.sdynpy_data.TimeHistoryArray, samples_per_average: int = None, overlap: float = 0.0, method: str = 'H1', window=array([1.]), return_model_data=False, **timedata2frf_kwargs)

Computes a transfer function from reference and response time histories

Parameters

Returns

Raises