jAER project on SourceForge

Uses of Class
net.sf.jaer.biasgen.VDAC.DAC

Packages that use DAC
ch.unizh.ini.jaer.chip.cochlea Classes related to Shih-Chii's and Andre's cochlea chips. 
ch.unizh.ini.jaer.chip.dollbrain The dollbrain project AER sensors - see DollBrain project pages
ch.unizh.ini.jaer.projects.opticalflow.chip The Motion18 optical flow chip description, including VPot bias interface. 
net.sf.jaer.biasgen.VDAC Classes related to programmable voltage DACs. 
 

Uses of DAC in ch.unizh.ini.jaer.chip.cochlea
 

Fields in ch.unizh.ini.jaer.chip.cochlea declared as DAC
protected  DAC CochleaAMS1b.Biasgen.dac
          The DAC on the board.
 

Uses of DAC in ch.unizh.ini.jaer.chip.dollbrain
 

Fields in ch.unizh.ini.jaer.chip.dollbrain declared as DAC
static DAC Dollbrain1.dac
           
 

Uses of DAC in ch.unizh.ini.jaer.projects.opticalflow.chip
 

Fields in ch.unizh.ini.jaer.projects.opticalflow.chip declared as DAC
static DAC Motion18.dac
          The DAC on the board
 

Uses of DAC in net.sf.jaer.biasgen.VDAC
 

Methods in net.sf.jaer.biasgen.VDAC that return DAC
 DAC VPot.getDac()
           
 

Methods in net.sf.jaer.biasgen.VDAC with parameters of type DAC
 void VPot.setDac(DAC dac)
           
 

Constructors in net.sf.jaer.biasgen.VDAC with parameters of type DAC
VPot(Chip chip, java.lang.String name, DAC dac, int channel, Pot.Type type, Pot.Sex sex, int bitValue, int displayPosition, java.lang.String tooltipString)
          Creates a new instance of VPot and loads the preferred bit value.
 


jAER project on SourceForge