Hello. I've been scouring the web for some time to find a circuit that can assist me in altering a duty cycle inline.
Input - PWM at a 25kHz frequency, variable duty cycle
Output - PWM at 25kHz, with modified by a percentage or amount duty cycle
Basically I'm looking for a way to have something like a pot control the duty cycle so that if it's 80% coming in, I'll reduce it by an amount so the output is 60%, and have this be effective reduction apply to the entire PWM input range.
It would probably be better if it was a multiplier rather than an add/subtract, so that if the input is 5% it's not 0 output.
Any ideas to pull this off simply, without a microcontroller?
Input - PWM at a 25kHz frequency, variable duty cycle
Output - PWM at 25kHz, with modified by a percentage or amount duty cycle
Basically I'm looking for a way to have something like a pot control the duty cycle so that if it's 80% coming in, I'll reduce it by an amount so the output is 60%, and have this be effective reduction apply to the entire PWM input range.
It would probably be better if it was a multiplier rather than an add/subtract, so that if the input is 5% it's not 0 output.
Any ideas to pull this off simply, without a microcontroller?