Improve digital down-converter in leecher
Opened this issue · 0 comments
tejeez commented
- Consider using a FIR or CIC filter instead of the IIR because linear phase response would be preferable
- Add support for non-integer resampling ratios (possibly using msresamp_crcf in liquid)
- Check whether readStream should always try to return exactly the requested number of samples (unless timeout happens). Now it can return less if the shared buffer wraps around or if the resampler returns less.
- Add support for multiple channels (MIMO)
- Add support for other data types