|
SharpBCI
A multi-threaded brain control interface (BCI) library in C#
|
This is the complete list of members for SharpBCI.BandpassPipeable, including all inherited members.
| Add(object item) | SharpBCI.Pipeable | protected |
| BandpassPipeable(double sampleRate, int channels, double minFreq, double maxFreq, double transitionBandwidth) | SharpBCI.BandpassPipeable | |
| Connect(IPipeable other) | SharpBCI.Pipeable | |
| Connect(IPipeable other, bool mirror) | SharpBCI.Pipeable | |
| DEFAULT_BUFFER_SIZE | SharpBCI.Pipeable | |
| Process(object item) | SharpBCI.BandpassPipeable | protectedvirtual |
| SetInput(BlockingCollection< object > newInput) | SharpBCI.Pipeable | |
| Start(TaskFactory taskFactory, CancellationTokenSource cts) | SharpBCI.Pipeable | virtual |
| Stop() | SharpBCI.Pipeable | virtual |