Package | Description |
---|---|
us.gov.dod.standard.ssrf._3_1.receiver | |
us.gov.dod.standard.ssrf._3_1.transmitter |
Modifier and Type | Method and Description |
---|---|
RxModulation |
RxModulation.withCodePeriod(Double value)
Set the length of time of the pseudorandom code repetition period.
|
RxModulation |
RxModulation.withCodeRate(Double value)
Set the pseudorandom code rate.
|
RxModulation |
RxModulation.withDigitalModType(ListCMO value)
Set the type of digital modulation.
|
RxModulation |
RxModulation.withLineCoding(ListCDF value)
Set the format used to represent binary digit sequencing when digital
modulation is used.
|
RxModulation |
RxModulation.withMaxBitRate(Double value)
Set the maximum bit rate in kilobits per second applicable to digital
communications systems.
|
RxModulation |
RxModulation.withNumStates(Integer value)
Set the total number of states, e.g., 4 for 4-ary Phase Shift-Keying, 64
for 64 level Quadrature AM.
|
Modifier and Type | Method and Description |
---|---|
Set<RxModulation> |
RxMode.getRxModulation()
Get the RxModulation
|
Modifier and Type | Method and Description |
---|---|
RxMode |
RxMode.withRxModulation(RxModulation... values)
Set the RxModulation
|
Modifier and Type | Method and Description |
---|---|
RxMode |
RxMode.withRxModulation(Collection<RxModulation> values)
Set the RxModulation
|
Modifier and Type | Class and Description |
---|---|
class |
TxModulation
TxModulation contains the detailed characteristics of the modulation on the
transmitter side.
|
Copyright © 2016 OpenSSRF.org. All rights reserved.