19#ifndef _THRESHOLD_TYPE_STATIC_H_
20#define _THRESHOLD_TYPE_STATIC_H_
#define REAL_COMPARE(x, op, y)
Compare two REAL numbers.
accum REAL
Type used for "real" numbers.
REAL state_t
The type of a state variable.
static uint n_steps_per_timestep
The number of steps to run per timestep.
static stdp_params params
Configuration parameters.
REAL threshold_value
The value of the static threshold.
static bool threshold_type_is_above_threshold(state_t value, threshold_type_t *threshold_type)
Determines if the value given is above the threshold value.
REAL threshold_value
The value of the static threshold.
Stochastic threshold parameters.
Stochastic threshold configuration.