-
Notifications
You must be signed in to change notification settings - Fork 0
eidors_stimulus.mat
Calvin Eiber edited this page Jun 30, 2021
·
1 revision
eidors~/stimulus (name).mat
contains the extracellular stimulation '$V_e$` fields for a given fascicle pattern and electrode array design. Generated by models.nerve_anatomy. Can be visualised using plots.view_sensitivity, etc.
The variables saved in an stimulus.mat
file are:
Variable | Type | Description |
---|---|---|
info |
struct | input options structure describing the array, nerve, and mesh properties. See tools.opts_to_args. |
model |
EIDORS fwd_mdl
|
Forward finite-element model with mesh and EIDORS solver information. See http://eidors3d.sourceforge.net/tutorial/data_structures.shtml. |
v_extracellular |
double nPoints x nElectrodes | extracellular potential, defined at each node in the FEM |