Moving average = Sum of (number_in_1 + ...................+ number_in_N) / N
Assume that you need to calculate the moving average over 256 last numbers.
Followup questions:
- Design a parameterized RTL which can be used for any number
- What is the width of incoming numbers? (parameterized)
- Is there any restriction on the size of the design?
. How restriction on size will change design and accuracy?
No comments:
Post a Comment