Developing design: moving average filter. Part 1 – introduction.
I wanted to briefly describe main steps which should be taken to correctly implement designs in VHDL (but of course it works for any other languages). As an example I chose simple moving average filter. The purpose is not to build something difficult, but to show how to build working, well-tested designs.
What are these steps?
Read More »Developing design: moving average filter. Part 1 – introduction.