Finite and Infinite Impulse Response digital filters using VHDL
Output screen shows how good a filter attenuates-and-amplifies specified frequencies. First graph shows input data (sound wave), second graph depicts output sound wave, third graph shows spectrogram, the last one shows Power-Spectral-Density. Output wave is produced by simulation process, which is compiled VHDL design. Output screen of a design script. We can see all generated FIR filter taps values. | Design an optimal digital filter for hardware is not an easy task. There is a lot of nuances, which a hardware designer should take into account. FIR vs IIR Digital filter is a device capable to discriminate among incoming frequencies. Its task is to allow a given band of frequencies to pass through, while other frequencies will be stopped. There The first task is to define the order of the FIR filters, or just to define the number of coefficients each FIR filter has. This number is proportional to the quality of the signal filtering. This number also depends on the sampling rate of the incoming signal. Source codeC source and Makefile to build byte code for microcontroller Pong source and a python module to use serial port directly from a python application |

