Altera_Forum
Honored Contributor
16 years agoFixed Point or Floating point implementation
I need to implement closed loop controllers like multiple PID controller in FPGA. I also need to do some signal preconditioning and signal processing in fpga.
I would like to know if its better to implement the controllers using a fixed point or floating point math. I have tried altera floating point megacore but the implementation takes up a lot of LEs. Is there is better and reliable way of implementing PID controller in fixedpoint math.