Use more library functions; generalized to 2^k-PSK
[4yp.git] / decodeNoisyBPSK.m
diff --git a/decodeNoisyBPSK.m b/decodeNoisyBPSK.m
deleted file mode 100644 (file)
index 70ef8f8..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-function x = decodeNoisyBPSK(noisyData)
-  x = (noisyData > 0) - (noisyData <= 0);
-end