Retiming an LFO signal

Here is something I am scratching my head over how to achieve. I have an LFO signal that I am receiving and I now need to create other LFO signals that are slower or faster in multiples. Factors are 1/16, 1/8, 1/4, 1/2, 2, 4, 8, 16.

To make the LFO faster by for example a factor of 2 is easy. You multiply the input number by 2 and keep only the fraction part.

But how can I do the same in the other direction?

Anybody have any ideas? The LFO signal is fixed and I cannot change what comes in. It has to be done mathematically.

Thanks.

lfo_slow

slow_down_LFO.v4p (9.4 KB)

How about this?
slow_down_LFO_01.v4p (13.7 KB)

@baxtan thap stops working after a couple of cycles, I would sugest doing like this.slow_down_LFO_02.v4p (13.6 KB)

2 Likes

seems to work.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.