public class PilotPattern extends BitPatternImpl
Constructor and Description |
---|
PilotPattern() |
PilotPattern(int halfLength)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PilotPattern |
bitPatternAfterPilot(BitPatternGenerator bitPatternAfterPilot) |
BitPatternGenerator |
getBitPatternAfterPilot() |
DigitalSignal |
getOutput(int i) |
bitPattern, getTriggerPeriod, toString
public PilotPattern()
@Deprecated public PilotPattern(int halfLength)
halfLength,
- e.g. 4 results in length 8 pilot: 1, 0, 1, 0, 1, 0, 1, 0 might result in 4 complex symbolspublic DigitalSignal getOutput(int i)
getOutput
in interface BitPatternGenerator
getOutput
in class BitPatternImpl
public BitPatternGenerator getBitPatternAfterPilot()
public PilotPattern bitPatternAfterPilot(BitPatternGenerator bitPatternAfterPilot)