Hi,
I'm trying to your code to experiment with ITPP library, but it seems the header file was missing.
g++ `itpp-config --cflags` -o ofdm-itpp.out OFDMSimulator.cpp `itpp-config --libs`
OFDMSimulator.cpp:4:10: fatal error: config.hpp: No such file or directory
#include "config.hpp"
Can you please let me know where to obtain this header file?
Thank you!
Hi,
I'm trying to your code to experiment with ITPP library, but it seems the header file was missing.
Can you please let me know where to obtain this header file?
Thank you!