Represents a single oscillator. More...
Public Member Functions | |
| Oscillator (std::complex< double > amplitude, double initialPhase, double omega) | |
| Initiate oscillator with complex amplitude, initial phase and rotation speed. More... | |
| std::complex< double > | GetValueAt (Time t) const |
Public Attributes | |
| std::complex< double > | m_amplitude |
| Complex number. | |
|
Rotation speed of the oscillator f[\omega_d\cos(\alpha_n)] double | m_omega |
|
Phase f[\phi_n] of the oscillator double | m_phase |
Represents a single oscillator.
Definition at line 68 of file jakes-process.h.
| ns3::JakesProcess::Oscillator::Oscillator | ( | std::complex< double > | amplitude, |
| double | initialPhase, | ||
| double | omega | ||
| ) |
Initiate oscillator with complex amplitude, initial phase and rotation speed.
Represents a single oscillator.
Definition at line 34 of file jakes-process.cc.