diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-30 09:55:45 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-30 10:06:23 +0100 |
commit | 18276a5d2eac39b08caa2ce44e196e7a98f1a108 (patch) | |
tree | 2a45036399b0522af6e2a554c9e2a9877b30ef62 /Makefile.am | |
parent | e0c9959bb4303b81e43fff7efe23f4f583f8422f (diff) | |
download | dabmod-18276a5d2eac39b08caa2ce44e196e7a98f1a108.tar.gz dabmod-18276a5d2eac39b08caa2ce44e196e7a98f1a108.tar.bz2 dabmod-18276a5d2eac39b08caa2ce44e196e7a98f1a108.zip |
Calculate PAPR in the OfdmGenerator
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 54ae62e..1880acd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -136,6 +136,8 @@ odr_dabmod_SOURCES = src/DabMod.cpp \ src/Utils.h \ src/TII.cpp \ src/TII.h \ + src/PAPRStats.cpp \ + src/PAPRStats.h \ src/zmq.hpp \ lib/crc.h \ lib/crc.c \ |