jAER project on SourceForge

Uses of Class
net.sf.jaer.chip.Chip

Packages that use Chip
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.chip.dvs320 The DVS320 retina, including new fully-configurable on-chip bias current generators and digitally controlled diagnostic output. 
ch.unizh.ini.jaer.chip.object The AER winner-take-all (WTA) "object" chips developed in the CAVIAR project. 
ch.unizh.ini.jaer.chip.retina Classes related to particular retina chips. 
ch.unizh.ini.jaer.chip.retinaCochlea Combined retina-cochlea AER "chip" to merge retinas and cochlea AER streams into a unified stream. 
ch.unizh.ini.jaer.chip.stereopsis Support for combining two retinas either on separate or single USB interfaces. 
ch.unizh.ini.jaer.projects.opticalflow.chip The Motion18 optical flow chip description, including VPot bias interface. 
es.cnm.imse.jaer.chip.convolution The AER convolution chips developed in the CAVIAR project. 
net.sf.jaer.biasgen Classes related to ipot on-chip programmable bias current generator. 
net.sf.jaer.biasgen.VDAC Classes related to programmable voltage DACs. 
net.sf.jaer.chip Classes related to CAVIAR retina. 
no.uio.ifi.jaer.chip.foveated The foveated AER silicon retina sensors developed by UIO. 
no.uio.ifi.jaer.chip.learning The spatio-temporal learning-classifier chips developed in the CAVIAR project. 
no.uio.ifi.jaer.chip.staticbiovis The StaticBioVis AER silicon retina sensors developed by UIO. 
org.ine.telluride.jaer.cuda AER processing with NVIDIA CUDA-enabled GPUs. 
 

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

Subclasses of Chip in ch.unizh.ini.jaer.chip.cochlea
 class CochleaAERb
          Shih-Chii's and Andre's and Vincent's first cochleas (also for revision).
 class CochleaAMS1b
          Extends Shih-Chii's AMS cochlea AER chip to add bias generator interface, to be used when using the on-chip bias generator and the on-board DACs.
 class CochleaAMSNoBiasgen
          For Shih-Chii's AMS cochlea with binaraul 64 stage cochlea each tap with 8 ganglion cells, 4 of LPF type and 4 of BPF type.
 class CochleaAMSWithBiasgen
          Deprecated. replaced by CochleaAMS1b which has a totally new Biasgen for controlling all the digital features of CochleaAMS1b
 class CochleaChip
          Superclass for cochlea chips.
 

Constructors in ch.unizh.ini.jaer.chip.cochlea with parameters of type Chip
CochleaAMS1b.Biasgen(Chip chip)
          Creates a new instance of Biasgen for Tmpdiff128 with a given hardware interface
CochleaAMSWithBiasgen.Biasgen(Chip chip)
          Creates a new instance of Biasgen for Tmpdiff128 with a given hardware interface
 

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

Subclasses of Chip in ch.unizh.ini.jaer.chip.dollbrain
 class ColorContrastRetinaTestChip
          Chip description for of conv32 imse raphael/bernabe convolution chip.
 class Dollbrain1
          Chip description for of conv32 imse raphael/bernabe convolution chip.
 

Constructors in ch.unizh.ini.jaer.chip.dollbrain with parameters of type Chip
Dollbrain1.DollBrainBiasgen(Chip chip)
           
 

Uses of Chip in ch.unizh.ini.jaer.chip.dvs320
 

Subclasses of Chip in ch.unizh.ini.jaer.chip.dvs320
 class DVS320
          Describes DVS320 retina and its event extractor and bias generator.
 

Constructors in ch.unizh.ini.jaer.chip.dvs320 with parameters of type Chip
DVS320.DVS320Biasgen(Chip chip)
          Creates a new instance of DVS320Biasgen for DVS320 with a given hardware interface
 

Uses of Chip in ch.unizh.ini.jaer.chip.object
 

Subclasses of Chip in ch.unizh.ini.jaer.chip.object
 class Tnc3
          Describes SC/mao's WTA/object chip.
 

Uses of Chip in ch.unizh.ini.jaer.chip.retina
 

Subclasses of Chip in ch.unizh.ini.jaer.chip.retina
 class AERetina
          A superclass for retina chips, with renderers and event filters.
 class DVS128
          Describes DVS128 retina and its event extractor and bias generator.
 class TestchipARCSLineSensor
           
 class TestchipARCsPixelTestArray
          Describes test chip arcs for pixel test array retina and its event extractor and bias generator.
 class Tmpdiff128
          Describes tmpdiff128 retina and its event extractor and bias generator.
 class Tmpdiff64
           
 

Constructors in ch.unizh.ini.jaer.chip.retina with parameters of type Chip
DVS128.Biasgen(Chip chip)
          Creates a new instance of Biasgen for DVS128 with a given hardware interface
