Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Maybe an error in fft.c #1

@SebastienDorgan

Description

@SebastienDorgan

I think line 41 of fft.c is wrong: (for(z = 0; z < 30; z++) ) should be for(z = 0; z < N; z++) , doesn't it?

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