JayKickliter / Multirate.jl

Streaming polyphase DSP filters with sample rate conversion.
Other
17 stars 10 forks source link

Add adaptive equalization #2

Open JayKickliter opened 10 years ago

JayKickliter commented 10 years ago

I have no idea how to do this yet.

jfsantos commented 9 years ago

In its simplest implementation, you will need to use an adaptive filter algorithm (e.g., LMS) to identify the system. Here's an overview. I am interested in helping implement LMS, NLMS, and RLS adaptive filter algorithms in Julia, so please let me know if I can help somehow!