public interface ISignalTransmissionService
WirelessLinkExtension to obtain the transmitted
signals from an antenna by applying any gains or other effects that modify the signal during transmission.| Modifier and Type | Method and Description |
|---|---|
Axes |
getSignalTransmissionAxes()
Gets the
Axes associated with signal transmission. |
SignalEvaluator |
getSignalTransmissionEvaluator(EvaluatorGroup group,
Vector reflectedVector,
SignalPropagationGraph graph)
Get an evaluator which can produce the signal after transmission.
|
@Nonnull SignalEvaluator getSignalTransmissionEvaluator(@Nonnull EvaluatorGroup group, @Nonnull Vector reflectedVector, @Nonnull SignalPropagationGraph graph)
group - The evaluator group in which to create the evaluator.reflectedVector - The link geometry with respect to the transmitter.graph - The graph of the communication links used to propagate signals.