1
0
Fork 0
SoftFM/TODO.txt

23 lines
1.4 KiB
Plaintext
Raw Normal View History

* (experiment) measure raw signal for radio3, radio4 for ~ 1 minute
* different gain settings
* with/without RTL AGC mode
* with several IF gain settings
* confirm theories about effect of gain, IF gain, AGC
* look for effect of gain on baseband SNR
* look for effect of ADC calibration on baseband SNR
* look for effect of IF bandwidth on baseband SNR
* (experiment) try if RTL2832 FIR filter can be optimized
* (feature) support 'M' 'k' suffixes for sample rates and tuning frequency
* (feature) implement off-line FM decoder in Python for experimentation
2014-01-01 17:53:22 +01:00
* (feature) implement stereo pilot pulse-per-second
* (quality) consider DC offset calibration
* (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
2013-12-31 22:19:19 +01:00
* it looks like IF level sometimes varies so much that it saturates the receiver; perhaps this can be solved by dynamically managing the hardware gain in response to level measurements
2013-12-31 23:20:41 +01:00
* investigate problem at low IF sample rates; it seems that librtlsdr is not telling the truth about the actual sample rate.
2014-01-01 17:53:22 +01:00
* (quality) figure out if I/Q balance can improve weak stations
* (quality) figure out if hardware gain settings can improve weak stations
* (feature) implement RDS decoding
* (quality) consider FM demodulation with PLL instead of phase discriminator