Git Product home page Git Product logo

go-fftw's People

Contributors

extemporalgenome avatar jvlmdr avatar kofron avatar runningwild 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

go-fftw's Issues

Single Precision version

Is there a single precision version of FFTW for GO? Or what would it take to convert to single precision. In "C" the single precision version of FFTW is almost 4 times faster.

Array definition

This is not an issue just a commit and question.
I have been using your go-fftw in my signal processing programs since you first posted it. I think it is a great addition to Go. It adds great value to Go for DSP applications that need FFTs. However, I prefer the older Array definition, Alloc2d(N1,N2) over the latest. The former allows easy access to Go's normal slice and array definitions, namely I used make(X[] complex128 , N1*N2) or slices of slices such as X[N1][N2] types in all of my programs. This made it easy to call and return these slices in my functions with go-fftw The current slice or array means I have to use some kind of conversion to get back to original slice or array format. Can you give me an example of how o easily convert back and forth between the two formats. Or better yet how to use the Alloc2d function in the present implementation of go-fftw?
I like your current implementation except for the inconvenient Array definition.

I would appreciate any advice that would make this current version easier to interface

Memory leak

GCSpec fails because memory allocated using fftw_malloc is never freed.

The FFT "Measure" option does not seem to work

I replaced the " Measure" option in place of "Estimate" , In the interest of measuring the improvement in speed. It did not give the same results. I was wondering if that flag was be ignored.

2d FFt

Can this code be set up for 2d ffts by simply substitute Alloc2d? Then use the 2dfft call that is documented in FFTW?

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.