summaryrefslogtreecommitdiff
path: root/DSP/FFT.swift
diff options
context:
space:
mode:
Diffstat (limited to 'DSP/FFT.swift')
-rw-r--r--DSP/FFT.swift11
1 files changed, 11 insertions, 0 deletions
diff --git a/DSP/FFT.swift b/DSP/FFT.swift
new file mode 100644
index 0000000..7d1b652
--- /dev/null
+++ b/DSP/FFT.swift
@@ -0,0 +1,11 @@
+//
+// FFT.swift
+// PrySDR
+//
+// Created by Jacky Jack on 22/10/2024.
+//
+
+/// High level abstraction to process FFT from a stream
+class FFT {
+
+}