The response or the network output

The response or the network output

After a network simulation via a command like


    » R=simulate(nmc,Tstim,S);

the response is stored in the cell array R. R{i} contains the traces specified by the i-th nmc = record(nmc,...) statement during the setup of the simulation.

R{i} by itself is a struct array with the only field channel which is in turn a struct array with a similar structure as an input signal. That is

  • R{i}.channel(j).data : signal data : vektor of the analog values or spike times. Note that the data always starts at time t=0.

  • R{i}.channel(j).spiking : binary flag (0/1) which determines if data should be interpreted as spike times or as an analog signal

  • R{i}.channel(j).dt : time discretization; for analog signals only

  • R{i}.channel(j).fieldName : name of the recorded field

  • R{i}.channel(j).idx : handle of the object from which field the data was recorded

 
(C) 2003, Thomas Natschläger last modified 06/12/2006