Giter Club home page Giter Club logo

ffts's People

Contributors

afaerber avatar anthonix avatar dennisss avatar dwaite avatar elijahtaylor avatar glowingpurple avatar gonzalop avatar h6ah4i avatar harinath avatar henrygouk avatar iainlane avatar illupus avatar jbevain avatar jerome-pouiller avatar jmaine avatar joncham avatar jstedfast avatar kumpera avatar linkotec avatar madscientist159 avatar matszpk avatar mattles avatar migueldeicaza avatar morispaa avatar nealef avatar radekdoulik avatar robertmassaioli avatar schani avatar vargaz avatar zougloub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ffts's Issues

Is this fork actively maintained?

I'm looking into using this library for one project. If this fork is actively maintained I'll likely have at least one PR cleaning up some of the build system.

Chirp-Z only works for 1D transforms?

Am I right about this? Results seem to be wrong if I try to use non-POT 2D transforms.

Second question: performance of chirp-z non-POT is similar to the transform of the next POT? So transforming 1025 elements using chirp-z would take roughly as long as transforming 2048 elements?

forward 2D real transforms are broken

Migrated from Anthonix's repo as I don't think it is maintined anymore:

ffts_real_nd.c:96 gives: plan->transform(plan, din + (j * Ms0), buf + (j * (Ms0 / 2 + 1)));
buf here is uint64_t* and is 16 byte aligned. This means that in passing buf + x to a function that expects 16 byte alignment, we must have x%2 == 0 which is not the case resulting in segfaults on my machine whenever j is odd

Clang support?

I submitted a PR for FreeBSD / clang support in CMakeLists.txt to anthonix in 2018. Is there any interest here? I can rebase and resubmit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.