04-17-2012, 04:37 AM
Actually I should be able to fit both tables if I just stored the data a bit more efficiently. The period values are 10 bits each, so 2048 entries would fit in 2.5 kB, but then the table lookups would get really awkward. Using 24 bits for two entries (3 kB in total) should be ok though.