skrf.network.Network.add_noise_polar_flatband

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

adds a flatband complex zero-mean gaussian white-noise signal of given standard deviations for magnitude and phase

Parameters
  • mag_dev (number) – standard deviation of magnitude

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

Return type

None