SharpBCI
A multi-threaded brain control interface (BCI) library in C#
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
SharpBCI.XCorrVectorizedSmoother Class Reference
Inheritance diagram for SharpBCI.XCorrVectorizedSmoother:
SharpBCI.IVectorizedSmoother< T >

Public Member Functions

 XCorrVectorizedSmoother (uint iterations)
 
Complex[] Smooth (Complex[] values)
 
- Public Member Functions inherited from SharpBCI.IVectorizedSmoother< T >
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...
 

Constructor & Destructor Documentation

SharpBCI.XCorrVectorizedSmoother.XCorrVectorizedSmoother ( uint  iterations)

Member Function Documentation

Complex [] SharpBCI.XCorrVectorizedSmoother.Smooth ( Complex[]  values)

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