A library with SDR DSP primitives
Go to file
Vadim Yanitskiy 912827c9da build: include README.md into the release tarball
Change-Id: I02be5d5cf8cc76feb6880eac90000ff6eba5a580
2024-01-26 23:22:54 +07: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 src/Makefile.am: libraries shall not be in LDFLAGS but in LIBADD 2023-03-13 04:38:03 +07: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 build: include README.md into the release tarball 2024-01-26 23:22:54 +07: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.