Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dehann/signalman
Useful signal manipulation functions
https://github.com/dehann/signalman
Last synced: about 1 month ago
JSON representation
Useful signal manipulation functions
- Host: GitHub
- URL: https://github.com/dehann/signalman
- Owner: dehann
- License: mit
- Created: 2014-03-04T02:17:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T19:43:15.000Z (over 10 years ago)
- Last Synced: 2023-08-04T04:22:27.433Z (over 1 year ago)
- Size: 188 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
=========
SignalMan
=========Introduction
------------Useful signal manipulation functions. Current class definitions include:
class DataFileLogger
class SchmittTrigger
class BipolarSchmittTrigger
class NumericalDiff
class DistributedDiff
class MidpointInt
class RateChange
class MedianFilter
class BlipFilter
class CumulativeAverage
class ExpireTimer
class GaussianDoesn't yet have a stand alone test application -- work in progress.
Dependencies
------------This library depends on the following packages:
cmake
boost
EigenTo download and compile
-----------------------Get dependencies:
sudo apt-get install libboost-dev cmake libeigen3-dev
Get SignalMan:
git clone https://github.com/dehann/SignalMan.git
Navigate to the build directory:
cd SignalMan/build
cmake ..
make -j