From 753fb5451b3f31aff2c389126467efa626975d78 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 5 Jun 2018 16:28:07 +0200 Subject: Add predistorter coefs to RC --- src/MemlessPoly.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/MemlessPoly.h') diff --git a/src/MemlessPoly.h b/src/MemlessPoly.h index 7f00261..c9d4f56 100644 --- a/src/MemlessPoly.h +++ b/src/MemlessPoly.h @@ -2,7 +2,7 @@ Copyright (C) 2007, 2008, 2009, 2010, 2011 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2017 + Copyright (C) 2018 Matthias P. Braendli, matthias.braendli@mpb.li http://opendigitalradio.org @@ -74,7 +74,8 @@ public: private: int internal_process(Buffer* const dataIn, Buffer* dataOut); - void load_coefficients(const std::string &coefFile); + void load_coefficients(std::istream& coefData); + std::string serialise_coefficients() const; struct worker_t { struct input_data_t { -- cgit v1.2.3