Giter Site home page Giter Site logo

fftify's Introduction

FFT-IFY

A pipe based system for messing with the fast fourier transform. Example use below, produces the sine wave after FFTing and unFFTing it.

$ ./sine -t 2 -s 1024 | ./fft | ./fft -cgb | graph --output-format png -x 0 2000 -y -5 5 > out.png && feh out.png

fft (main.c)

takes an input from a file (--input, -i, default stdin) with the format of floats separated by new lines (or with the -c or --complex flag float float separated by new lines). Produces the fourier transform of the input and outputs it to a file (--output, -o, default stdout).

To output in a graphable format, pass --graph or -g, and use with graph from plotutils.

To get help just run the command with no arguments.

$ ./fft

!! CURRENTLY UNIMPLEMENTED: 2D transforms

sine (sine.c)

Outputs a sine wave with properties specified by the parameters passed. (--output, -o: default stdout) (--input, -i: default stdin) (--time, -t time, "time" in "seconds" for the wave to be generated over) (--frequency, -f: frequency of the wave in Hz) (--samples, -s: number of samples to generate) (--cos, -c: produce a cosine wave instead of a sine wave)

comp (comp.c)

like sine but adds to existing signal coming from a file specified with input

fftify's People

Contributors

dl-n-lb avatar

Watchers

 avatar

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.