Home
last modified time | relevance | path

Searched defs:tau_m (Results 1 – 13 of 13) sorted by relevance

/dports/science/nest/nest-simulator-3.1/pynest/examples/
H A Dcorrelospinmatrix_detector_two_neuron.py42 tau_m = 10. variable
H A Dpulsepacket.py67 tau_m = 20. # membrane time constant (ms) variable
128 def find_loc_pspmax(tau_s, tau_m): argument
H A Dhpc_benchmark.py107 def convert_synapse_weight(tau_m, tau_syn, C_m): argument
H A DCampbellSiegert.py78 tau_m = 10.0 # (ms) membrane time constant variable
H A Dgif_pop_psc_exp.py72 tau_m = 20 * np.ones(M) # membrane time constant variable
/dports/science/pynn/PyNN-0.10.0/pyNN/neuron/
H A Dcells.py166 def __init__(self, syn_type, syn_shape, tau_m, c_m, v_rest, i_offset, argument
193 tau_m = property(fget=__get_tau_m, fset=__set_tau_m) variable in LeakySingleCompartmentNeuron
203 def __init__(self, syn_type, syn_shape, tau_m=20, c_m=1.0, v_rest=-65, argument
231 def __init__(self, syn_type, syn_shape, tau_m=20, c_m=1.0, v_rest=-65, argument
284 tau_m = property(fget=__get_tau_m, fset=__set_tau_m) variable in BretteGerstnerIF
342 def __init__(self, syn_type, syn_shape, tau_m=10.0, c_m=1.0, v_rest=-70.0, argument
439 tau_m=20, c_m=1.0, v_rest=-65, argument
/dports/science/nest/nest-simulator-3.1/pynest/examples/Potjans_2014/
H A Dhelpers.py64 def postsynaptic_potential_to_current(C_m, tau_m, tau_syn): argument
/dports/science/nest/nest-simulator-3.1/models/
H A Dgif_psc_exp.cpp292 const double tau_m = P_.c_m_ / P_.g_L_; in calibrate() local
H A Dgif_psc_exp_multisynapse.cpp303 const double tau_m = P_.c_m_ / P_.g_L_; in calibrate() local
H A Dht_neuron.h261 double tau_m; // ms member
/dports/science/pynn/PyNN-0.10.0/examples/
H A DVAbenchmarks.py79 tau_m = 20. # (ms) variable
/dports/graphics/yafaray/libYafaRay-3.5.1/src/integrators/
H A DSkyIntegrator.cc214 colorA_t tau_m = skyTau(stepRay, b_m, alpha_m); in integrate() local
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dnest_names.cpp469 const Name tau_m( "tau_m" ); variable