예제 #1
0
  protected double getBkgndNoise(
      ASSET.Models.Environment.EnvironmentType environment,
      MWC.GenericData.WorldLocation host,
      double absBearingDegs) {

    double res;

    // use the environment to determine the loss
    res = environment.getBkgndNoise(EnvironmentType.BROADBAND_PASSIVE, host, absBearingDegs);

    return res;
  }