From 6666efee1bcbe0b79b02bbb726b1e37ddc6419a2 Mon Sep 17 00:00:00 2001 From: David Lenfesty Date: Sun, 25 Aug 2019 15:57:53 -0600 Subject: [PATCH] added README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e4e70b --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Python-OFDM + +## Introduction + +This is a small program/simulation/whatever meant to emulate an OFDM modem. +This is the pilot work for creating an underwater communications system for ARVP. +Eventually I want to put this on an FPGA. (will it fit on an iCE40 I wonder?) + +## OFDM Background ## + +### TODO + +I should write stuff down here to help solidify my mental model of OFDM, but for now, you get nothing.