An equivalent to the MATLAB function resample for C++ -
i need use resample in matlab , octave in c++, resample described below.
"change sample rate of x factor of p/q. performed using polyphase algorithm. impulse response h of antialiasing filter either specified or either designed kaiser-windowed sinecard."
is there equivalent approach in c++?? out of eigen or armadillo or that?
thanks in advance
motorola has library can polyphase resampling. gsl general mathematical c/c++ toolkit, though don't think want straight out of box.
Comments
Post a Comment