Uses of Interface
ca.nengo.model.Noise

Packages that use Noise
ca.nengo.model   
ca.nengo.model.impl   
ca.nengo.model.nef.impl   
ca.nengo.model.neuron.impl   
 

Uses of Noise in ca.nengo.model
 

Methods in ca.nengo.model that return Noise
 Noise Noise.clone()
           
 Noise Noise.Noisy.getNoise()
           
 

Methods in ca.nengo.model with parameters of type Noise
 void Noise.Noisy.setNoise(Noise noise)
           
 

Uses of Noise in ca.nengo.model.impl
 

Classes in ca.nengo.model.impl that implement Noise
static class NoiseFactory.NoiseImplFunction
          Note: there are no public setters here for the same reason as in NoiseImplPDF.
static class NoiseFactory.NoiseImplNull
           
static class NoiseFactory.NoiseImplPDF
          Note: setters are private, because Origins typically make copies for each output dimension, which would then not be updated with changes to the original.
 

Methods in ca.nengo.model.impl that return Noise
 Noise NoiseFactory.NoiseImplFunction.clone()
           
 Noise NoiseFactory.NoiseImplNull.clone()
           
 Noise NoiseFactory.NoiseImplPDF.clone()
           
 Noise BasicOrigin.getNoise()
           
static Noise NoiseFactory.makeExplicitNoise(Function function)
           
static Noise NoiseFactory.makeNullNoise()
           
static Noise NoiseFactory.makeRandomNoise(float frequency, PDF pdf)
           
static Noise NoiseFactory.makeRandomNoise(float frequency, PDF pdf, DynamicalSystem dynamics, Integrator integrator)
           
 

Methods in ca.nengo.model.impl with parameters of type Noise
 void BasicOrigin.setNoise(Noise noise)
          Note that noise is only applied to RealOutput.
 

Uses of Noise in ca.nengo.model.nef.impl
 

Methods in ca.nengo.model.nef.impl that return Noise
 Noise DecodedOrigin.getNoise()
           
 

Methods in ca.nengo.model.nef.impl with parameters of type Noise
 void DecodedOrigin.setNoise(Noise noise)
           
 

Uses of Noise in ca.nengo.model.neuron.impl
 

Methods in ca.nengo.model.neuron.impl that return Noise
 Noise SpikingNeuron.getNoise()
           
 

Methods in ca.nengo.model.neuron.impl with parameters of type Noise
 void SpikingNeuron.setNoise(Noise noise)