Altera_Forum
Honored Contributor
7 years agoPI loop filter logic in Verilog
Hello, the attached photo with the verilog code is taken from the attached article.
There are two variables, integral and proportional when clk=1 thenintegral decreases ,when clk=0 then it decreases.Proportional toggles from negative to positive with the FILT amplitude.and both of them goes into vtcl with is the factor controlling the period of the VCO.how this logic represnt PID loop filter?Thanks