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.MultipleCoherenceArray

Signature

class sdynpy.MultipleCoherenceArray(shape, nelements, buffer=None, offset=0, strides=None, order=None)

Data array used to store coherence data

Attributes

NameSummary
function_typeReturns the function type of the data array

function_type

Returns the function type of the data array

Methods

NameSummary
from_time_dataComputes coherence from reference and response time histories

from_time_data

def sdynpy.MultipleCoherenceArray.from_time_data(response_data: sdynpy.core.sdynpy_data.TimeHistoryArray, samples_per_average: int = None, overlap: float = 0.0, window=array([1.]), reference_data: sdynpy.core.sdynpy_data.TimeHistoryArray = None)

Computes coherence from reference and response time histories

Parameters

Returns

Raises