Component.evaluate_data

rfnetwork.component.Component.evaluate_data

abstractmethod Component.evaluate_data(frequency)

Returns s-matrix and noise correlation matrix of the component.

Return type:

Tuple[ndarray, ndarray]

Parameters

frequencynp.ndarray

vector of frequency values to evaluate data for, in Hz.

Returns

sdatanp.ndarray

MxNxN s-matrix where M is the number of frequency values and N is the number of ports.

ndatanp.ndarray

MxNxN noise correlation matrix where M is the number of frequency values and N is the number of ports.