I created some filters with fdatool in Matlab. Now I want to use this filters in a windows aplication using c++.
I search some libraries to filter in c++, but these libraries has functions which implement filters like chebyshev,etc. But i want use my filters.
How can i do? i know export coefficients in some formats, but how can use this in c++.
Thansk