Hi, it is not necessary to include the <armadillo> header, it is already included in sigpack.h. Use only#include <sigpack.h> Looks like you have extracted sigpack to /usr/include/sigpack then it should be compiled with g++ kalmantesting.cpp -g -I/usr/include/sigpack -larmadillo
For more detailed info see sigpack doc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Respected Sir/Madam
I have extracted sigpack library to a local folder but not able to debug existing sample examples in eclipse environment.
I have chosen FIR IIR filter example.
Hi, it is not necessary to include the
<armadillo>
header, it is already included insigpack.h
. Use only#include <sigpack.h>
Looks like you have extracted sigpack to/usr/include/sigpack
then it should be compiled withg++ kalmantesting.cpp -g -I/usr/include/sigpack -larmadillo
For more detailed info see sigpack doc