Low Pass Filters in FPGA's
问题 I am trying to implement a Low Pass Filter in an FPGA using VHDL. Now, I worked out all the filter coefficients, but I am having trouble trying to understand how to work with the coefficients, given the fact that they are non-whole numbers. I would appreciate any help with an example of a simple filter implementation in VHDL. Thanks a lot, Chris 回答1: You should convert the coefficients to fix-point numbers. Very short: Chose a precision and multiply all coefficients by the nearest higher