Ramp of double samples generation

Hi
I need to create a linear ramp of double samples given start stop and resolution (step)
Can anybody give a code example to do so?
Thanks
Ciao
Matteo
Do you mean that you would have something like
ramp(k) == start + k*step
and
ramp(N) == stop
... and you would iterate values of k from 0 to N?
Topic archived. No new replies allowed.