com.jsyn.unitgen
Class LatchZeroCrossing
java.lang.Object
com.jsyn.unitgen.UnitGenerator
com.jsyn.unitgen.LatchZeroCrossing
public class LatchZeroCrossing
- extends UnitGenerator
Latch when input crosses zero.
Pass a value unchanged if gate true, otherwise output zero after input
crosses zero.
- See Also:
Minimum
Method Summary |
void |
generate(int start,
int limit)
Perform essential synthesis function. |
Methods inherited from class com.jsyn.unitgen.UnitGenerator |
addPort, convertHalfLifeToMultiplier, flattenOutputs, generate, getFramePeriod, getFrameRate, getPortByName, getPorts, getSynthesisEngine, isEnabled, pullData, setCircuit, setFrameRate, setSynthesisEngine, start, stop |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
input
public UnitInputPort input
gate
public UnitInputPort gate
output
public UnitOutputPort output
LatchZeroCrossing
public LatchZeroCrossing()
generate
public void generate(int start,
int limit)
- Description copied from class:
UnitGenerator
- Perform essential synthesis function.
- Specified by:
generate
in class UnitGenerator
- Parameters:
start
- offset into port bufferslimit
- limit offset into port buffers for loop