On Mon, Oct 10, 2011 at 3:22 AM, Sylvain Munaut <246tnt(a)gmail.com> wrote:
Hi,
I've just pushed a libosmosdr sublibrary in a sylvain/sdr branch in
the libosmocore git.
Currently it contains mostly a complex vector 'class' along with
various math functions used on them (convolution / correlation / ...).
Some aspects the the API along with some of the underlying math are
inspired by the code from openbts, but it is a complete rewrite in
pure C with some aspects simplified, and some others extended.
This is great. I previously did an experimental C rewrite for
convolution in openbts to work with NEON optimizations.
https://github.com/ttsou/openbts-uhd/commit/b333c476
When I work on signal processing aspects again - primarily for the
e100 - I'll base it off your library.
Thomas