File: control

package info (click to toggle)
octave-signal 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,080 kB
  • ctags: 266
  • sloc: cpp: 1,787; makefile: 27
file content (27 lines) | stat: -rw-r--r-- 1,136 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
Source: octave-signal
Section: math
Priority: optional
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Uploaders: Rafael Laboissiere <rafael@laboissiere.net>,
           Mike Miller <mtmiller@debian.org>
Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.1.0),
 octave-control (>= 2.8.1), octave-general (>= 1.3.2)
Build-Conflicts: octave-nan
Standards-Version: 3.9.6
Homepage: http://octave.sourceforge.net/signal
Vcs-Git: git://anonscm.debian.org/pkg-octave/octave-signal.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-octave/octave-signal.git

Package: octave-signal
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
Description: signal processing functions for Octave
 This package provides signal processing tools including filtering,
 windowing and display functions in octave.
 .
 Blackman-Harris, Blackman-Nuttall and Bohman are among the windowing functions
 and filters include Chebyshev type filters and butterworth filters.
 .
 Additionally, some wavelet functions are included.
 .
 This Octave add-on package is part of the Octave-Forge project.