Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow to design a pwm generator?
I intend to design a PWM block by Freq input(interger 16bit ). ----------------------------------------------------------------------- Now I use a division IP core to caculate the counter by a...
Altera_Forum
Honored Contributor
15 years agoA pwm generator has two parameters, frequency and duty cycle, so it's not clear what you want to achieve. Generating a pulse frequency proportional to control variable can be easily done by a standard NCO scheme: adding the frequency control word continuously to a phase accumulator.