https://github.com/geontech/tunefilterdecimate
https://github.com/geontech/tunefilterdecimate
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/geontech/tunefilterdecimate
- Owner: Geontech
- License: gpl-3.0
- Created: 2017-12-09T18:27:58.000Z (over 8 years ago)
- Default Branch: develop-2.0-RFNoC
- Last Pushed: 2020-11-16T20:26:57.000Z (over 5 years ago)
- Last Synced: 2025-01-21T12:48:41.695Z (over 1 year ago)
- Language: C++
- Size: 2.04 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REDHAWK Basic Components rh.TuneFilterDecimate
## Description
Contains the source and build script for the REDHAWK Basic Components
rh.TuneFilterDecimate. This component selects a narrowband cut from an input
signal. Tuning, filtering and decimation are used to remove noise and
interference in other frequency bands and reduce the sampling rate for more
efficient downstream processing.
## Branches and Tags
All REDHAWK core assets use the same branching and tagging policy. Upon release,
the `master` branch is rebased with the specific commit released, and that
commit is tagged with the asset version number. For example, the commit released
as version 1.0.0 is tagged with `1.0.0`.
Development branches (i.e. `develop` or `develop-X.X`, where *X.X* is an asset
version number) contain the latest unreleased development code for the specified
version. If no version is specified (i.e. `develop`), the branch contains the
latest unreleased development code for the latest released version.
## REDHAWK Version Compatibility
| Asset Version | Minimum REDHAWK Version Required |
| ------------- | -------------------------------- |
| 2.x | 2.0 |
| 1.x | 1.10 |
## Installation Instructions
This asset requires the rh.dsp and rh.fftlib shared libraries. These must be
installed in order to build and run this asset. To build from source, run the
`build.sh` script found at the top level directory. To install to $SDRROOT, run
`build.sh install`.
## Copyrights
This work is protected by Copyright. Please refer to the
[Copyright File](COPYRIGHT) for updated copyright information.
## License
REDHAWK Basic Components rh.TuneFilterDecimate is licensed under the GNU General
Public License (GPL).