adaptive-filters
adaptive-filters copied to clipboard
Abstraction of filtering models
Currently, all the filtering methods exist in an unorganized manner with a lot of redundant code for getting the data and plotting. An object-oriented approach to refactor the code will help increase its modularity. This is a decent example of what the end result may look like.