itpp/itbase.h [code] | Include file for the IT++ base library |
itpp/itcomm.h [code] | Include file for the IT++ communications library |
itpp/itconfig.h [code] | Some specific global configurations and definitions |
itpp/itfixedpoint.h [code] | Include file for the IT++ fixed-point library |
itpp/itmex.h [code] | Conversion routines between IT++ and Matlab |
itpp/itprotocol.h [code] | Include file for the IT++ protocols library |
itpp/itsrccode.h [code] | Include file for the IT++ source coding library |
itpp/base/array.h [code] | Definition of Array class (container) |
itpp/base/bessel.cpp [code] | Implementation of Bessel functions |
itpp/base/bessel.h [code] | Definitions of Bessel functions |
itpp/base/binary.cpp [code] | Binary class implemenations |
itpp/base/binary.h [code] | Binary class definition |
itpp/base/binfile.cpp [code] | Binary file formats implementations |
itpp/base/binfile.h [code] | Binary file formats definitions |
itpp/base/cholesky.cpp [code] | Implementation of Cholesky factorisation functions |
itpp/base/cholesky.h [code] | Definitions of Cholesky factorisation functions |
itpp/base/circular_buffer.h [code] | Circular_Buffer class (container) |
itpp/base/converters.cpp [code] | Implementation of converters between different vector and matrix types |
itpp/base/converters.h [code] | Definitions of converters between different vector and matrix types |
itpp/base/copy_vector.h [code] | Vector copy functions for internal use |
itpp/base/det.cpp [code] | Implementation of determinant calculations |
itpp/base/det.h [code] | Definitions of determinant calculations |
itpp/base/eigen.cpp [code] | Eigenvalue decomposition functions |
itpp/base/eigen.h [code] | Definitions of eigenvalue decomposition functions |
itpp/base/elmatfunc.cpp [code] | Implementation of elementary functions on vectors and matrices |
itpp/base/elmatfunc.h [code] | Definitions of elementary functions on vectors and matrices |
itpp/base/factory.h [code] | Base class for class factories |
itpp/base/fastica.cpp [code] | Implementation of FastICA (Independent Component Analysis) for IT++ |
itpp/base/fastica.h [code] | Definition of FastICA (Independent Component Analysis) for IT++ |
itpp/base/fastmath.cpp [code] | Implementation of special operations on vectors and matricies optimized for speed |
itpp/base/fastmath.h [code] | Definitions of special operations on vectors and matricies optimized for speed |
itpp/base/filter.cpp [code] | Implementation of Filter classes and functions |
itpp/base/filter.h [code] | Definitions of Filter classes and functions |
itpp/base/filter_design.cpp [code] | Filter design functions |
itpp/base/filter_design.h [code] | Filter design functions |
itpp/base/freq_filt.cpp [code] | Implementation of Freq_Filt Class |
itpp/base/freq_filt.h [code] | Definition of frequency domain filter class |
itpp/base/gf2mat.cpp [code] | Implementation of a class for algebra on GF(2) (binary) matrices |
itpp/base/gf2mat.h [code] | Definition of a class for algebra on GF(2) (binary) matrices |
itpp/base/help_functions.h [code] | Help functions to make functions with vec and mat as arguments |
itpp/base/integration.cpp [code] | Implementation of numerical integration |
itpp/base/integration.h [code] | Definition of numerical integration |
itpp/base/inv.cpp [code] | Implementation of matrix inversion routines |
itpp/base/inv.h [code] | Definitions of matrix inversion routines |
itpp/base/itassert.cpp [code] | Implementation of error handling functions |
itpp/base/itassert.h [code] | Definitions of error handling functions |
itpp/base/itfile.cpp [code] | Implementation of classes for the IT++ file format |
itpp/base/itfile.h [code] | Definition of classes for the IT++ file format |
itpp/base/itpp_version.cpp [code] | Implementation of IT++ version function |
itpp/base/itpp_version.h [code] | Definition of IT++ version function |
itpp/base/ls_solve.cpp [code] | Implementation of functions for solving linear equation systems |
itpp/base/ls_solve.h [code] | Definitions of functions for solving linear equation systems |
itpp/base/lu.cpp [code] | Implementation of LU factorisation functions |
itpp/base/lu.h [code] | Definitions of LU factorisation functions |
itpp/base/machdep.h [code] | Machine dependent formats for binary storage |
itpp/base/mat.cpp [code] | Matrix Class Implementation |
itpp/base/mat.h [code] | Matrix Class Definitions |
itpp/base/matfunc.cpp [code] | Implementation of functions on vectors and matrices |
itpp/base/matfunc.h [code] | Definitions of functions on vectors and matrices |
itpp/base/newton_search.cpp [code] | Implementation of Newton search optimization |
itpp/base/newton_search.h [code] | Definition of Newton Search optimization algorithms |
itpp/base/operators.cpp [code] | Implementation of operators for vectors and matricies of different types |
itpp/base/operators.h [code] | Definitions of operators for vectors and matricies of different types |
itpp/base/parser.cpp [code] | Implementation of an argument parser class |
itpp/base/parser.h [code] | Definition of an argument parser class |
itpp/base/poly.cpp [code] | Polynomial functions |
itpp/base/poly.h [code] | Polynomial functions |
itpp/base/qr.cpp [code] | Implementation of QR factorisation functions |
itpp/base/qr.h [code] | Definitions of QR factorisation functions |
itpp/base/random.cpp [code] | Implementation of classes for random number generators |
itpp/base/random.h [code] | Definition of classes for random number generators |
itpp/base/scalfunc.cpp [code] | Implementation of scalar functions |
itpp/base/scalfunc.h [code] | Definitions of scalar functions |
itpp/base/schur.cpp [code] | Schur decomposition functions |
itpp/base/schur.h [code] | Definitions of Schur decomposition functions |
itpp/base/sigfun.cpp [code] | Implementation of signal processing functions |
itpp/base/sigfun.h [code] | Definitions of signal processing functions |
itpp/base/smat.cpp [code] | Sparse Matrix Class implementation |
itpp/base/smat.h [code] | Sparse Matrix Class Definitions |
itpp/base/sort.h [code] | Sorting functions |
itpp/base/source.cpp [code] | Implementation of deterministic sources |
itpp/base/source.h [code] | Definitions of deterministic sources |
itpp/base/specmat.cpp [code] | Implementation of special vectors and matrices |
itpp/base/specmat.h [code] | Definitions of special vectors and matrices |
itpp/base/stack.h [code] | Stack class (container) |
itpp/base/stat.cpp [code] | Implementation of statistics functions and classes |
itpp/base/stat.h [code] | Definitions of statistics functions and classes |
itpp/base/svd.cpp [code] | Implementation of Singular Value Decompositions |
itpp/base/svd.h [code] | Definitions of Singular Value Decompositions |
itpp/base/svec.cpp [code] | Sparse Vector Class implementation |
itpp/base/svec.h [code] | Sparse Vector Class definitions |
itpp/base/timing.cpp [code] | Implementation of Timing classes |
itpp/base/timing.h [code] | Definitions of Timing classes |
itpp/base/transforms.cpp [code] | Implementation of Fourier, Hadamard, Walsh-Hadamard, and 2D Hadamard transforms |
itpp/base/transforms.h [code] | Definitions of Fourier, Hadamard, Walsh-Hadamard, and 2D Hadamard transforms |
itpp/base/vec.cpp [code] | Templated Vector Class Implementation |
itpp/base/vec.h [code] | Templated Vector Class Definitions |
itpp/base/window.cpp [code] | Implementation of window functions |
itpp/base/window.h [code] | Definitions of window functions |
itpp/comm/bch.cpp [code] | Implementation of a BCH encoder/decoder class |
itpp/comm/bch.h [code] | Definition of a BCH encoder/decoder class |
itpp/comm/channel.cpp [code] | Implementation of Communication Channel classes and functions |
itpp/comm/channel.h [code] | Definition of Communication Channel classes and functions |
itpp/comm/channel_code.h [code] | Channel Code class virtual interface |
itpp/comm/commfunc.cpp [code] | Implementation of some specific functions useful in communications |
itpp/comm/commfunc.h [code] | Definitions of some specific functions useful in communications |
itpp/comm/convcode.cpp [code] | Implementation of a binary convolutional encoder class |
itpp/comm/convcode.h [code] | Definition of a binary convolutional encoder class |
itpp/comm/crc.cpp [code] | Implementation of a CRC code class |
itpp/comm/crc.h [code] | Definition of a CRC code class |
itpp/comm/egolay.cpp [code] | Implementation of the Extended Golay Code (24, 12, 8) |
itpp/comm/egolay.h [code] | Definition of the Extended Golay Code (24, 12, 8) |
itpp/comm/error_counters.cpp [code] | Implementation of Bit Error Rate Counter (BERC) and BLock Error Rate Counter (BLERC) classes |
itpp/comm/error_counters.h [code] | Definitions of Bit Error Rate Counter (BERC) and BLock Error Rate Counter (BLERC) classes |
itpp/comm/galois.cpp [code] | Implementation of Galois Field algebra classes and functions |
itpp/comm/galois.h [code] | Definitions of Galois Field algebra classes and functions |
itpp/comm/hammcode.cpp [code] | Implementation of a Hamming code class |
itpp/comm/hammcode.h [code] | Definitions of a Hamming code class |
itpp/comm/interleave.cpp [code] | Implementation of interleaver classes |
itpp/comm/interleave.h [code] | Definitions of interleaver classes |
itpp/comm/llr.cpp [code] | Class for numerically efficient log-likelihood algebra |
itpp/comm/llr.h [code] | Class for numerically efficient log-likelihood algebra |
itpp/comm/modulator.cpp [code] | Implementation of modulator classes |
itpp/comm/modulator.h [code] | Definition of modulator classes |
itpp/comm/modulator_nd.cpp [code] | Implementation of vector ("MIMO") modulator classes |
itpp/comm/modulator_nd.h [code] | Definition of vector ("MIMO") modulator classes |
itpp/comm/ofdm.cpp [code] | Implementation of an Orthogonal Frequency Division Multiplex (OFDM) class |
itpp/comm/ofdm.h [code] | Interface of an Orthogonal Frequency Division Multiplex (OFDM) class |
itpp/comm/pulse_shape.cpp [code] | Implementations of pulse shaping classes |
itpp/comm/pulse_shape.h [code] | Definitions of pulse shaping classes |
itpp/comm/punct_convcode.cpp [code] | Implementation of a Binary Punctured Convolutional Encoder class |
itpp/comm/punct_convcode.h [code] | Definitions of a Binary Punctured Convolutional Encoder class |
itpp/comm/rec_syst_conv_code.cpp [code] | Implementation of a Recursive Systematic Convolutional codec class |
itpp/comm/rec_syst_conv_code.h [code] | Definitions of a Recursive Systematic Convolutional codec class |
itpp/comm/reedsolomon.cpp [code] | Implementation of a Reed-Solomon codec class |
itpp/comm/reedsolomon.h [code] | Definitions of a Reed-Solomon codec class |
itpp/comm/sequence.cpp [code] | Implementation of binary sequence classes and functions |
itpp/comm/sequence.h [code] | Definitions of binary sequence classes and functions |
itpp/comm/spread.cpp [code] | Implementation of spread spectrum classes and functions |
itpp/comm/spread.h [code] | Definition of spread spectrum classes and functions |
itpp/comm/turbo.cpp [code] | Implementation of a turbo encoder/decoder class |
itpp/comm/turbo.h [code] | Definition of a turbo encoder/decoder class |
itpp/fixedpoint/cfix.cpp [code] | Implementation of a complex fixed-point data type CFix |
itpp/fixedpoint/cfix.h [code] | Definitions of a complex fixed-point data type CFix |
itpp/fixedpoint/cfixed.cpp [code] | Implementation of a complex fixed-point data type CFixed |
itpp/fixedpoint/cfixed.h [code] | Definitions of a complex fixed-point data type CFixed |
itpp/fixedpoint/fix.cpp [code] | Implementation of a fixed-point data type Fix |
itpp/fixedpoint/fix.h [code] | Definitions of a fixed-point data type Fix |
itpp/fixedpoint/fix_base.cpp [code] | Implementation of a base class for fixed-point data types |
itpp/fixedpoint/fix_base.h [code] | Definitions of a base class for fixed-point data types |
itpp/fixedpoint/fix_factory.cpp [code] | Implementation of a class factory for fixed-point data types Fix and CFix |
itpp/fixedpoint/fix_factory.h [code] | Definitions of a class factory for fixed-point data types Fix and CFix |
itpp/fixedpoint/fix_functions.cpp [code] | Implementation of a set of functions for Fix, Fixed, CFix and CFixed classes |
itpp/fixedpoint/fix_functions.h [code] | Definitions of a set of functions for Fix, Fixed, CFix and CFixed classes |
itpp/fixedpoint/fix_operators.cpp [code] | Implementation of a set of operators for Fix, Fixed, CFix and CFixed classes |
itpp/fixedpoint/fix_operators.h [code] | Definitions of a set of operators for Fix, Fixed, CFix and CFixed classes |
itpp/fixedpoint/fixed.cpp [code] | Implementation of a fixed-point data type Fixed |
itpp/fixedpoint/fixed.h [code] | Definitions of a fixed-point data type Fixed |
itpp/protocol/events.cpp [code] | Implementation of an event-based simulation class |
itpp/protocol/events.h [code] | Definitions of an event-based simulation class |
itpp/protocol/front_drop_queue.cpp [code] | Implementation of a Front Drop Queue class |
itpp/protocol/front_drop_queue.h [code] | Definitions of a Front Drop Queue class |
itpp/protocol/packet.h [code] | Definition of a Packet class |
itpp/protocol/packet_channel.cpp [code] | Implementation of a Packet channel class |
itpp/protocol/packet_channel.h [code] | Definition of a Packet channel class |
itpp/protocol/packet_generator.cpp [code] | Implementation of a Packet generator class |
itpp/protocol/packet_generator.h [code] | Definition of a Packet generator class |
itpp/protocol/selective_repeat.cpp [code] | Implementation of Selective Repeat ARQ classes |
itpp/protocol/selective_repeat.h [code] | Definitions of Selective Repeat ARQ classes |
itpp/protocol/signals_slots.h [code] | Definitions of Signals and Slots classes |
itpp/protocol/tcp.cpp [code] | Implementation of Transport Control Protocol (TCP) |
itpp/protocol/tcp.h [code] | Definition of Transport Control Protocol (TCP) |
itpp/protocol/tcp_client_server.h [code] | Definitions of TCP Client and Server Applications |
itpp/srccode/audiofile.cpp [code] | Implementation of audio Audio classes and functions |
itpp/srccode/audiofile.h [code] | Definitions of audio Audio classes and functions |
itpp/srccode/gmm.cpp [code] | Implementation of a Gaussian Mixture Model Class |
itpp/srccode/gmm.h [code] | Definition of a Gaussian Mixture Model Class |
itpp/srccode/lpcfunc.cpp [code] | Implementations of linear prediction functions, and conversion between common representations of linear predictive parameters |
itpp/srccode/lpcfunc.h [code] | Implementation of linear prediction functions, and conversion between common representations of linear predictive parameters |
itpp/srccode/pnm.cpp [code] | Implementation of PNM graphics format I/O function |
itpp/srccode/pnm.h [code] | Definitions of PNM graphics format I/O function |
itpp/srccode/vq.cpp [code] | Implementation of a vector quantizer class (unconstrained) |
itpp/srccode/vq.h [code] | Definition of a vector quantizer class (unconstrained) |
itpp/srccode/vqtrain.cpp [code] | Implementation of a vector quantizer training functions |
itpp/srccode/vqtrain.h [code] | Definitions of a vector quantizer training functions |
Generated on Thu Apr 19 14:43:50 2007 for IT++ by Doxygen 1.5.1