Skip to content

A Frequency domain implemenation of a windowed autocorrelation algorithim

License

Notifications You must be signed in to change notification settings

GuardianOfKnowledge/autocorrelate

 
 

Repository files navigation

REDHAWK Basic Components rh.autocorrelate

Description

Contains the source and build script for the REDHAWK Basic Components rh.autocorrelate. This component is a Frequency domain implemenation of a windowed autocorrelation algorithim. This algorthim works by windowing the input data to break it up into separate frames. Each frame is independently autocorrelated with each other using a "full" autocorrelation which includes the full transient response. This is efficiently computed in the frequency domain.

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 for updated copyright information.

License

REDHAWK Basic Components rh.autocorrelate is licensed under the GNU General Public License (GPL).

About

A Frequency domain implemenation of a windowed autocorrelation algorithim

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 48.3%
  • Python 37.8%
  • Shell 7.5%
  • Makefile 3.7%
  • M4 2.7%