IshmaelDetector
Class SgramCorrProcess.PerChannelInfo

java.lang.Object
  extended by IshmaelDetector.SgramCorrProcess.PerChannelInfo
Enclosing class:
SgramCorrProcess

public class SgramCorrProcess.PerChannelInfo
extends java.lang.Object

Information specific to each channel.


Field Summary
(package private)  long nFramesIn
           
(package private)  int sliceIx
           
(package private)  double[][] storedGram
           
 
Constructor Summary
SgramCorrProcess.PerChannelInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storedGram

double[][] storedGram

nFramesIn

long nFramesIn

sliceIx

int sliceIx
Constructor Detail

SgramCorrProcess.PerChannelInfo

public SgramCorrProcess.PerChannelInfo()