- Complex LMS adaptive FIR filter reference implementation.
- Industry standard and documented (inline) C API.
- Example usage provided in main.cpp.
- Compiled with VS2012 x64 compiler.
- Real valued LMS adaptive FIR filter can be accomplished by setting all imaginary values to zero.
References
B. Widrow, J McCool, and M. Ball, "The Complex LMS Algorithm", Proceedings of the IEEE, April 1975. p 719-720.