"SigPack - the C++ signal processing library" installation and run help

I am still new to Linux and I'm trying to install "SigPack-a signal processing library". Instructions on SourceForge() are pretty vague but I managed to download and install all dependencies and libraries required(cmake, libopenblas-dev, liblapack-dev, libarpack-dev,openBLAS,FFTW and Armadillo library).

Now I downloaded and extracted the sigpack folder but I am kind of confused what my next step would be. There is an example C++ code on the website() which I created and executed (g++ -I/include -I/sigpack -lblas -llapack -Dunix demo.cpp -o demo) but that just generates a new "shared library", Is the result in the shared library folder? If it is, how do I open the shared library folder? how do I get the final output/plot? This might be a weird and confusing question but frankly, I don't know what the demo code is supposed to do here. I would really appreciate any help in installing sigpack and maybe working out the gnuplot and displaying results.

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like