skrf.network.Network.multiply_noise

Network.multiply_noise(mag_dev, phase_dev, **kwargs)[source]

Multiply a complex bivariate gaussian white-noise signal of given standard deviations for magnitude and phase. The mean of the magnitude is 1, and the mena of the phase is 0.

Parameters:
  • mag_dev (float) – standard deviation of magnitude

  • phase_dev (float) – standard deviation of phase [in degrees]

Return type:

None