Introduction - If you have any usage issues, please Google them yourself
This is a VHDL module that implements linear prediction filter based on NLMS (normalized least mean square). The module takes complex signal as input and output comlex signal (real and imaginary).
Tap size is 4, bit precision is set to 12 bits.