Assignment 3 on Digital Filters
July 29, 2002
by Guner Arslan, The University of Texas at Austin
- Circular buffers are implemented in software by actually shifting the values in the buffer locations circularly. (T/F)
- Enumerate steps in setting up a circular buffer.
- A window method is an optimal filter design technique. (T/F)
- The Remez Algorithm uses an Analog to Digital Transformation to design digital filters. (T/F)
- What is the group delay in a causal linear phase FIR filter of N points?
- How can we compensate for the group delay in the previous question?
- Draw a direct form IIR filter structure using FIR structures.
- Use benchmarking to find out the time taken to process a sample in a
- C implementation
- Assembly implementation
- Increase the order of your filter. What happens to the time to process a sample?
- What do you notice about the order of the FIR and IIR filters required to meet the same magnitude specification?