aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/arch/common/scale.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/arch/common/scale.h')
-rw-r--r--Transceiver52M/arch/common/scale.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Transceiver52M/arch/common/scale.h b/Transceiver52M/arch/common/scale.h
new file mode 100644
index 0000000..da867e7
--- /dev/null
+++ b/Transceiver52M/arch/common/scale.h
@@ -0,0 +1,6 @@
+#ifndef _SCALE_H_
+#define _SCALE_H_
+
+void scale_complex(float *out, float *in, float *scale, int len);
+
+#endif /* _SCALE_H_ */