Forum Discussion
Altera_Forum
Honored Contributor
18 years agoProvided you have it all in hardware, the time approach will be faster. it is a rather trivial operation, have linear storage with the 2400 values and a shift register with the 2400 last samples. Then multiply the values with the same index and integrate. New sample - shift and repeat. Basically a multiply and accumulate (MAC) over 2400 samples.
Rene