Ejemplo n.º 1
0
 public void Initialize(int bytepersample,int len, int max, int width)
 {
     BytePerSample = bytepersample;
     DisplayLength = len;
     DisplayAmpMax = max;
     DisplayWidthMax = width;
     Gain = 9;
     GisFrame = new ChartFrame(bytepersample,DisplayLength, DisplayAmpMax);
 }
Ejemplo n.º 2
0
 public void Initialize(int bytepersample, int len, int max, int width)
 {
     BytePerSample   = bytepersample;
     DisplayLength   = len;
     DisplayAmpMax   = max;
     DisplayWidthMax = width;
     Gain            = 9;
     GisFrame        = new ChartFrame(bytepersample, DisplayLength, DisplayAmpMax);
 }