sPyNNaker neural_modelling  development
Data Structures | Functions | Variables
current_source_step.h File Reference

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  step_current_source_times_t
 
struct  step_current_source_amps_t
 

Functions

static bool current_source_step_init (address_t cs_address, uint32_t n_step_current_sources, uint32_t *next)
 
static bool current_source_step_load_parameters (address_t cs_address, uint32_t n_step_current_sources, uint32_t *next)
 
static REAL current_source_step_get_offset (uint32_t cs_index, uint32_t time)
 

Variables

static step_current_source_times_t ** step_cs_times
 
static step_current_source_amps_t ** step_cs_amps
 
static REALstep_cs_amp_last
 
static uint32_t * step_cs_index
 

Detailed Description

Functions called for a noisy current source.

Definition in file current_source_step.h.


Data Structure Documentation

◆ step_current_source_times_t

struct step_current_source_times_t

Definition at line 28 of file current_source_step.h.

Data Fields
uint32_t times_length
uint32_t times[]

◆ step_current_source_amps_t

struct step_current_source_amps_t

Definition at line 33 of file current_source_step.h.

Data Fields
uint32_t amp_length
REAL amplitudes[]