File: control

package info (click to toggle)
libtsp 3r0-1
  • links: PTS
  • area: non-free
  • in suites: potato, woody
  • size: 5,096 kB
  • ctags: 1,798
  • sloc: ansic: 14,464; sh: 1,217; makefile: 182
file content (38 lines) | stat: -rw-r--r-- 1,466 bytes parent folder | download
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
Source: libtsp
Section: non-free/devel
Priority: extra
Maintainer: Johnie Ingram <johnie@debian.org>
Standards-Version: 3.0.1.1

Package: libtsp3-dev
Section: non-free/devel
Architecture: any
Depends: libtsp3, libc6-dev
Provides: libtsp-dev
Conflicts: libtsp-dev
Description: signal processing library -- development
 The Telecommunications and Signal Processing library includes
 transform routines and a number of general purpose routines useful
 for program development.
 .
  - Fast Fourier transform (complex and real)
  - Discrete cosine transform
  - Calculate covariance or autocorrelation from a block of data
  - Convert between linear prediction parameters (error filter coefficients,
    predictor coefficients, cepstral coefficients, line spectral frequencies,
    reflection coefficients, autocorrelation coefficients)
  - Solve for linear prediction coefficients (covariance and autocorrelation
    methods)
  - Calculate the mean-square filtering error
  - Distance measures (Itakura-Saito and RMS log LPC)
  - Quantize a value given a table of boundaries (binary search)

Package: libtsp3
Section: non-free/libs
Architecture: any
Depends: ${shlibs:Depends}
Description: signal processing library -- runtime
 The libtsp package is a library of routines for signal processing.
 It also includes a number of general purpose routines useful for
 program development.  The library is used in advanced applications
 like the ISO reference code for MPEG-4.