GithubHelp home page GithubHelp logo

phase-retrieval-benchmarks's Introduction

phase retrieval benchmarks

RRR: Simple Phase Retrieval

This program is deliberately minimalist so as not to obscure the structure of the algorithm. It needs the FFTW3 library.

The program is set up for solving the benchmarks described in:

"Benchmark problems for phase retrieval", V. Elser, T.-Y. Lan & T. Bendory

To compile:

gcc -O2 RRR.c -lm -lfftw3 -o RRR

To run:

./RRR [datafile] [supp] [powgoal] [beta] [iterlimit] [trials] [resultfile] &
  • datafile: one of the benchmark datafiles (data/data100E, data/data140E, ...)
  • supp: support size = 8*N, N = 100, 140, ... is the number of atoms
  • powgoal: fractional power in support
  • beta: RRR parameter
  • iterlimit: RRR iteration limit (long int)
  • trials: number of random starts
  • resultfile: ASCII file of the iteration counts for each trial

Example:

./RRR data/data100E 800 .95 .5 1000 5 results100E &

Solutions are written to a file named sol (M x M table of floats).

Send comments, bug reports, to: [email protected]

phase-retrieval-benchmarks's People

Contributors

veitelser avatar

Watchers

 avatar  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.