| Package | Description |
|---|---|
| org.harctoolbox.analyze |
| Modifier and Type | Method and Description |
|---|---|
Burst |
Analyzer.getBurst(int i)
Return bursts order after their frequency.
|
Burst |
Analyzer.getSortedBurst(int i)
Return bursts ordered lexicographically.
|
protected static Burst[] |
PwmDecoder.mkBursts(Burst... bursts) |
| Modifier and Type | Method and Description |
|---|---|
List<Burst> |
Analyzer.getPairs() |
| Modifier and Type | Method and Description |
|---|---|
int |
Burst.compare(Burst burst) |
static int |
Burst.compare(Burst burst1,
Burst burst2) |
boolean |
Burst.equalsWithLongGap(Burst burst) |
String |
Analyzer.getName(Burst pair) |
int |
Analyzer.getNumberPairs(Burst pair) |
protected static Burst[] |
PwmDecoder.mkBursts(Burst... bursts) |
int |
Burst.overhang(Burst burst) |
| Constructor and Description |
|---|
Pwm2Decoder(Analyzer analyzer,
Analyzer.AnalyzerParams params,
Burst zero,
Burst one) |
Pwm4Decoder(Analyzer analyzer,
Analyzer.AnalyzerParams params,
Burst zero,
Burst one,
Burst two,
Burst three) |
PwmDecoder(Analyzer analyzer,
Analyzer.AnalyzerParams params,
Burst[] bursts) |
Copyright © 2019. All rights reserved.