aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/sigProcLib.h
diff options
context:
space:
mode:
authorkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-11-26 03:18:30 +0000
committerkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-11-26 03:18:30 +0000
commit8aea56e15f3593e3606594fd2e55b3b0022e7c01 (patch)
tree2cc2ceed239223a8e074e5942ca6668e8c5731fc /Transceiver52M/sigProcLib.h
parent119ca9ca07adc03f3144c84039cfcf16555af865 (diff)
transceiver: separate radio clock and vector interfaces
Remove radio clock and vector interfaces into their own files. This clears up and simplifies the radio interface and, additionaly, prepares for a further split of the I/O portion for optional resampler use. Signed-off-by: Thomas Tsou <ttsou@vt.edu> git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2669 19bc5d8c-e614-43d4-8b26-e1612bc8e597
Diffstat (limited to 'Transceiver52M/sigProcLib.h')
-rw-r--r--Transceiver52M/sigProcLib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Transceiver52M/sigProcLib.h b/Transceiver52M/sigProcLib.h
index c20b1ec..3aaa62b 100644
--- a/Transceiver52M/sigProcLib.h
+++ b/Transceiver52M/sigProcLib.h
@@ -12,7 +12,8 @@
*/
-
+#ifndef SIGPROCLIB_H
+#define SIGPROCLIB_H
#include "Vector.h"
#include "Complex.h"
@@ -384,3 +385,5 @@ SoftVector *equalizeBurst(signalVector &rxBurst,
int samplesPerSymbol,
signalVector &w,
signalVector &b);
+
+#endif /* SIGPROCLIB_H */