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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -