A library with SDR DSP primitives
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Vadim Yanitskiy 6964e3657c
src/Makefile.am: libraries shall not be in LDFLAGS but in LIBADD
3 months ago
contrib contrib/libosmo-dsp.spec.in: various fixes 10 months ago
debian update git URLs (git -> https; gitea) 12 months ago
include cxvec/math: Add helper to find the N highest energy values in vector 7 years ago
m4 build: Add all the autotools 'magic' 12 years ago
src src/Makefile.am: libraries shall not be in LDFLAGS but in LIBADD 3 months ago
.gitignore contrib/libosmo-dsp.spec.in: various fixes 10 months ago
AUTHORS Intial checkin of the libosmo-sdr with just licence & authors 12 years ago
COPYING Intial checkin of the libosmo-sdr with just licence & authors 12 years ago
Doxyfile.in Doxygen: enable tagfile generation and usage for cross-project references 7 years ago
Makefile.am contrib/libosmo-dsp.spec.in: various fixes 10 months ago
README.md update git URLs (git -> https; gitea) 12 months ago
configure.ac contrib/libosmo-dsp.spec.in: various fixes 10 months ago
git-version-gen configure.ac: introduce --enable-werror and --enable-sanitize 2 years ago
libosmodsp.pc.in Rename to libosmosdr to libosmodsp to avoid conflict with the SDR hw 11 years ago

README.md

libosmo-dsp - Osmocom DSP utility functions

This repository contains a C-language library for common DSP (Digital Signal Processing) primities for SDR (Software Defined Radio). They are part of the Osmocom Open Source Mobile Communications project.

Homepage

The official homepage of the project is https://osmocom.org/projects/libosmo-dsp

GIT Repository

You can clone from the official libosmo-dsp.git repository using

git clone https://gitea.osmocom.org/sdr/libosmo-dsp

There is a web interface at https://gitea.osmocom.org/sdr/libosmo-dsp

Documentation

Doxygen-generated API documentation is generated during the build process, but also available online for each of the sub-libraries at http://ftp.osmocom.org/api/latest/libosmodsp/html/

Mailing List

Discussions related to libosmo-dsp are happening on the osmocom-sdr@lists.osmocom.org mailing list, please see https://lists.osmocom.org/mailman/listinfo/osmocom-sdr for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

We are receiving patch submissions via e-mail to the above-mentioned mailing list.