Component_SnP.evaluate_data
rfnetwork.component.Component_SnP.evaluate_data
- Component_SnP.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 over, 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.