analogdevicesinc / ad936x-filter-wizard

MATLAB-based FIR filter design
Other
50 stars 40 forks source link

collapse all the filter structures returned into one canonical version #5

Closed radhermit closed 8 years ago

radhermit commented 8 years ago

This probably includes collapsing the design functions into just two functions, one for internal design and one for external command line usage. In theory, both of those could probably be combined into a singular design function if the structural interfaces are well-documented and named generic enough to work for both rx and tx.

radhermit commented 8 years ago

Fixed in master.