Question: Write C code for an FIR filter. Measure the execution time of the filter, either using a simulator or by measuring the time on a
Write C code for an FIR filter. Measure the execution time of the filter, either using a simulator or by measuring the time on a running microprocessor. Vary the number of taps in the FIR filter and measure execution time as a function of the filter size.
Step by Step Solution
3.42 Rating (142 Votes )
There are 3 Steps involved in it
Heres a simple example of C code implementing an FIR filter and measu... View full answer
Get step-by-step solutions from verified subject matter experts
