Use more library functions; generalized to 2^k-PSK
[4yp.git] / discreteAWGN.m
diff --git a/discreteAWGN.m b/discreteAWGN.m
deleted file mode 100644 (file)
index 1aab2b9..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-function x = discreteAWGN(data, N0)
-  x = data + normrnd(0, sqrt(N0 / 2), 1, length(data));
-end