1
0
Fork 0
SoftFM/TODO.txt

9 lines
541 B
Plaintext

* (quality) solve issues with bad sound due to strong antenna signal
(experiment with adaptive LNA gain or adaptive IF gain)
* (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
* (speedup) consider downsampling of IF signal before FM detection
(work in progress in branch "filterif")