summaryrefslogtreecommitdiff
path: root/hamming.awk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hamming.awk1
1 files changed, 0 insertions, 1 deletions
diff --git a/hamming.awk b/hamming.awk
index b048299..95f1cde 100644
--- a/hamming.awk
+++ b/hamming.awk
@@ -6,7 +6,6 @@
# 'a0' and 'a1' parameters of the raised cosine.
BEGIN {
- OMFT = "%.18g"
N = ARGV[1]
pi = 4*(4*atan2(1,5) - atan2(1,239))