-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request