org.simBio.sim.analyzer.measure
Class HR
java.lang.Object
org.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Analyzer
org.simBio.sim.analyzer.measure.AbstractMeasure
org.simBio.sim.analyzer.measure.HR
- All Implemented Interfaces:
- Node
public class HR
- extends AbstractMeasure
心拍数を計測する。
- Version:
- $Id: HR.java,v 1.1 2007/10/31 07:07:20 nsarai Exp $
- Author:
- Sarai
- See Also:
- XML example
Method Summary |
protected void |
measure(double t)
総電流が負から正に変化した時間を計測する。
前回との差を取ってAP間隔を計測する。
1 minをAP間隔で除する。 |
Methods inherited from class org.simBio.core.Component |
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit, setLinks |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iTotal
public Node iTotal
- 総電流 (pA)
HR
public HR()
measure
protected void measure(double t)
- 総電流が負から正に変化した時間を計測する。
前回との差を取ってAP間隔を計測する。
1 minをAP間隔で除する。
- Specified by:
measure
in class AbstractMeasure
- Parameters:
t
- elapsed time- See Also:
AbstractMeasure.measure(double)
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.