1
0
Fork 0
SoftFM/TODO.txt

8 lines
453 B
Plaintext
Raw Normal View History

2014-01-01 17:53:22 +01:00
* (feature) implement stereo pilot pulse-per-second
* (speedup) maybe replace high-order FIR downsampling filter with 2nd order butterworth followed by lower order FIR filter
2013-12-31 20:07:11 +01:00
* figure out why we sometimes lose stereo lock
2014-01-01 17:53:22 +01:00
* (feature) implement RDS decoding
* (quality) consider FM demodulation with PLL instead of phase discriminator
2014-01-18 22:24:21 +01:00
* (speedup) consider downsampling of IF signal before FM detection
(work in progress in branch "filterif")