Is there a way given start, stop & duration values I can find the increment for a log10 sweep for a discrete series.
For example in the simple case of a linear sweep the next value can always be found as.
$$y_n=y_{n-1} + (y_{finish}-y_{start})\frac{\Delta t}{t_{finish}}$$
I am a bit rusty with logarithms and cant work out the similar equation for a log 10 curve, is it possible?