From ac84f318d594b928796c093530eb2f65143fd6ac Mon Sep 17 00:00:00 2001 From: zeefaad Date: Tue, 30 Sep 2025 08:00:16 +0200 Subject: [PATCH 1/3] Update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bea09ed..10e0633 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ DSP related implementations. TODO: -- QAM -- FSK -- Blind signal demodulation +- ~QAM (classic / theoric)~ +- QAM : Blind signal demodulation - PAL FM demodulation (fpv) -- Iterative FFT +- Iterative FFT \ No newline at end of file From 055be0bd7ff299433a4a673aa53987e065961ea2 Mon Sep 17 00:00:00 2001 From: zeefaad Date: Tue, 30 Sep 2025 08:02:08 +0200 Subject: [PATCH 2/3] read --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 10e0633..b86cfce 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ DSP related implementations. TODO: +- ~ASK~ +- ~BPSK~ +- ~QPSK~ +- ~rexursiv FFT~ - ~QAM (classic / theoric)~ - QAM : Blind signal demodulation - PAL FM demodulation (fpv) From ea66465a2b9ffbedc4b061be752982899de858c6 Mon Sep 17 00:00:00 2001 From: zeefaad Date: Tue, 30 Sep 2025 08:23:50 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b86cfce..d645d02 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ TODO: - ~ASK~ - ~BPSK~ - ~QPSK~ -- ~rexursiv FFT~ +- ~recursiv FFT~ - ~QAM (classic / theoric)~ - QAM : Blind signal demodulation - PAL FM demodulation (fpv)