public class AutoCorrMessageLengthMeter extends MessageLengthMeter
AutoCorrMessageLengthMeter
measures the autocorrelation of
message lengthsModifier and Type | Field and Description |
---|---|
protected ExactAutoCorrelationStatistic |
autoCorrStatistic |
Constructor and Description |
---|
AutoCorrMessageLengthMeter(int lag,
java.lang.String name,
SimNode parentNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
evaluateSample(long length) |
evaluateMessage, useMessage
attachInput, attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected final ExactAutoCorrelationStatistic autoCorrStatistic
public AutoCorrMessageLengthMeter(int lag, java.lang.String name, SimNode parentNode)
protected void evaluateSample(long length)
evaluateSample
in class MessageLengthMeter