Package | Description |
---|---|
us.gov.dod.standard.ssrf._3_1.receiver | |
us.gov.dod.standard.ssrf._3_1.transmitter |
Modifier and Type | Method and Description |
---|---|
Baseband |
Baseband.withBitDuration(Double value)
Set the period of elapsed time, per bit instance, before change of states.
|
Baseband |
Baseband.withModFreqMax(Double value)
Set the maximum modulating frequency: - for a transmitter, measured on the
high side of the spectrum signature at the -3 dB point before the baseband
signal begins the up-conversion process; - for a receiver, frequency that
can be recovered and demodulated by the receiver.
|
Baseband |
Baseband.withModFreqMin(Double value)
Set the minimum modulating frequency measured: - for a transmitter, on the
low side of the spectrum signature at the -3 dB point before the baseband
signal begins the up-conversion process; - for a receiver, at the -3 dB
point on the low frequency side of the receiver baseband, after detection
but prior to de-multiplexing or demodulation.
|
Baseband |
Baseband.withOOKPattern(String value)
Set a text description of the on-off keying (OOK) pattern.
|
Baseband |
Baseband.withSignalDurationMax(Double value)
Set the maximum time value for how long the tone persists in the baseband.
|
Baseband |
Baseband.withSignalDurationMin(Double value)
Set the minimum time value for how long the tone persists in the baseband.
|
Baseband |
Baseband.withSignalSequenceDesc(String value)
Set the pattern of occurrence of sub-signals.
|
Baseband |
Baseband.withSignalShape(ListUSS value)
Set the basic shape of the signal.
|
Baseband |
Baseband.withSignalType(ListCMO value)
Set the type of modulation.
|
Modifier and Type | Method and Description |
---|---|
Set<Baseband> |
RxMode.getBaseband()
Get the Baseband
|
Modifier and Type | Method and Description |
---|---|
RxMode |
RxMode.withBaseband(Baseband... values)
Set the Baseband
|
Modifier and Type | Method and Description |
---|---|
RxMode |
RxMode.withBaseband(Collection<Baseband> values)
Set the Baseband
|
Modifier and Type | Method and Description |
---|---|
Set<Baseband> |
TxMode.getBaseband()
Get the Baseband
|
Modifier and Type | Method and Description |
---|---|
TxMode |
TxMode.withBaseband(Baseband... values)
Set the Baseband
|
Modifier and Type | Method and Description |
---|---|
TxMode |
TxMode.withBaseband(Collection<Baseband> values)
Set the Baseband
|
Copyright © 2016 OpenSSRF.org. All rights reserved.