summaryrefslogtreecommitdiff
path: root/conv.awk
diff options
context:
space:
mode:
authorwukong <wukong@longaeva>2018-06-15 09:17:23 -0700
committerwukong <wukong@longaeva>2018-06-15 09:17:23 -0700
commitce5e0a8f088e19e8ebe9a27d8efd4207363791af (patch)
tree6c325b3b995f984e19418ede16cfa5e5a5c9c2f0 /conv.awk
parente8e5644e677af6eac9361902d24e8df72bc2902c (diff)
fixed row 1 header issue in diff.awk; other small adjustments in hamming and lin_reg
Diffstat (limited to '')
-rw-r--r--conv.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/conv.awk b/conv.awk
index 2248927..b1e9e62 100644
--- a/conv.awk
+++ b/conv.awk
@@ -4,6 +4,7 @@
# [PoC] linear convolution (with hardcoded IR window).
BEGIN {
+ OFMT = "%.9g"
X = ARGV[1]
input_size = split(X, X_arr)
#H = "1.0 1.0 1.0" # rect