Skip to content

This is a C library for Software Streaming Filters

License

Notifications You must be signed in to change notification settings

MahdaSystem/ssFilters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Streaming Filters

This is a C library for software filters which are work streaming.
Implemented Filters:

  • Moving Average
  • Median

Moving Average

A signal compared by different window width of this filter is shown in Docs directory.

  • Series1: Width 1 (Raw)
  • Series2: Width 3
  • Series3: Width 5
  • Series4: Width 10
  • Series5: Width 15
  • Series6: Width 20
  • Series7: Width 30
  • Series8: Width 100

Moving Average Data Output

Median

Information will be added later!

Median Data Output

Releases

No releases published

Packages

No packages published

Languages