aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/sigProcLib.h
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-11-15 16:13:59 -0500
committerThomas Tsou <tom@tsou.cc>2013-11-15 23:35:07 -0500
commit477b77c558d3294cd3170fcea04ebe98a11465d9 (patch)
tree263e40a4e99448ad377e3b2ca305dbfca6f70540 /Transceiver52M/sigProcLib.h
parentd3fccea05fba7cb89bd467ccbfca63404507395a (diff)
Transceiver52M: Remove unused code
This includes unknown and unused variables, functions, and non-relevant documentation. Signed-off-by: Thomas Tsou <tom@tsou.cc>
Diffstat (limited to 'Transceiver52M/sigProcLib.h')
-rw-r--r--Transceiver52M/sigProcLib.h8
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.