Uses of Class
org.harctoolbox.analyze.Burst
Packages that use Burst
-
Uses of Burst in org.harctoolbox.analyze
Methods in org.harctoolbox.analyze that return BurstModifier and TypeMethodDescriptionAnalyzer.getBurst(int i) Return bursts order after their frequency.Analyzer.getSortedBurst(int i) Return bursts ordered lexicographically.protected static Burst[]Methods in org.harctoolbox.analyze that return types with arguments of type BurstMethods in org.harctoolbox.analyze with parameters of type BurstModifier and TypeMethodDescriptionintstatic intbooleanBurst.equalsWithLongGap(Burst burst) intAnalyzer.getNumberPairs(Burst pair) protected static Burst[]intConstructors in org.harctoolbox.analyze with parameters of type BurstModifierConstructorDescriptionPwm2Decoder(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)