itpp/config.h [code] | |
itpp/itbase.h [code] | Include file for the IT++ base module |
itpp/itcomm.h [code] | Include file for the IT++ communications module |
itpp/itfixed.h [code] | Include file for the IT++ fixed-point module |
itpp/itmex.h [code] | Conversion routines between IT++ and Matlab |
itpp/itoptim.h [code] | Include file for the IT++ optimization module |
itpp/itprotocol.h [code] | Include file for the IT++ protocols module |
itpp/itsignal.h [code] | Include file for the IT++ signal-processing module |
itpp/itsrccode.h [code] | Include file for the IT++ source coding module |
itpp/itstat.h [code] | Include file for the IT++ statistics module |
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/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/factory.h [code] | Base class for class factories and memory allocation functions |
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/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.cpp [code] | Help functions to make functions with vec and mat as arguments |
itpp/base/help_functions.h [code] | Help functions to make functions with vec and mat as arguments |
itpp/base/itassert.cpp [code] | Error handling functions - source file |
itpp/base/itassert.h [code] | Error handling functions - header file |
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/ittypes.h [code] | IT++ types definitions |
itpp/base/mat.cpp [code] | Matrix Class Implementation |
itpp/base/mat.h [code] | Matrix Class Definitions |
itpp/base/matfunc.cpp [code] | Various functions on vectors and matrices - source file |
itpp/base/matfunc.h [code] | Various functions on vectors and matrices - header file |
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/random.cpp [code] | Implementation of classes for random number generators |
itpp/base/random.h [code] | Definition of classes for random number generators |
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/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/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/vec.cpp [code] | Templated Vector Class Implementation |
itpp/base/vec.h [code] | Templated Vector Class Definitions |
itpp/base/algebra/cholesky.cpp [code] | Implementation of Cholesky factorisation functions |
itpp/base/algebra/cholesky.h [code] | Definitions of Cholesky factorisation functions |
itpp/base/algebra/det.cpp [code] | Implementation of determinant calculations |
itpp/base/algebra/det.h [code] | Definitions of determinant calculations |
itpp/base/algebra/eigen.cpp [code] | Eigenvalue decomposition functions |
itpp/base/algebra/eigen.h [code] | Definitions of eigenvalue decomposition functions |
itpp/base/algebra/inv.cpp [code] | Implementation of matrix inversion routines |
itpp/base/algebra/inv.h [code] | Definitions of matrix inversion routines |
itpp/base/algebra/ls_solve.cpp [code] | Implementation of functions for solving linear equation systems |
itpp/base/algebra/ls_solve.h [code] | Definitions of functions for solving linear equation systems |
itpp/base/algebra/lu.cpp [code] | Implementation of LU factorisation functions |
itpp/base/algebra/lu.h [code] | Definitions of LU factorisation functions |
itpp/base/algebra/qr.cpp [code] | Implementation of QR factorisation functions |
itpp/base/algebra/qr.h [code] | Definitions of QR factorisation functions |
itpp/base/algebra/schur.cpp [code] | Schur decomposition functions |
itpp/base/algebra/schur.h [code] | Definitions of Schur decomposition functions |
itpp/base/algebra/svd.cpp [code] | Implementation of Singular Value Decompositions |
itpp/base/algebra/svd.h [code] | Definitions of Singular Value Decompositions |
itpp/base/math/elem_math.cpp [code] | Elementary mathematical functions - source file |
itpp/base/math/elem_math.h [code] | Elementary mathematical functions - header file |
itpp/base/math/error.cpp [code] | Error functions - source file |
itpp/base/math/error.h [code] | Error functions - header file |
itpp/base/math/integration.cpp [code] | Implementation of numerical integration |
itpp/base/math/integration.h [code] | Definition of numerical integration |
itpp/base/math/log_exp.h [code] | Logarithmic and exponenential functions - header file |
itpp/base/math/min_max.h [code] | Minimum and maximum functions on vectors and matrices |
itpp/base/math/misc.cpp [code] | Miscellaneous functions - source file |
itpp/base/math/misc.h [code] | Miscellaneous functions - header file |
itpp/base/math/trig_hyp.h [code] | Trigonometric and hyperbolic functions - header file |
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] | Communication Channels' classes - source file |
itpp/comm/channel.h [code] | Communication channels' classes - header file |
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/ldpc.cpp [code] | Implementation of Low-Density Parity Check (LDPC) codes |
itpp/comm/ldpc.h [code] | Implementation of Low-Density Parity Check (LDPC) codes |
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] | One- and two-dimensional modulators - source file |
itpp/comm/modulator.h [code] | One- and two-dimensional modulators - header file |
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] | Pulse shaping classes - source file |
itpp/comm/pulse_shape.h [code] | Pulse shaping classes - header file |
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/fixed/cfix.cpp [code] | Implementation of a complex fixed-point data type CFix |
itpp/fixed/cfix.h [code] | Definitions of a complex fixed-point data type CFix |
itpp/fixed/cfixed.cpp [code] | Implementation of a complex fixed-point data type CFixed |
itpp/fixed/cfixed.h [code] | Definitions of a complex fixed-point data type CFixed |
itpp/fixed/fix.cpp [code] | Implementation of a fixed-point data type Fix |
itpp/fixed/fix.h [code] | Definitions of a fixed-point data type Fix |
itpp/fixed/fix_base.cpp [code] | Implementation of a base class for fixed-point data types |
itpp/fixed/fix_base.h [code] | Definitions of a base class for fixed-point data types |
itpp/fixed/fix_factory.cpp [code] | Implementation of a class factory for fixed-point data types Fix and CFix |
itpp/fixed/fix_factory.h [code] | Definitions of a class factory for fixed-point data types Fix and CFix |
itpp/fixed/fix_functions.cpp [code] | Implementation of a set of functions for Fix, Fixed, CFix and CFixed classes |
itpp/fixed/fix_functions.h [code] | Definitions of a set of functions for Fix, Fixed, CFix and CFixed classes |
itpp/fixed/fix_operators.cpp [code] | Implementation of a set of operators for Fix, Fixed, CFix and CFixed classes |
itpp/fixed/fix_operators.h [code] | Definitions of a set of operators for Fix, Fixed, CFix and CFixed classes |
itpp/fixed/fixed.cpp [code] | Implementation of a fixed-point data type Fixed |
itpp/fixed/fixed.h [code] | Definitions of a fixed-point data type Fixed |
itpp/optim/newton_search.cpp [code] | Newton Search optimization algorithms - source file |
itpp/optim/newton_search.h [code] | Newton Search optimization algorithms - header file |
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/signal/fastica.cpp [code] | Implementation of FastICA (Independent Component Analysis) for IT++ |
itpp/signal/fastica.h [code] | Definition of FastICA (Independent Component Analysis) for IT++ |
itpp/signal/filter.cpp [code] | Implementation of Filter classes and functions |
itpp/signal/filter.h [code] | Definitions of Filter classes and functions |
itpp/signal/filter_design.cpp [code] | Filter design functions |
itpp/signal/filter_design.h [code] | Filter design functions |
itpp/signal/freq_filt.cpp [code] | Implementation of Freq_Filt Class |
itpp/signal/freq_filt.h [code] | Definition of frequency domain filter class |
itpp/signal/poly.cpp [code] | Polynomial functions |
itpp/signal/poly.h [code] | Polynomial functions |
itpp/signal/resampling.cpp [code] | Resampling functions - source file |
itpp/signal/resampling.h [code] | Resampling functions - header file |
itpp/signal/sigfun.cpp [code] | Implementation of signal processing functions |
itpp/signal/sigfun.h [code] | Definitions of signal processing functions |
itpp/signal/source.cpp [code] | Deterministic sources - source file |
itpp/signal/source.h [code] | Deterministic sources - header file |
itpp/signal/transforms.cpp [code] | Fourier, Cosine, Hadamard, Walsh-Hadamard, and 2D Hadamard transforms - source file |
itpp/signal/transforms.h [code] | Fourier, Hadamard, Walsh-Hadamard, and 2D Hadamard transforms - header file |
itpp/signal/window.cpp [code] | Implementation of window functions |
itpp/signal/window.h [code] | Definitions of window functions |
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 |
itpp/stat/histogram.h [code] | Histogram class - header file |
itpp/stat/misc_stat.cpp [code] | Miscellaneous statistics functions and classes - source file |
itpp/stat/misc_stat.h [code] | Miscellaneous statistics functions and classes - header file |
itpp/stat/mog_diag.cpp [code] | Diagonal Mixture of Gaussians class - source file |
itpp/stat/mog_diag.h [code] | Diagonal Mixture of Gaussians class - header file |
itpp/stat/mog_diag_em.cpp [code] | Expectation Maximisation based optimisers for Mixture of Gaussians - source file |
itpp/stat/mog_diag_em.h [code] | Expectation Maximisation (EM) based optimisers for MOG - header file |
itpp/stat/mog_diag_kmeans.cpp [code] | Kmeans based optimiser for Mixture of Gaussians - source file |
itpp/stat/mog_diag_kmeans.h [code] | K-means based optimiser for Mixture of Gaussians - header file |
itpp/stat/mog_generic.cpp [code] | Generic Mixture of Gaussians (MOG) class - source file |
itpp/stat/mog_generic.h [code] | Generic Mixture of Gaussians (MOG) class - header file |
Generated on Tue Feb 2 09:33:40 2010 for IT++ by Doxygen 1.6.2