Changeset 446 for trunk/src/stgen.py
- Timestamp:
- 04/12/10 15:37:12 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/stgen.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/stgen.py
r438 r446 243 243 def inh_poisson_generator(self, rate, t, t_stop, array=False): 244 244 """ 245 Returns a Spike Listwhose spikes are a realization of an inhomogeneous245 Returns a SpikeTrain whose spikes are a realization of an inhomogeneous 246 246 poisson process (dynamic rate). The implementation uses the thinning 247 247 method, as presented in the references.
