itpp::ACK_Channel | ADD DOCUMENTATION HERE |
itpp::AR1_Normal_RNG | Filtered normal distribution |
itpp::Array< T > | General array class |
itpp::Array< Array< int > > | |
itpp::Array< ATimer< Selective_Repeat_ARQ_Sender, int > > | |
itpp::Array< bmat > | |
itpp::Array< bool > | |
itpp::Array< cvec > | |
itpp::Array< DOPPLER_SPECTRUM > | |
itpp::Array< Fading_Generator * > | |
itpp::Array< GF > | |
itpp::Array< itpp::Array< itpp::cvec > > | |
itpp::Array< itpp::Array< itpp::vec > > | |
itpp::Array< itpp::vec > | |
itpp::Array< itpp::Vec< unsigned > > | |
itpp::Array< ivec > | |
itpp::Array< Link_Packet * > | |
itpp::Array< mat > | |
itpp::Array< Packet * > | |
itpp::Array< std::string > | |
itpp::Array< vec > | |
Audio_Sample< Audio_Encoding > | Generic template class for Audio samples |
itpp::Audio_Sample< enc_alaw8 > | ALaw-encoded Audio samples |
itpp::Audio_Sample< enc_double > | Audio samples encoded as doubles |
itpp::Audio_Sample< enc_float > | Audio samples encoded as floats |
itpp::Audio_Sample< enc_linear16 > | 16-bit PCM encoded audio samples |
itpp::Audio_Sample< enc_linear24 > | 24-bit PCM encoded audio samples |
itpp::Audio_Sample< enc_linear32 > | 32-bit PCM encoded audio samples |
itpp::Audio_Sample< enc_linear8 > | 8-bit PCM encoded audio samples |
itpp::Audio_Sample< enc_mulaw8 > | ULaw-encoded Audio samples |
itpp::Audio_Stream_Description | Description of audio stream |
itpp::AWGN_Channel | Ordinary AWGN Channel for cvec or vec inputs and outputs |
itpp::Base_Event | Base Event Class |
itpp::Base_Slot< DataType > | Base Slot class |
itpp::Base_Slot< ACK * > | |
itpp::Base_Slot< Array< Packet * > > | |
itpp::Base_Slot< bool > | |
itpp::Base_Slot< double > | |
itpp::Base_Slot< int > | |
itpp::Base_Slot< itpp::Packet * > | |
itpp::Base_Slot< Link_Packet * > | |
itpp::Base_Slot< Packet * > | |
itpp::Base_Slot< std::string > | |
itpp::Base_Slot< void * > | |
itpp::BERC | Bit Error Rate Counter (BERC) Class |
itpp::Bernoulli_RNG | Bernoulli distribution |
itpp::bfstream_base | Base class for binary file classesThis class serves as a base class for the classes bofstream , bifstream , and bfstream . It controls the endianity (i.e. the byte order of multibyte numbers on the disk) of the inhereted classes |
itpp::bin | Binary arithmetic (boolean) class |
itpp::BLERC | Class for counting block error rates |
itpp::Block_Interleaver< T > | Block Interleaver Class |
itpp::BSC | A Binary Symetric Channel with crossover probability p |
itpp::Channel_Code | Generic Channel Code class |
itpp::Channel_Specification | General specification of a time-domain multipath channel |
itpp::Circular_Buffer< T > | General circular buffer class |
itpp::Compare_Base_Event_Times | Compare to events, Returns true if expire time of event1 is larger than the expire time of event2 |
itpp::Complex_Normal_RNG | A Complex Normal Source |
itpp::random_details::DSFMT< MEXP, POS1, SL1, MSK1, MSK2, FIX1_V, FIX2_V, PCV1_V, PCV2_V >::Context | DSFMT context structure |
itpp::CRC_Code | Cyclic Redundancy Check Codes |
itpp::Cross_Interleaver< T > | Cross Interleaver Class |
itpp::it_file_base::data_header | Data header structure |
itpp::it_file_base_old::data_header | Data header structure |
itpp::random_details::DSFMT< MEXP, POS1, SL1, MSK1, MSK2, FIX1_V, FIX2_V, PCV1_V, PCV2_V > | C++ implementation of dSFMT random number generator |
itpp::Event_Queue | Event Queue class |
itpp::EXIT | EXtrinsic Information Transfer (EXIT) chart |
itpp::Exponential_RNG | Exponential distribution |
itpp::Factory | Base class for class factories |
itpp::Fading_Generator | Fading generator class |
itpp::Fast_ICA | Fast_ICA Fast Independent Component Analysis (Fast ICA)The software is based upon original FastICA for Matlab from A. Hyvarinen. Fast and Robust Fixed-Point Algorithms for Independent Component Analysis. IEEE Transactions on Neural Networks, 10(3), pp. 626-634, 1999 |
itpp::it_file_base::file_header | File header structure |
itpp::it_file_base_old::file_header | File header structure |
itpp::Filter< T1, T2, T3 > | Virtual Filter Base Class.The class is templated as follows: |
itpp::Filter< std::complex< double >, double, std::complex< double > > | |
itpp::Filter< T1, double, T1 > | |
itpp::Fix_Base | Base class for fixed-point data types |
itpp::Freq_Filt< Num_T > | Freq_Filt Frequency domain filtering using the overlap-add techniqueThe Freq_Filt class implements an FFT based filter using the overlap-add technique. The data is filtered by first transforming the input sequence into the frequency domain with an efficient FFT implementation (i.e. FFTW) and then multiplied with a Fourier transformed version of the impulse response. The resulting data is then inversed Fourier transformed to return a filtered time domain signal |
itpp::binfile_details::Fstream_Binfile_Facade | Fstream Interface Facade for Binary Streams.This class implements std::fstream facade to make ITPP binary file streams exportable from dll. This facade implements basic functionality only. It does not provide an access to the following stream facilities (all of them are useless for binary streams) |
itpp::Gamma_RNG | Gamma distributionGenerate samples from Gamma(alpha,beta) density, according to the following equation:
|
itpp::GF | Galois Field GF(q) |
itpp::GF2mat | Class for dense GF(2) matrices |
itpp::GF2mat_sparse_alist | Parameterized "alist" representation of sparse GF(2) matrix |
itpp::GFX | Polynomials over GF(q)[x], where q=2^m, m=1,...,16 |
itpp::GMM | Gaussian Mixture Model Class |
itpp::Gold | Gold Sequences |
itpp::Histogram< Num_T > | Histogram computation class |
itpp::I_Uniform_RNG | Integer uniform distributionExample: Generation of random uniformly distributed integers in the interval [0,10] |
itpp::binfile_details::Ifstream_Binfile_Facade | Ifstream Interface Facade for Binary Streams.This class implements std::ofstream facade to make ITPP binary file streams exportable from dll. This facade implements basic functionality only. It does not provide an access to the following stream facilities (all of them are useless for binary streams) |
itpp::Impulse_Source | Impulse source |
itpp::it_file_base | Base class for it_ifile and it_file |
itpp::it_file_base_old | Base class for it_ifile_old and it_file_old |
itpp::L3_Packet_Info | |
itpp::Laplace_RNG | Laplacian distribution |
itpp::LDPC_Generator | LDPC Generator pure virtual base class |
itpp::LDPC_Parity | LDPC parity check matrix generic class |
itpp::LFSR | Binary Linear Feedback Shift Register (LFSR) |
itpp::Line_Search | Line Search |
itpp::LLR_calc_unit | Log-likelihood algebra calculation unit |
itpp::Mat< Num_T > | Matrix Class (Templated) |
itpp::Mat< bin > | |
itpp::Mat< T > | |
itpp::Mat< unsigned char > | |
itpp::Modulator< T > | General modulator for 1D or 2D signal constellations |
itpp::Modulator< double > | |
itpp::Modulator< std::complex< double > > | |
itpp::Modulator_ND | Base class for an N-dimensional (ND) vector (MIMO) modulator |
itpp::MOG_generic | Generic Mixture of Gaussians (MOG) class. Used as a base for other MOG classes |
itpp::Multicode_Spread_1d | Multicode spreading of float symbols |
itpp::Multicode_Spread_2d | Multicode spreading of complex symbols to complex output |
itpp::Multilateration | Multilateration class for 3D indoor localization |
itpp::Name | Automatic naming when savingAn easy way to give a variable a name and optionally description when saving. Usage: |
itpp::Newton_Search | Newton Search |
itpp::Normal_RNG | Normal distributionNormal (Gaussian) random variables, using a simplified Ziggurat method |
itpp::OFDM | Class for modulating and demodulation of OFDM signals using the FFT |
itpp::binfile_details::Ofstream_Binfile_Facade | Ofstream Interface Facade for Binary Streams.This class implements std::ofstream facade to make ITPP binary file streams exportable from dll. This facade implements basic functionality only. It does not provide an access to the following stream facilities (all of them are useless for binary streams) |
itpp::Packet | |
itpp::Packet_Channel | ADD DOCUMENTATION HERE |
itpp::Packet_Generator | |
itpp::Parser | Argument Parser Class |
itpp::Pattern_Source | Pattern source |
itpp::Pulse_Shape< T1, T2, T3 > | General FIR Pulse Shape |
itpp::Pulse_Shape< T1, double, T1 > | |
std::queue< T > | STL class |
itpp::Random_Generator | Base class for random (stochastic) sources |
itpp::Rayleigh_RNG | Rayleigh distribution |
itpp::Rec_Syst_Conv_Code | A Recursive Systematic Convolutional Encoder/Decoder class |
itpp::Rice_RNG | Rice distribution |
itpp::Sample_24 | Small class to represent 24-bit PCM samples |
itpp::Sawtooth_Source | Sawtooth-wave source |
itpp::Scalar_Quantizer | Class for vector quantization |
itpp::Selective_Repeat_ARQ_Receiver | |
itpp::Selective_Repeat_ARQ_Sender | |
itpp::Sequence_Interleaver< T > | Sequence Interleaver Class |
itpp::Sequence_Interleaver< bin > | |
itpp::Sequence_Interleaver< double > | |
itpp::Sequence_Number | |
itpp::Signal< DataType > | Signals and slots |
itpp::Signal< ACK * > | |
itpp::Signal< Array< Packet * > > | |
itpp::Signal< bool > | |
itpp::Signal< double > | |
itpp::Signal< int > | |
itpp::Signal< itpp::Packet * > | |
itpp::Signal< Link_Packet * > | |
itpp::Signal< Packet * > | |
itpp::Signal< std::string > | |
itpp::Signal< void * > | |
itpp::Sine_Source | Sine-wave source |
itpp::Sink | |
itpp::SISO | Soft Input Soft Output (SISO) modules |
itpp::SND_In_File | Class to read audio data from au file |
itpp::SND_IO_File | A class for doing both input and output of audio samples |
itpp::SND_Out_File | A class to write SND-files (the .au format) |
itpp::Sort< T > | Class for sorting of vectors |
itpp::Sparse_Mat< T > | Templated Sparse Matrix Class |
itpp::Sparse_Mat< bin > | |
itpp::Sparse_Vec< T > | Templated sparse vector class |
itpp::Sparse_Vec< bin > | |
itpp::Spread_1d | Spreading of float symbols to float output |
itpp::Spread_2d | Spreading of complex symbols to complex output |
itpp::Square_Source | Square-wave source |
itpp::Stack< T > | General stack class |
itpp::Stat | A class for sampling a signal and calculating statistics |
itpp::STC | Space Time block Codes (STC) class |
itpp::TCP_Client_Application | |
itpp::TCP_Receiver | |
itpp::TCP_Receiver_Buffer | |
itpp::TCP_Segment | |
itpp::TCP_Sender | |
itpp::TCP_Server_Application | |
itpp::TCP_Packet::TDebugInfo | ADD DOCUMENTATION HERE |
itpp::TDL_Channel | Tapped Delay Line (TDL) channel model |
itpp::Timer | A virtual base class for timers |
itpp::Triangle_Source | Triangle-wave source |
itpp::TTimer< THandler > | |
itpp::TTimer< TCP_Receiver > | |
itpp::TTimer< TCP_Sender > | |
itpp::Turbo_Codec | Turbo encoder/decoder Class |
itpp::Uniform_RNG | Uniform distribution |
itpp::Vec< Num_T > | Vector Class (Templated) |
itpp::Vec< double > | |
itpp::Vec< std::complex< double > > | |
itpp::Vec< T > | |
itpp::Vec< T1 > | |
itpp::Vec< T2 > | |
itpp::Vec< T3 > | |
itpp::Vec< unsigned > | |
itpp::Vector_Quantizer | Class for vector quantization |
itpp::random_details::DSFMT< MEXP, POS1, SL1, MSK1, MSK2, FIX1_V, FIX2_V, PCV1_V, PCV2_V >::Context::W128_T | Data structure to hold 128-bit values |
itpp::Weibull_RNG | Weibull distribution |
Generated on Sat Jul 6 2013 10:54:36 for IT++ by Doxygen 1.8.2