A library with SDR DSP primitives
Go to file
Harald Welte 551b9752bc Bump version: 0.3.10-464b → 0.4.0 2019-01-26 17:52:50 +01:00
debian Bump version: 0.3.10-464b → 0.4.0 2019-01-26 17:52:50 +01:00
include cxvec/math: Add helper to find the N highest energy values in vector 2016-12-30 09:39:22 +01:00
m4 build: Add all the autotools 'magic' 2011-10-15 16:53:51 +02:00
src Bump version: 0.3.10-464b → 0.4.0 2019-01-26 17:52:50 +01:00
.gitignore Add .gitignore 2011-10-15 16:53:51 +02:00
AUTHORS Intial checkin of the libosmo-sdr with just licence & authors 2011-10-15 00:28:12 +02:00
COPYING Intial checkin of the libosmo-sdr with just licence & authors 2011-10-15 00:28:12 +02:00
Doxyfile.in Doxygen: enable tagfile generation and usage for cross-project references 2016-04-25 09:10:57 +02:00
Makefile.am Use release helper from libosmcoore 2019-01-26 17:51:35 +01:00
README.md make sure all hyperlinks have <> 2017-03-17 21:29:18 +01:00
configure.ac Use release helper from libosmcoore 2019-01-26 17:51:35 +01:00
git-version-gen build: Add all the autotools 'magic' 2011-10-15 16:53:51 +02:00
libosmodsp.pc.in Rename to libosmosdr to libosmodsp to avoid conflict with the SDR hw 2012-04-18 22:19:14 +02:00

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 git://git.osmocom.org/libosmo-dsp.git

There is a cgit interface at http://git.osmocom.org/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.