A library with SDR DSP primitives
Go to file
Oliver Smith 1dfd800e0c contrib/libosmo-dsp.spec.in: various fixes
* remove reference to non-existing HTML_TIMESTAMP.diff
* change name libosmo-dsp -> libosmodsp, so the assumed directory name
  inside the tarball is correct, and for consistency with the debian
  package
* rename the file to libosmodsp.spec for consistency
* fix gitignore entry

Change-Id: Id2a4b9406cc492d9fb7a5d2e9da804990bd22530
2022-07-18 12:04:14 +02:00
contrib contrib/libosmo-dsp.spec.in: various fixes 2022-07-18 12:04:14 +02:00
debian update git URLs (git -> https; gitea) 2022-06-17 23:13:49 +02: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 contrib/libosmo-dsp.spec.in: various fixes 2022-07-18 12:04:14 +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 contrib/libosmo-dsp.spec.in: various fixes 2022-07-18 12:04:14 +02:00
README.md update git URLs (git -> https; gitea) 2022-06-17 23:13:49 +02:00
configure.ac contrib/libosmo-dsp.spec.in: various fixes 2022-07-18 12:04:14 +02:00
git-version-gen configure.ac: introduce --enable-werror and --enable-sanitize 2021-11-25 14:54:31 +01: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 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.