Skip to content

AeroTechLab/Simple-Signal-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Signal Processing

Basic operations for generic signal processing, that could be applied to a sample-by-sample real-time application:

  • Perform offset and max-min range detection before actual measurement
  • Set artificial gain and additional offset values
  • Set processing to automatically rectify and normalize signal (based on range detection)
  • Automatically apply low-pass (smoothing) and high-pass (offset removal) 2nd order Butterworth filtering to signal (generated from desired relative cut-off frequency)

Documentation

Descriptions of how the functions and data structures work are available at the Doxygen-generated documentation pages

About

Basic operations for generic real-time signal processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published