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