Cypress  1.0
C++ Spiking Neural Network Simulation Framework
cypress::SpikingUtils Member List

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::SpikingUtilsstatic
add_typed_population(Network &network, const NeuronParameter &neuronParams, const size_t size, const typename T::Signals &rec_signal=typename T::Signals().record_spikes())cypress::SpikingUtilsinlinestatic
add_typed_population_no_record(Network &network, const NeuronParameter &neuronParams, const size_t size)cypress::SpikingUtilsstatic
calc_num_spikes(const std::vector< cypress::Real > &spiketrain, const cypress::Real start=0.0, const cypress::Real end=0.0)cypress::SpikingUtilsstatic
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::SpikingUtilsinlinestatic
detect_type(std::string neuron_type_str)cypress::SpikingUtilsstatic
rerun_fixed_number_trials(Network &network, Backend &backend, Real time, size_t n_trials=3)cypress::SpikingUtilsstatic
spike_time_binning(const Real &start, const Real &stop, const size_t &n_bins, const std::vector< cypress::Real > &spike_times)cypress::SpikingUtilsinlinestatic
spike_time_binning_TTFS(const Real &start, const Real &stop, const size_t &n_bins, const std::vector< cypress::Real > &spike_times)cypress::SpikingUtilsstatic