Skip to content

Whats the simpliest use of this library? #7

@claudioff

Description

@claudioff

Should this work?

#include "include/simple_fft/fft_settings.h"
#include "include/simple_fft/fft.h"

int main(){

int A [8] = { 16, 2, 77, 40, 12, 0, 7, 16 };
int B [8];
bool b;
int n=8;

b = simple_fft::FFT(A,B,n);
return 0;
}

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