Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
This is the complete list of members for cypress::SpikingUtils, including all inherited members.
add_population(const std::string neuron_type_str, Network &network, const NeuronParameter &neuronParams, const size_t size, const std::string record_signal="") | cypress::SpikingUtils | static |
add_typed_population(Network &network, const NeuronParameter &neuronParams, const size_t size, const typename T::Signals &rec_signal=typename T::Signals().record_spikes()) | cypress::SpikingUtils | inlinestatic |
add_typed_population_no_record(Network &network, const NeuronParameter &neuronParams, const size_t size) | cypress::SpikingUtils | static |
calc_num_spikes(const std::vector< cypress::Real > &spiketrain, const cypress::Real start=0.0, const cypress::Real end=0.0) | cypress::SpikingUtils | static |
calc_num_spikes_vec(const cypress::Matrix< T > &spiketrains, const cypress::Real start=0.0, const cypress::Real end=std::numeric_limits< cypress::Real >::max()) | cypress::SpikingUtils | inlinestatic |
detect_type(std::string neuron_type_str) | cypress::SpikingUtils | static |
rerun_fixed_number_trials(Network &network, Backend &backend, Real time, size_t n_trials=3) | cypress::SpikingUtils | static |
spike_time_binning(const Real &start, const Real &stop, const size_t &n_bins, const std::vector< cypress::Real > &spike_times) | cypress::SpikingUtils | inlinestatic |
spike_time_binning_TTFS(const Real &start, const Real &stop, const size_t &n_bins, const std::vector< cypress::Real > &spike_times) | cypress::SpikingUtils | static |