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
14 years ago --- Quote Start --- i am not working on a conventional PID, so i'm a little bit worry if the Nano will be plenty to apply an intelligent algorithms. --- Quote End --- So implement your algorithm and synthesize it in a device. You do not need a board for this. Just select the same device as used on the DE0-nano and see if it has enough resources. If it does not, then try a larger device, or try a larger device from a specific evaluation board, eg., the DE2-115. Cheers, Dave