NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::noise_generator::Variables_ Struct Reference
Collaboration diagram for nest::noise_generator::Variables_:
[legend]

Public Attributes

normal_distribution normal_dist_
 normal distribution
 
long dt_steps_
 update interval in steps
 
double omega_
 frequency [radian/s]
 
double phi_rad_
 phase of sine current (0-2Pi rad)
 
double A_00_
 
double A_01_
 
double A_10_
 
double A_11_
 

Member Data Documentation

◆ A_00_

double nest::noise_generator::Variables_::A_00_

◆ A_01_

double nest::noise_generator::Variables_::A_01_

◆ A_10_

double nest::noise_generator::Variables_::A_10_

◆ A_11_

double nest::noise_generator::Variables_::A_11_

◆ dt_steps_

long nest::noise_generator::Variables_::dt_steps_

update interval in steps

Referenced by nest::noise_generator::pre_run_hook(), and nest::noise_generator::update().

◆ normal_dist_

normal_distribution nest::noise_generator::Variables_::normal_dist_

normal distribution

Referenced by nest::noise_generator::update().

◆ omega_

double nest::noise_generator::Variables_::omega_

frequency [radian/s]

◆ phi_rad_

double nest::noise_generator::Variables_::phi_rad_

phase of sine current (0-2Pi rad)


The documentation for this struct was generated from the following file: