Skip to content

Why does it compute FFT_REVERSE? #14

@Naahuel

Description

@Naahuel

I'm trying to adapt this project to my needs and I would like to know to which frequency each magnitude belongs to and I came across this:

powermeter/src/measure.cpp

Lines 481 to 482 in 9de2581

FFT.Windowing( FFT_WIN_TYP_HAMMING, FFT_REVERSE);
FFT.Compute( FFT_REVERSE );

Are we not converting from time domain to frequency domain? why FFT_REVERSE?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions