Skip to content

Website for designing and using FIR and IIR filters in the CLOUD!

Notifications You must be signed in to change notification settings

gallamine/filtering_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time series filtering as a service

  1. Create a filter (filter/new/?num_taps=XX&cutoff=0.5). Returns FID for accessing it in the future
  2. Pass data into filter. (filter/run?fid=FID&data=comma-separated-list-of-numbers). Return output.
  3. Get taps back from a filter (filter/taps?fid=FID
  4. Get plots of the spectrum (filter//plots/spectrum)
  5. Get plots of the taps (filter//plots/taps)

About

Website for designing and using FIR and IIR filters in the CLOUD!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published