aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/sigProcLib.h
diff options
context:
space:
mode:
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 109ffa8..516d352 100644
--- a/Transceiver52M/sigProcLib.h
+++ b/Transceiver52M/sigProcLib.h
@@ -142,14 +142,6 @@ signalVector *convolve(const signalVector *a,
unsigned step = 1, int offset = 0);
/**
- Generate the GSM pulse.
- @param sps The number of samples per GSM symbol.
- @param symbolLength The size of the pulse.
- @return The GSM pulse.
-*/
-void generateGSMPulse(int sps, int symbolLength);
-
-/**
Frequency shift a vector.
@param y The frequency shifted vector.
@param x The vector to-be-shifted.