bio.ecg
Class EcgCalc
java.lang.Object
bio.ecg.EcgCalc
public class EcgCalc
- extends java.lang.Object
- Author:
- Mauricio Villarroel (m.villarroel@acm.og)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EcgCalc
public EcgCalc(EcgParam parameters,
EcgLogWindow logOb)
- Creates a new instance of EcgCalc
- Parameters:
parameters
- logOb
-
calculateEcg
public boolean calculateEcg()
getEcgResultNumRows
public int getEcgResultNumRows()
getEcgResultTime
public double getEcgResultTime(int index)
getEcgResultVoltage
public double getEcgResultVoltage(int index)
getEcgResultPeak
public int getEcgResultPeak(int index)