From 0e32bcfaeb807f44dd3c27bd6b575f22746faf11 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 11 Jul 2013 12:22:39 -0700 Subject: [PATCH] notes.txt: Update notes. --- doc/notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/notes.txt b/doc/notes.txt index b74d207..6b64285 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -45,7 +45,7 @@ TODO: ** add begining and ending measure numbers to 'seq' labels -** Gain compensation fore mode 4. +** Gain compensation for mode 4. ** Do IFFT using cos()^c + i * sin()^c - these bases are orthognal but cause harmonic distortion. To be efficient this might involve writing an FFT function.