Giter Site home page Giter Site logo

ccontour's People

Contributors

nathanntg avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

ccontour's Issues

Bundle compiled mex file

Since there is a single target platform, it would be nice to include a compiled MEX file with the repository.

Add time and frequency outputs

For plotting, it is valuable to know the time and frequency bins that correspond with rows and columns. Those should be accessible via both the C API (maybe using the dimensions structure and the setup), and should be potentially accessible as the second and third output arguments from the MEX file. Such as:

[..., F, T] = ccontour(signal, fs);

Does not correctly calculate FFT

Given how the Accelerate framework calculates the FFT, the first entry in the result combines the 0th bin (DC) and the Nth bin (where N is the size of the FFT transform). These values are stored in the real and imaginary part respectively.

The correct result should be a vector of N+1 values, by correctly separating these two values.

See example of how this is calculated in a newer project:

https://github.com/nathanntg/bela-warp-detect/blob/master/BelaWarpDetect/Library/CircularShortTimeFourierTransform.cpp#L285-L288

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.