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
16 years agoHi !
I want to implement PI Controller in FPGA SPARTRAN 3e kit, using VHDL. Can you please guide me . I am very new in this field. I studied VHDL 3 years ago, and now i have to implement this task. i have to brush bup my VHDL knowledge. Can you guide me step by step. i will be really obliged. also i have code in matlab for same PI controller but i have to convert that to VHDL. Now it depends should i convert that to vhdl. or else i should write a new code. Hope to listen from you. :)