Hello everyone,
I’m new here and also pretty new at programming. I am doing a master thesis on snakes Infra-red map formation using Brian2. The main idea is to use an input as noise and connect it with a stdp-synapse to the other neuron layers to form a neural map.
For the input I have used:
input = PoissonGroup(N,rates=45*Hz)
I need a continuous Input to use as the noise but I couldn’t find anything in the Brian Documentation. Could you please help me on how to tackle this problem.
Thank you in advance!
Iris