1
0
Fork 0
SoftFM/TODO.txt

7 lines
404 B
Plaintext
Raw Normal View History

2014-01-01 17:53:22 +01:00
* (speedup) maybe replace high-order FIR downsampling filter with 2nd order butterworth followed by lower order FIR filter
* (feature) implement RDS decoding
* (quality) consider FM demodulation with PLL instead of phase discriminator
* (quality) consider pulse-counting discriminator
2014-01-18 22:24:21 +01:00
* (speedup) consider downsampling of IF signal before FM detection
(work in progress in branch "filterif")