TestchipARCsPixelTestArray.Biasgen(Chip chip)
          Creates a new instance of Biasgen for Tmpdiff128 with a given hardware interface
Tmpdiff128.Biasgen(Chip chip)
          Creates a new instance of Biasgen for Tmpdiff128 with a given hardware interface
 

Uses of Chip in ch.unizh.ini.jaer.chip.retinaCochlea
 

Subclasses of Chip in ch.unizh.ini.jaer.chip.retinaCochlea
 class Tmpdiff128AndCochleaAERb
           
 class Tmpdiff64AndCochleaAERb
          Simultaneously displays Tmpdiff64 and CochleaAERb in one ChipCanvas.
 

Uses of Chip in ch.unizh.ini.jaer.chip.stereopsis
 

Subclasses of Chip in ch.unizh.ini.jaer.chip.stereopsis
 class Tmpdiff128StereoBoard
          The AEChip object representing the Tmpdiff128 Stereo Board.
 class Tmpdiff128StereoPair
          A stereo pair of Tmpdiff128 retinas each with its own separate but time-sychronized hardware interface.
 

Constructors in ch.unizh.ini.jaer.chip.stereopsis with parameters of type Chip
Tmpdiff128StereoPair.Biasgen(Chip chip)
          Creates a new instance of Biasgen for Tmpdiff128 with a given hardware interface
 

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

Subclasses of Chip in ch.unizh.ini.jaer.projects.opticalflow.chip
 class Motion18
          Describes the motion18 chip from Alan Stocker with Pit Gebbers board wrapped around it.
 

Constructors in ch.unizh.ini.jaer.projects.opticalflow.chip with parameters of type Chip
Motion18.Motion18Biasgen(Chip chip)
           
 

Uses of Chip in es.cnm.imse.jaer.chip.convolution
 

Subclasses of Chip in es.cnm.imse.jaer.chip.convolution
 class Conv32
          Chip description for of conv32 imse raphael/bernabe convolution chip.
 class Conv64
          Chip description for quad combination of conv32 imse raphael/bernabe convolution chip.
 class Conv64InOut
          Chip description for quad combination of conv32 imse, displaying input and output simultaneous, by additional x bit.
 class Conv64NoNegativeEvents
          Chip description for quad combination of conv32 imse raphael/bernabe convolution chip that doesn't extract negative correlation events.
 

Uses of Chip in net.sf.jaer.biasgen
 

Fields in net.sf.jaer.biasgen declared as Chip
protected  Chip Pot.chip
          The Chip for this Pot
 

Methods in net.sf.jaer.biasgen that return Chip
 Chip Biasgen.getChip()
          Returns chip associated with this biasgen.
 

Methods in net.sf.jaer.biasgen with parameters of type Chip
 void Biasgen.setChip(Chip chip)
          Sets chip associated with this biasgen
 

Constructors in net.sf.jaer.biasgen with parameters of type Chip
Biasgen(Chip chip)
          Constructs a new biasgen.
BiasgenFrame(Chip chip)
          Creates new form BiasgenApp, using an existing Biasgen.
IPotGroup(Chip chip, java.lang.String name)
          Creates a new instance of IPotGroup
Pot(Chip chip)
          Constructs a new instance of Pot which adds itself as a preference change listener.
 

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

Constructors in net.sf.jaer.biasgen.VDAC with parameters of type Chip
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.
 

Uses of Chip in net.sf.jaer.chip
 

Subclasses of Chip in net.sf.jaer.chip
 class AEChip
          Describes a generic address-event chip, and includes fields for associated classes like its renderer, its rendering paint surface, file input and output event streams, and the event filters that can operate on its output.
 class Chip2D
          A Chip with a 2D (or 1D) array of pixels.
 

Uses of Chip in no.uio.ifi.jaer.chip.foveated
 

Subclasses of Chip in no.uio.ifi.jaer.chip.foveated
 class UioFoveatedImager
          To describe Mehdi Azadmehrs Foveated Imager Chip This chip has an adress space of 83x87.
 

Uses of Chip in no.uio.ifi.jaer.chip.learning
 

Subclasses of Chip in no.uio.ifi.jaer.chip.learning
 class Learning
          Describes phillips learning classifier chip.
 

Uses of Chip in no.uio.ifi.jaer.chip.staticbiovis
 

Subclasses of Chip in no.uio.ifi.jaer.chip.staticbiovis
 class UioStaticBioVis
          The chip is a 92x92 pixels imager which converts illumination into a frequency of events.
 

Uses of Chip in org.ine.telluride.jaer.cuda
 

Subclasses of Chip in org.ine.telluride.jaer.cuda
 class CUDAChip
          This synthetic AEChip has an EventExtractor2D that understands the CUDA event output.
 


jAER project on SourceForge