fosanalysis
A framework to evaluate distributed fiber optic sensor data
Loading...
Searching...
No Matches
filtering.py File Reference

Go to the source code of this file.

Classes

class  fosanalysis.preprocessing.filtering.Cluster
 The Cluster filter is an iterative smoothing algorithm guaranteed to converge [5]. More...
 
class  fosanalysis.preprocessing.filtering.Filter
 Abstract base class for filter classes. More...
 
class  fosanalysis.preprocessing.filtering.Limit
 A filter to limit the entries. More...
 
class  fosanalysis.preprocessing.filtering.SlidingFilter
 Abstract base class for filter classes, based on sliding windows. More...
 

Namespaces

namespace  fosanalysis
 Central package of fosanalysis.
 
namespace  fosanalysis.preprocessing
 Contains modules for data preprocessing, like:
 
namespace  fosanalysis.preprocessing.filtering
 Contains class definitions for filtering algorithms.