Example #1
0
 protected double getTgtNoise(final ASSET.ParticipantType target, final double absBearingDegs) {
   return target.getRadiatedNoiseFor(getMedium(), absBearingDegs);
 }
Example #2
0
 // allow an 'overview' test, just to check if it is worth all of the above processing
 protected boolean canDetectThisType(
     NetworkParticipant ownship, final ASSET.ParticipantType other, EnvironmentType env) {
   return other.radiatesThisNoise(getMedium());
 }
Example #3
0
 protected double getOSNoise(final ASSET.ParticipantType ownship, final double absBearingDegs) {
   return ownship.getSelfNoiseFor(getMedium(), absBearingDegs);
 }