diff options
Diffstat (limited to 'src/OfdmGenerator.cpp')
-rw-r--r-- | src/OfdmGenerator.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/OfdmGenerator.cpp b/src/OfdmGenerator.cpp index 55dba0c..20ba2b7 100644 --- a/src/OfdmGenerator.cpp +++ b/src/OfdmGenerator.cpp @@ -41,8 +41,7 @@ OfdmGenerator::OfdmGenerator(size_t nbSymbols, size_t nbCarriers, size_t spacing, bool inverse) : - ModCodec(ModFormat(nbSymbols * nbCarriers * sizeof(FFT_TYPE)), - ModFormat(nbSymbols * spacing * sizeof(FFT_TYPE))), + ModCodec(), myFftPlan(NULL), myFftIn(NULL), myFftOut(NULL), myNbSymbols(nbSymbols), |