/usr/share/doc/libitpp-dev/html/features.html is in libitpp-doc 4.3.1-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Welcome to IT++!</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div style="width: 100%; height: 40px; background-color: #ffff00; border: 1px solid #b0b0b0; margin: 5px 5px 5px 0; padding: 2px;">
<a href="http://itpp.sourceforge.net"><img src="itpp_logo.png" alt="IT++ Logo" style="float: left; border: 0;"></a>
</div>
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,true,'search.php','Search');
$(document).ready(function() {
if ($('.searchresults').length > 0) { searchBox.DOMSearchField().focus(); }
});
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Main features of IT++ </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>A short list of the main features of IT++ is given below sorted in different categories. Many more features and functions exist and for these we refer to the reference documentation.</p>
<h1><a class="anchor" id="prog_features"></a>
Programming features</h1>
<ul>
<li>templated array and stack container classes</li>
<li>input and file argument parser</li>
<li>timing functions and classes</li>
</ul>
<h1><a class="anchor" id="math_features"></a>
Basic mathematical features</h1>
<ul>
<li>templated vector and matrix classes</li>
<li>sparse vectors and matrix classes</li>
<li>elementary functions on vectors and matrices</li>
<li>statistics classes and functions</li>
<li>matrix decompositions such as eigenvalue, Cholesky, LU, Schur, SVD, and QR</li>
<li>solving linear system of equations (including over and underdetermined)</li>
<li>random number generation (Mersenne Twister generator)</li>
<li>binary and Galois types (both scalar and vector and matrices)</li>
<li>integration of 1-dimensional functions</li>
<li>unconditional nonlinear optimization (Quasi-Newton search)</li>
</ul>
<h1><a class="anchor" id="sigproc_features"></a>
Signal processing</h1>
<ul>
<li>filter functions and classes</li>
<li>frequency domain filtering</li>
<li>FFT, DFT, DCT, and Hadamard transforms</li>
<li>time and frequency domain windows</li>
<li>evaluating and finding roots of polynomials (and inverse operations)</li>
<li>filter design functions</li>
<li>fast independent component analysis (fast ICA)</li>
</ul>
<h1><a class="anchor" id="comm_features"></a>
Communications</h1>
<ul>
<li>modulators (BPSK, PSK, PAM, QAM)</li>
<li>vector modulators (e.g. for OFDM and MIMO)</li>
<li>OFDM and CDMA modulators</li>
<li>pulse shaping filters (including RC and RRC)</li>
<li>binary symmetric (BSC) and additive white Gaussian Noise (AWGN) channels</li>
<li>multipath fading channels (both frequency-flat and frequency-selective)</li>
<li>COST 207, COST 257, and ITU channel models</li>
<li>Hamming, extended Golay, and CRC codes</li>
<li>BCH and Reed-Solomon codes</li>
<li>convolutional and punctured convolutional codes</li>
<li>recursive convolutional codes</li>
<li>turbo codes</li>
<li>interleavers</li>
</ul>
<h1><a class="anchor" id="protocol_features"></a>
Protocol simulation</h1>
<ul>
<li>event-based simulation classes</li>
<li>signal and slots for simplified syntax</li>
<li>TCP clients and servers</li>
<li>selective repeat ARQ</li>
<li>queue classes</li>
<li>packet generators</li>
</ul>
<h1><a class="anchor" id="srccode_features"></a>
Source coding</h1>
<ul>
<li>Scalar Quantizer (SQ) and Vector Quantizer (VQ) classes and functions for training of these</li>
<li>LPC, LSF, and cepstrum parameter calculation for speech processing</li>
<li>Gaussian Mixture Modeling</li>
<li>reading and saving several different audiofile formats</li>
<li>reading and saving images in PNM format</li>
</ul>
<h1><a class="anchor" id="other_features"></a>
Other features</h1>
<ul>
<li>binary file format for most built in and IT++ types</li>
<li>fixed-point scalar, vector and matrix types </li>
</ul>
</div></div><!-- contents -->
<div style="clear: both; width: 100%; height: 31px; background-color: #ffff00; border: 1px solid #b0b0b0; margin: 5px 5px 5px 0; padding: 2px;">
<p style="padding-left: 10px; font-size: 85%;">Generated on Sat Sep 30 2017 07:04:09 for IT++ by <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.8.13</p>
</div>
</body>
</html>
|