Class sine_waveform
Defined in File periodic_waveform.hpp
Inheritance Relationships
Base Type
public rcppsw::control::base_waveform
(Class base_waveform)
Class Documentation
-
class sine_waveform : public rcppsw::control::base_waveform
Given the current time, outputs the current value of a sine wave according to configured parameters:
value = amplitude * ( sin(2pi* frequency * time + phase)) + offset.