ref:sine_wave

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


ref:sine_wave [2023/12/14 16:03] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== SineWave ======
 +Parameterizable sine-wave or sinusoid function f(t) = amplitude * sin( 2 * Pi * frequency * t + phase ) + offset. 
 +
 +**Inherits from** [[function|Function]].
 +
 +==== Public Attributes ====
 +^ Parameter ^ Type ^ Description ^
 +^ amplitude | Real | Amplitude of the sine-wave; default = 0.5. |
 +^ frequency | Real | Frequency [Hz] of the sine-wave; default = 1.0. |
 +^ phase | Real | Phase [Rad] of the sine-wave; default = 0. |
 +^ offset | Real | Offset of the sine-wave; default = 0.5. |
 +
 +<sub>Converted from doxygen using [[https://github.com/tgeijten/dokugen|dokugen]]</sub>