airy.cpp | Implementation of Airy function |
array.h [code] | Definition of Array class (container) |
arx.h [code] | Bayesian Filtering for generalized autoregressive (ARX) model |
arx_test.cpp | Test of basic elements of the ARX class |
arx_ui.h [code] | UI for ARX estimators |
audiofile.cpp | Implementation of audio Audio classes and functions |
audiofile.h [code] | Definitions of audio Audio classes and functions |
bch.cpp | Implementation of a BCH encoder/decoder class |
bch.h [code] | Definition of a BCH encoder/decoder class |
bessel.cpp | Implementation of Bessel functions |
bessel.h [code] | Definitions of Bessel functions |
bessel_internal.h [code] | Bessel help functions header. For internal use only |
binary.cpp | Binary class implemenations |
binary.h [code] | Binary class definition |
binfile.cpp | Binary file formats implementations |
binfile.h [code] | Binary file formats definitions |
blas.h [code] | BLAS header functions. For internal use only |
cfix.cpp | Implementation of a complex fixed-point data type CFix |
cfix.h [code] | Definitions of a complex fixed-point data type CFix |
cfixed.cpp | Implementation of a complex fixed-point data type CFixed |
cfixed.h [code] | Definitions of a complex fixed-point data type CFixed |
channel.cpp | Communication Channels' classes - source file |
channel.h [code] | Communication channels' classes - header file |
channel_code.h [code] | Channel Code class virtual interface |
chbevl.cpp | Implementation of Chebyshev series evaluation function |
chmat.h [code] | Matrices in decomposed forms (LDL', LU, UDU', etc) |
cholesky.cpp | Implementation of Cholesky factorisation functions |
cholesky.h [code] | Definitions of Cholesky factorisation functions |
circular_buffer.h [code] | Circular_Buffer class (container) |
commfunc.cpp | Implementation of some specific functions useful in communications |
commfunc.h [code] | Definitions of some specific functions useful in communications |
config.h [code] | |
config_msvc.h [code] | |
convcode.cpp | Implementation of a binary convolutional encoder class |
convcode.h [code] | Definition of a binary convolutional encoder class |
converters.cpp | Implementation of converters between different vector and matrix types |
converters.h [code] | Definitions of converters between different vector and matrix types |
copy_vector.h [code] | Vector copy functions for internal use |
crc.cpp | Implementation of a CRC code class |
crc.h [code] | Definition of a CRC code class |
det.cpp | Implementation of determinant calculations |
det.h [code] | Definitions of determinant calculations |
egolay.cpp | Implementation of the Extended Golay Code (24, 12, 8) |
egolay.h [code] | Definition of the Extended Golay Code (24, 12, 8) |
eigen.cpp | Eigenvalue decomposition functions |
eigen.h [code] | Definitions of eigenvalue decomposition functions |
ekf.h [code] | |
ekf_obj.h [code] | Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions |
ekf_templ.h [code] | Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions |
elem_math.cpp | Elementary mathematical functions - source file |
elem_math.h [code] | Elementary mathematical functions - header file |
emix.h [code] | Probability distributions for Mixtures of pdfs |
error.cpp | Error functions - source file |
error.h [code] | Error functions - header file |
error_counters.cpp | Implementation of Bit Error Rate Counter (BERC) and BLock Error Rate Counter (BLERC) classes |
error_counters.h [code] | Definitions of Bit Error Rate Counter (BERC) and BLock Error Rate Counter (BLERC) classes |
estimator.cpp | Application Estimator |
events.cpp | Implementation of an event-based simulation class |
events.h [code] | Definitions of an event-based simulation class |
factory.h [code] | Base class for class factories and memory allocation functions |
fastica.cpp | Implementation of FastICA (Independent Component Analysis) for IT++ |
fastica.h [code] | Definition of FastICA (Independent Component Analysis) for IT++ |
fastmath.cpp | Implementation of special operations on vectors and matricies optimized for speed |
fastmath.h [code] | Definitions of special operations on vectors and matricies optimized for speed |
filter.cpp | Implementation of Filter classes and functions |
filter.h [code] | Definitions of Filter classes and functions |
filter_design.cpp | Filter design functions |
filter_design.h [code] | Filter design functions |
fix.cpp | Implementation of a fixed-point data type Fix |
fix.h [code] | Definitions of a fixed-point data type Fix |
fix_base.cpp | Implementation of a base class for fixed-point data types |
fix_base.h [code] | Definitions of a base class for fixed-point data types |
fix_factory.cpp | Implementation of a class factory for fixed-point data types Fix and CFix |
fix_factory.h [code] | Definitions of a class factory for fixed-point data types Fix and CFix |
fix_functions.cpp | Implementation of a set of functions for Fix, Fixed, CFix and CFixed classes |
fix_functions.h [code] | Definitions of a set of functions for Fix, Fixed, CFix and CFixed classes |
fix_operators.cpp | Implementation of a set of operators for Fix, Fixed, CFix and CFixed classes |
fix_operators.h [code] | Definitions of a set of operators for Fix, Fixed, CFix and CFixed classes |
itpp/itpp/fixed/fixed.cpp | Implementation of a fixed-point data type Fixed |
mixpp/applications/pmsm/simulator_zdenek/ekf_example/fixed.h [code] | |
itpp/itpp/fixed/fixed.h [code] | Definitions of a fixed-point data type Fixed |
freq_filt.cpp | Implementation of Freq_Filt Class |
freq_filt.h [code] | Definition of frequency domain filter class |
front_drop_queue.cpp | Implementation of a Front Drop Queue class |
front_drop_queue.h [code] | Definitions of a Front Drop Queue class |
galois.cpp | Implementation of Galois Field algebra classes and functions |
galois.h [code] | Definitions of Galois Field algebra classes and functions |
gamma.cpp | Implementation of gamma functions |
gf2mat.cpp | Implementation of a class for algebra on GF(2) (binary) matrices |
gf2mat.h [code] | Definition of a class for algebra on GF(2) (binary) matrices |
gmm.cpp | Implementation of a Gaussian Mixture Model Class |
gmm.h [code] | Definition of a Gaussian Mixture Model Class |
hammcode.cpp | Implementation of a Hamming code class |
hammcode.h [code] | Definitions of a Hamming code class |
help_functions.cpp | Help functions to make functions with vec and mat as arguments |
help_functions.h [code] | Help functions to make functions with vec and mat as arguments |
histogram.h [code] | Histogram class - header file |
hyperg.cpp | Implementation of confluent hypergeometric function |
i0.cpp | Implementation of modified Bessel functions of order zero |
i1.cpp | Implementation of modified Bessel functions of order one |
integration.cpp | Implementation of numerical integration |
integration.h [code] | Definition of numerical integration |
interleave.cpp | Implementation of interleaver classes |
interleave.h [code] | Definitions of interleaver classes |
inv.cpp | Implementation of matrix inversion routines |
inv.h [code] | Definitions of matrix inversion routines |
itassert.cpp | Error handling functions - source file |
itassert.h [code] | Error handling functions - header file |
itbase.h [code] | Include file for the IT++ base module |
itcomm.h [code] | Include file for the IT++ communications module |
itcompat.cpp | IT++ compatibility types and functions |
itcompat.h [code] | IT++ compatibility types and functions |
itfile.cpp | Implementation of classes for the IT++ file format |
itfile.h [code] | Definition of classes for the IT++ file format |
itfixed.h [code] | Include file for the IT++ fixed-point module |
itmex.h [code] | Conversion routines between IT++ and Matlab |
itoptim.h [code] | Include file for the IT++ optimization module |
itpp_ext.h [code] | |
itprotocol.h [code] | Include file for the IT++ protocols module |
itsignal.h [code] | Include file for the IT++ signal-processing module |
itsrccode.h [code] | Include file for the IT++ source coding module |
itstat.h [code] | Include file for the IT++ statistics module |
iv.cpp | Implementation of modified Bessel functions of noninteager order |
jv.cpp | Implementation of Bessel functions of noninteager order |
k0.cpp | Implementation of modified Bessel functions of third kind |
mixpp/applications/doprava/k1.cpp | Models for synchronous electric drive using IT++ and BDM |
itpp/itpp/base/bessel/k1.cpp | Implementation of modified Bessel functions of third kind |
KF_ui.h [code] | UserInfo for Kalman filters and extensions |
kn.cpp | Implementation of modified Bessel functions of third kind |
lapack.h [code] | Lapack header functions. For internal use only |
ldpc.cpp | Implementation of Low-Density Parity Check (LDPC) codes |
ldpc.h [code] | Implementation of Low-Density Parity Check (LDPC) codes |
libBM.h [code] | Bayesian Models (bm) that use Bayes rule to learn from observations |
libDC.h [code] | Matrices in decomposed forms (LDL', LU, UDU', etc) |
libDS.h [code] | Common DataSources |
libDS_ui.h [code] | UI for Common DataSources |
libEF.h [code] | Probability distributions for Exponential Family models |
libEF_ui.h [code] | UI for Common probability density functions |
libFN.h [code] | |
libKF.h [code] | Bayesian Filtering for linear Gaussian models (Kalman Filter) and extensions |
libPF.h [code] | Bayesian Filtering using stochastic sampling (Particle Filters) |
llr.cpp | Class for numerically efficient log-likelihood algebra |
llr.h [code] | Class for numerically efficient log-likelihood algebra |
log_exp.h [code] | Logarithmic and exponenential functions - header file |
loggers.h [code] | Loggers for storing results of experiments |
loggers_ui.h [code] | UI builders for Loggers |
lpcfunc.cpp | Implementations of linear prediction functions, and conversion between common representations of linear predictive parameters |
lpcfunc.h [code] | Implementation of linear prediction functions, and conversion between common representations of linear predictive parameters |
ls_solve.cpp | Implementation of functions for solving linear equation systems |
ls_solve.h [code] | Definitions of functions for solving linear equation systems |
lu.cpp | Implementation of LU factorisation functions |
lu.h [code] | Definitions of LU factorisation functions |
mat.cpp | Matrix Class Implementation |
mat.h [code] | Matrix Class Definitions |
matfunc.cpp | Various functions on vectors and matrices - source file |
matfunc.h [code] | Various functions on vectors and matrices - header file |
matrix.h [code] | |
merg_2a.cpp | |
merger.h [code] | Mergers for combination of pdfs |
mexds.h [code] | |
mexlog.h [code] | |
mexparse.h [code] | |
min_max.h [code] | Minimum and maximum functions on vectors and matrices |
misc.cpp | Miscellaneous functions - source file |
misc.h [code] | Miscellaneous functions - header file |
misc_stat.cpp | Miscellaneous statistics functions and classes - source file |
misc_stat.h [code] | Miscellaneous statistics functions and classes - header file |
mixef.h [code] | Bayesian Filtering for mixtures of exponential family (EF) members |
model.h [code] | |
modulator.cpp | One- and two-dimensional modulators - source file |
modulator.h [code] | One- and two-dimensional modulators - header file |
modulator_nd.cpp | Implementation of vector (MIMO) modulator classes |
modulator_nd.h [code] | Definition of vector (MIMO) modulator classes |
mog_diag.cpp | Diagonal Mixture of Gaussians class - source file |
mog_diag.h [code] | Diagonal Mixture of Gaussians class - header file |
mog_diag_em.cpp | Expectation Maximisation based optimisers for Mixture of Gaussians - source file |
mog_diag_em.h [code] | Expectation Maximisation (EM) based optimisers for MOG - header file |
mog_diag_kmeans.cpp | Kmeans based optimiser for Mixture of Gaussians - source file |
mog_diag_kmeans.h [code] | K-means based optimiser for Mixture of Gaussians - header file |
mog_generic.cpp | Generic Mixture of Gaussians (MOG) class - source file |
mog_generic.h [code] | Generic Mixture of Gaussians (MOG) class - header file |
mpf_load.cpp | Simulation of disturbances in PMSM model, EKF runs with simulated covariances |
demo_example/nastaveni_regulatoru_float.h [code] | |
ekf_example/nastaveni_regulatoru_float.h [code] | |
nastaveni_regulatoru_float.h [code] | |
newton_search.cpp | Newton Search optimization algorithms - source file |
newton_search.h [code] | Newton Search optimization algorithms - header file |
ofdm.cpp | Implementation of an Orthogonal Frequency Division Multiplex (OFDM) class |
ofdm.h [code] | Interface of an Orthogonal Frequency Division Multiplex (OFDM) class |
operators.cpp | Implementation of operators for vectors and matricies of different types |
operators.h [code] | Definitions of operators for vectors and matricies of different types |
osutils.h [code] | |
packet.h [code] | Definition of a Packet class |
packet_channel.cpp | Implementation of a Packet channel class |
packet_channel.h [code] | Definition of a Packet channel class |
packet_generator.cpp | Implementation of a Packet generator class |
packet_generator.h [code] | Definition of a Packet generator class |
parametry_motoru.h [code] | |
parser.cpp | Implementation of an argument parser class |
parser.h [code] | Definition of an argument parser class |
PF_ui.h [code] | UserInfo for Kalman filters and extensions |
pmsm.h [code] | |
pmsm_estim.cpp | Multi-Estimator (developped for PMSM) |
pmsm_estim_mex.cpp | Multi-Estimator (developped for PMSM) |
pmsm_mod.h [code] | |
pmsm_ui.h [code] | UserInfo for pmsm related objects |
pmsm_wishart.cpp | TR 2525 file for testing Wishart random walk on PMSM simulator |
pmsmDS.h [code] | DataSource for experiments with realistic simulator of the PMSM model |
pnm.cpp | Implementation of PNM graphics format I/O function |
pnm.h [code] | Definitions of PNM graphics format I/O function |
polevl.cpp | Implementation of polynomial evaluation function |
poly.cpp | Polynomial functions |
poly.h [code] | Polynomial functions |
pulse_shape.cpp | Pulse shaping classes - source file |
pulse_shape.h [code] | Pulse shaping classes - header file |
punct_convcode.cpp | Implementation of a Binary Punctured Convolutional Encoder class |
punct_convcode.h [code] | Definitions of a Binary Punctured Convolutional Encoder class |
pwm.h [code] | |
qr.cpp | Implementation of QR factorisation functions |
qr.h [code] | Definitions of QR factorisation functions |
random.cpp | Implementation of classes for random number generators |
random.h [code] | Definition of classes for random number generators |
random_dsfmt.h [code] | C++ implementation of dSFMT random number generator |
rec_syst_conv_code.cpp | Implementation of a Recursive Systematic Convolutional codec class |
rec_syst_conv_code.h [code] | Definitions of a Recursive Systematic Convolutional codec class |
reedsolomon.cpp | Implementation of a Reed-Solomon codec class |
reedsolomon.h [code] | Definitions of a Reed-Solomon codec class |
reference.h [code] | |
demo_example/regulace.h [code] | |
ekf_example/regulace.h [code] | |
regulace.h [code] | |
resampling.cpp | Resampling functions - source file |
resampling.h [code] | Resampling functions - header file |
schur.cpp | Schur decomposition functions |
schur.h [code] | Definitions of Schur decomposition functions |
selective_repeat.cpp | Implementation of Selective Repeat ARQ classes |
selective_repeat.h [code] | Definitions of Selective Repeat ARQ classes |
sequence.cpp | Implementation of binary sequence classes and functions |
sequence.h [code] | Definitions of binary sequence classes and functions |
sigfun.cpp | Implementation of signal processing functions |
sigfun.h [code] | Definitions of signal processing functions |
signals_slots.h [code] | Definitions of Signals and Slots classes |
sim.cpp | Simulation of disturbances in PMSM model, PWM and integration disturbances are distinguished |
sim_profiles.h [code] | |
demo_example/simulator.h [code] | |
simulator.h [code] | |
smat.cpp | Sparse Matrix Class implementation |
smat.h [code] | Sparse Matrix Class Definitions |
sort.h [code] | Sorting functions |
source.cpp | Deterministic sources - source file |
source.h [code] | Deterministic sources - header file |
specmat.cpp | Implementation of special vectors and matrices |
specmat.h [code] | Definitions of special vectors and matrices |
spread.cpp | Implementation of spread spectrum classes and functions |
spread.h [code] | Definition of spread spectrum classes and functions |
stack.h [code] | Stack class (container) |
struve.cpp | Implementation of struve function |
svd.cpp | Implementation of Singular Value Decompositions |
svd.h [code] | Definitions of Singular Value Decompositions |
svec.cpp | Sparse Vector Class implementation |
svec.h [code] | Sparse Vector Class definitions |
tcp.cpp | Implementation of Transport Control Protocol (TCP) |
tcp.h [code] | Definition of Transport Control Protocol (TCP) |
tcp_client_server.h [code] | Definitions of TCP Client and Server Applications |
timing.cpp | Implementation of Timing classes |
timing.h [code] | Definitions of Timing classes |
transforms.cpp | Fourier, Cosine, Hadamard, Walsh-Hadamard, and 2D Hadamard transforms - source file |
transforms.h [code] | Fourier, Hadamard, Walsh-Hadamard, and 2D Hadamard transforms - header file |
trig_hyp.h [code] | Trigonometric and hyperbolic functions - header file |
turbo.cpp | Implementation of a turbo encoder/decoder class |
turbo.h [code] | Definition of a turbo encoder/decoder class |
uibuilder.h [code] | |
unitsteps.cpp | TR 2525 file for testing Toy Problem of mpf for Covariance Estimation |
user_info.h [code] | |
vec.cpp | Templated Vector Class Implementation |
vec.h [code] | Templated Vector Class Definitions |
vq.cpp | Implementation of a vector quantizer class (unconstrained) |
vq.h [code] | Definition of a vector quantizer class (unconstrained) |
vqtrain.cpp | Implementation of a vector quantizer training functions |
vqtrain.h [code] | Definitions of a vector quantizer training functions |
window.cpp | Implementation of window functions |
window.h [code] | Definitions of window functions |
wishart.cpp | TR 2525 file for testing Toy Problem of mpf for Covariance Estimation |