public interface ISignalToTransmitService
SignalProcessor
which produces the set of signals to
be transmitted, prior to applying any effects from the antenna including gains in the direction of transmission.
This service is used by the ScalarAntennaGainInLinkDirection
to measure the transmitter antenna gain. It can also be used to discover the chain of
SignalProcessors
which are used to generate a signal to transmit.Modifier and Type | Method and Description |
---|---|
SignalProcessor |
getInputSignalProcessor()
Gets the
SignalProcessor which produces the set of signals to transmit,
just prior to passing through the antenna. |
SignalProcessor getInputSignalProcessor()
SignalProcessor
which produces the set of signals to transmit,
just prior to passing through the antenna.