SharpBCI
A multi-threaded brain control interface (BCI) library in C#
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
SharpBCI.IVectorizedSmoother< T > Interface Template Reference

A common interface for a generic smoother which operates on arrays of type T Currently, only used by FFTPipeable for smoothing. More...

Inheritance diagram for SharpBCI.IVectorizedSmoother< T >:
SharpBCI.ExponentialVectorizedSmoother SharpBCI.XCorrVectorizedSmoother

Public Member Functions

T[] Smooth (T[] values)
 Accept an array of type T and output an array of type T with a smoothing function applied to all values of the input array. More...
 

Detailed Description

A common interface for a generic smoother which operates on arrays of type T Currently, only used by FFTPipeable for smoothing.

Member Function Documentation

T [] SharpBCI.IVectorizedSmoother< T >.Smooth ( T[]  values)

Accept an array of type T and output an array of type T with a smoothing function applied to all values of the input array.


The documentation for this interface was generated from the following file: