Network.evaluate_data
rfnetwork.network.Network.evaluate_data
- Network.evaluate_data(frequency, noise=True)
Returns s-matrix and noise correlation matrix of the network.
- 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.