skrf.network.Network.set_noise_a¶
- Network.set_noise_a(noise_freq=None, nfmin_db=0, gamma_opt=0, rn=1)[source]¶
sets the “A” (ie cascade) representation of the correlation matrix, based on the noise frequency and input parameters.
- Parameters
noise_freq (Optional[skrf.frequency.Frequency]) –
nfmin_db (float) –
gamma_opt (float) –
rn (Union[numbers.Number, Sequence[numbers.Number], numpy.ndarray]) –
- Return type
None