diff options
Diffstat (limited to 'Transceiver52M/sigProcLib.h')
-rw-r--r-- | Transceiver52M/sigProcLib.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Transceiver52M/sigProcLib.h b/Transceiver52M/sigProcLib.h index 4df7b3f..7dedee4 100644 --- a/Transceiver52M/sigProcLib.h +++ b/Transceiver52M/sigProcLib.h @@ -146,14 +146,6 @@ complex peakDetect(const signalVector &rxBurst, void scaleVector(signalVector &x, complex scale); -/** - Add a constant offset to a vecotr. - @param x The vector of interest. - @param offset The offset. -*/ -void offsetVector(signalVector &x, - complex offset); - /** Generate a modulated GSM midamble, stored within the library. @param gsmPulse The GSM pulse used for modulation. |