Skip to content

Create FFT Transform #4

@zacharyselk

Description

@zacharyselk

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions