From b563b465e8b3df367da7799e789d29e0009cb96a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 5 Oct 2024 17:24:31 +0200 Subject: Move typedef of complexf to Buffer.h --- src/PAPRStats.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/PAPRStats.h') diff --git a/src/PAPRStats.h b/src/PAPRStats.h index 86ad8b0..a4ded86 100644 --- a/src/PAPRStats.h +++ b/src/PAPRStats.h @@ -31,12 +31,9 @@ #endif #include -#include #include #include -typedef std::complex complexf; - /* Helper class to calculate Peak-to-average-power ratio. * Definition of PAPR: * @@ -53,6 +50,8 @@ typedef std::complex complexf; */ class PAPRStats { + typedef std::complex complexf; + public: PAPRStats(size_t num_blocks_to_accumulate); -- cgit v1.2.3