EnglishFrenchSpanish

Ad


OnWorks favicon

fftw-wisdom-to-conf - Online in the Cloud

Run fftw-wisdom-to-conf in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command fftw-wisdom-to-conf that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


fftw-wisdom-to-conf - generate FFTW wisdom (pre-planned transforms)

SYNOPSIS


fftw-wisdom-to-conf [< INPUT] [> OUTPUT]

DESCRIPTION


fftw-wisdom-to-conf is a utility to generate C configuration routines from FFTW wisdom
files, where the latter contain saved information about how to optimally compute (Fourier)
transforms of various sizes. A configuration routine is a C subroutine that you link into
your program, replacing a routine of the same name in the FFTW library, that determines
which parts of FFTW are callable by your program.

The reason to do this is that, if you only need transforms of a limited set of sizes and
types, and if you are statically linking your program, then using a configuration file
generated from wisdom for those types can substantially reduce the size of your
executable. (Otherwise, because of FFTW's dynamic nature, all of FFTW's transform code
must be linked into any program using FFTW.)

FFTW is a free library to compute discrete Fourier transforms in one or more dimensions,
for arbitrary sizes, and of both real and complex data, among other related operations.
More information on FFTW can be found at the FFTW home page: http://www.fftw.org

fftw-wisdom-to-conf reads wisdom from standard input and writes the configuration to
standard output. It can easily be combined with the fftw-wisdom tool, for example:

fftw-wisdom -n -o wisdom cof1024 cob1024
fftw-wisdom-to-conf < wisdom > conf.c

will create a configuration "conf.c" containing only those parts of FFTW needed for the
optimized complex forwards and backwards out-of-place transforms of size 1024 (also saving
the wisdom itself in "wisdom").

Alternatively, you can run your actual program, export wisdom for all plans that were
created (ideally in FFTW_PATIENT or FFTW_EXHAUSTIVE mode), use this as input for
fftw-wisdom-to-conf, and then re-link your program with the resulting configuration
routine.

Note that the configuration routine does not contain the wisdom, only the routines
necessary to implement the wisdom, so your program should also import the wisdom in order
to benefit from the pre-optimized plans.

OPTIONS


-h, --help
Display help on the command-line options and usage.

-V, --version
Print the version number and copyright information.

Use fftw-wisdom-to-conf online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Metal detector based on  RP2040
    Metal detector based on RP2040
    Based on Raspberry Pi Pico board, this
    metal detector is included in pulse
    induction metal detectors category, with
    well known advantages and disadvantages.
    RP...
    Download Metal detector based on RP2040
  • 2
    PAC Manager
    PAC Manager
    PAC is a Perl/GTK replacement for
    SecureCRT/Putty/etc (linux
    ssh/telnet/... gui)... It provides a GUI
    to configure connections: users,
    passwords, EXPECT regula...
    Download PAC Manager
  • 3
    GeoServer
    GeoServer
    GeoServer is an open-source software
    server written in Java that allows users
    to share and edit geospatial data.
    Designed for interoperability, it
    publishes da...
    Download GeoServer
  • 4
    Firefly III
    Firefly III
    A free and open-source personal finance
    manager. Firefly III features a
    double-entry bookkeeping system. You can
    quickly enter and organize your
    transactions i...
    Download Firefly III
  • 5
    Apache OpenOffice Extensions
    Apache OpenOffice Extensions
    The official catalog of Apache
    OpenOffice extensions. You'll find
    extensions ranging from dictionaries to
    tools to import PDF files and to connect
    with ext...
    Download Apache OpenOffice Extensions
  • 6
    MantisBT
    MantisBT
    Mantis is an easily deployable, web
    based bugtracker to aid product bug
    tracking. It requires PHP, MySQL and a
    web server. Checkout our demo and hosted
    offerin...
    Download MantisBT
  • 7
    LAN Messenger
    LAN Messenger
    LAN Messenger is a p2p chat application
    for intranet communication and does not
    require a server. A variety of handy
    features are supported including
    notificat...
    Download LAN Messenger
  • More »

Linux commands

  • 1
    abi-compliance-checker
    abi-compliance-checker
    abi-compliance-checker - tool to
    compare ABI compatibility of shared
    C/C++ library versions DESCRIPTION:
    NAME: ABI Compliance Checker
    (abi-compliance-checker) ...
    Run abi-compliance-checker
  • 2
    abi-dumper
    abi-dumper
    abi-dumper - a tool to dump ABI of an
    ELF object containing DWARF debug info
    DESCRIPTION: NAME: ABI Dumper
    (abi-dumper) Dump ABI of an ELF object
    containing DW...
    Run abi-dumper
  • 3
    convert_seq
    convert_seq
    convert_seq - conversion of sequence
    and alignment formats ...
    Run convert_seq
  • 4
    convert_sym
    convert_sym
    convert_sym - convert a Viewlogic
    symbol/schematic to gEDA gschem format ...
    Run convert_sym
  • 5
    g15macro
    g15macro
    g15macro - A simple Macro
    recording/playback application for
    G15Daemon DESCRIPTION: This package
    provides a way to record, playback and
    display keyboard macro ...
    Run g15macro
  • 6
    g15mpd
    g15mpd
    g15mpd - A simple frontend for the MPD
    Media Player Daemon, for use with
    g15daemon DESCRIPTION: This package
    provides a fontend for MPD Media Player
    Daemon, di...
    Run g15mpd
  • More »

Ad