Introduction - If you have any usage issues, please Google them yourself
The signal generator module repository contains SIN generation, ramp generation and
trapezoidal generation modules. The signal generator modules are implemented using
modulo arithmetic counter (i.e. Any overflow is ignored and only the remainder is kept) to
precisely control the frequency. The frequency of the generated signal is reciprocal of the
time it takes for successive overflow of modulo counter, which in turn commensurate with the
step value added to the counter. Thus by changing the step value, one can precisely control
the frequency.