jAER project on SourceForge

ch.unizh.ini.jaer.chip.cochlea
Class CochleaAMSWithBiasgen.Biasgen

java.lang.Object
  extended by net.sf.jaer.biasgen.Biasgen
      extended by ch.unizh.ini.jaer.chip.cochlea.CochleaAMSWithBiasgen.Biasgen
All Implemented Interfaces:
java.util.Observer, BiasgenHardwareInterface, BiasgenPreferences, HardwareInterface
Enclosing class:
CochleaAMSWithBiasgen

public class CochleaAMSWithBiasgen.Biasgen
extends Biasgen

Describes IPots. These are configured by a shift register as shown here:

tmpdiff128 shift register arrangement

Author:
tobi

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jaer.biasgen.Biasgen
Biasgen.HasPreference
 
Field Summary
 
Fields inherited from class net.sf.jaer.biasgen.Biasgen
controlPanel, hardwareInterface, potArray
 
Constructor Summary
CochleaAMSWithBiasgen.Biasgen(Chip chip)
          Creates a new instance of Biasgen for Tmpdiff128 with a given hardware interface
 
Method Summary
 
Methods inherited from class net.sf.jaer.biasgen.Biasgen
buildControlPanel, close, endBatchEdit, exportPreferences, flashConfiguration, formatConfigurationBytes, getChip, getControlPanel, getHardwareInterface, getIPotGroups, getMasterbias, getName, getNumPots, getPotArray, getPotByName, getPotByNumber, getTypeName, importPreferences, isBatchEditOccurring, isInitialized, isOpen, loadPreferences, open, putPref, putPref, putPref, putPref, putPref, resume, sendConfiguration, setBatchEditOccurring, setChip, setControlPanel, setHardwareInterface, setIPotGroups, setMasterbias, setName, setPotArray, setPowerDown, showUnitializedBiasesWarningDialog, startBatchEdit, storePreferences, suspend, toString, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CochleaAMSWithBiasgen.Biasgen

public CochleaAMSWithBiasgen.Biasgen(Chip chip)
Creates a new instance of Biasgen for Tmpdiff128 with a given hardware interface

Parameters:
chip - the chip this biasgen belongs to

jAER project on SourceForge