neuralbertatech / natKit

A utility for connecting to and processing data from BCI devices
MIT License
2 stars 0 forks source link

Create FFT Transform #4

Open zacharyselk opened 1 year ago

zacharyselk commented 1 year ago

Create an FFT Transform object under src/transform/fft.py. The transform object should take in a DataStream, process the data from the DataStream, then write the results to it's own DataStream that can be passed to other objects.

Once the FFT object is created abstract away the important "transform" methods to a Transform interface under src/transform/Transform.py