|
sPyNNaker neural_modelling
7.4.2
|
Functions called for a noisy current source. More...
#include <random.h>#include <normal.h>Go to the source code of this file.
Data Structures | |
| struct | noisy_current_source_t |
Functions | |
| static bool | current_source_noisy_init (uint32_t n_noisy_sources, uint32_t *next) |
| static bool | current_source_noisy_load_parameters (address_t cs_address, uint32_t n_noisy_sources, uint32_t *next) |
| static REAL | current_source_noisy_get_offset (uint32_t cs_index, uint32_t time) |
Variables | |
| static noisy_current_source_t ** | noisy_source |
Functions called for a noisy current source.
Definition in file current_source_noisy.h.
| struct noisy_current_source_t |
Definition at line 28 of file current_source_noisy.h.
| Data Fields | ||
|---|---|---|
| REAL | mean | |
| REAL | stdev | |
| uint32_t | start | |
| uint32_t | stop | |
| uint32_t | dt | |
| mars_kiss64_seed_t | seed | |