1
0
Fork 0

Update TODO list.

This commit is contained in:
Joris van Rantwijk 2014-01-18 22:24:21 +01:00
parent 761b368282
commit d19123946e
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
* (experiment) consider reducing IF filter bandwidth to ~ 80 kHz
* (experiment) consider downsampling IF signal before FM detection
* (feature) support 'M' 'k' suffixes for sample rates and tuning frequency * (feature) support 'M' 'k' suffixes for sample rates and tuning frequency
* (feature) implement stereo pilot pulse-per-second * (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 * (speedup) maybe replace high-order FIR downsampling filter with 2nd order butterworth followed by lower order FIR filter
* figure out why we sometimes lose stereo lock * figure out why we sometimes lose stereo lock
* (feature) implement RDS decoding * (feature) implement RDS decoding
* (quality) consider FM demodulation with PLL instead of phase discriminator * (quality) consider FM demodulation with PLL instead of phase discriminator
* (speedup) consider downsampling of IF signal before FM detection
(work in progress in branch "filterif")