Forum Discussion
Altera_Forum
Honored Contributor
17 years agoImplementation of Digital PID controller in FPGA
I'm trying to implement a PI controller in FPGA using schematic entry method in altera quartus II . I'm using the following equivalent PI controller equation, c(n) = c(n-1)+kp*(e(n)-e(n-1))+Ki...
Altera_Forum
Honored Contributor
17 years agoThank you very much for your help!! The problem is that i've always used schematic blocks and i've never used vhdl language, and so i don't know how to integrate this code with the adders i've used. can you help me in that operation? thank you so much!!