Download List

Descripción del Proyecto

FXT is a C++ library containing code for various fast orthogonal
transforms (Fourier-, Hartley-, Walsh-, Haar-, Wavelet-transform) and
convolution. It contains a large collection of low (bit) level routines
and combinatorial algorithms (permutations, combinations, necklaces, de
Bruijn sequences). Number theoretic transforms and modular arithmetics
are implemented. Operations on binary polynomials and arithmetics in
finite fields GF(2^n) are included. The package contains more than 150
short programs that demonstrate how to use its functionality.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-21 11:19
2005.10.06

Las aceleraciones, de menor importancia de las funciones adicionales y correcciones de errores se han añadido.
Tags: Code cleanup
Speedups, minor additional functions, and bugfixes
were added.

2004-04-15 17:24
2004.04.13

La nueva funcionalidad incluye magia Bit, Reed-Muller, la combinatoria, permutaciones, ordenar, buscar, Stack (PEPS), de la cola (LIFO), montón de bits y la prioridad de la cola de las manipulaciones, la aritmética modular y cálculos en los campos finitos (GF (2 ^ n)), la factorización de polinomios binarios, buscando caminos en grafos dirigidos, y los códigos de color gris.
Tags: Major feature enhancements
New functionality includes Bit wizardry,
Reed-Muller transform, Combinatorics,
Permutations, Sorting, Searching, Stack (FIFO),
Queue (LIFO), heap and priority-queue
Bit-manipulations, modular arithmetics and
computations in finite fields (GF(2^n)),
factorization of binary polynomials, searching
paths in directed graphs, and gray codes.

2001-09-03 22:19
2001.09.03

Esta versión cuenta con un complejo adicional de valor FHT, de corta longitud de FFT, y fht. Walsh transforma fueron mejoradas. Ahora, tanto el DIF-dit-y cuentan con el apoyo FFT radix división. Rutinas auxiliares para la clasificación, la búsqueda, se añadieron las permutaciones, combinaciones y particiones. De base funcionalidad auto prueba fue añadido. El tutorial se mejoró. Muchas de las mejoras se hicieron con respecto a la coherencia general y el rendimiento.
Tags: Minor feature enhancements
This version has an additional complex-valued fht, short-length fft, and fht.
Walsh transforms were improved. Now both dif- and dit- split radix ffts are
supported. Auxiliary routines for sorting, searching, permutations,
combinations, and partitions were added. Basic self-test functionality was
added. The tutorial was improved. Many improvements were made with respect to
general consistency and performance.

2001-01-30 15:12
2000.04.09

Project Resources