File: control

package info (click to toggle)
octave-signal 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,336 kB
  • sloc: cpp: 1,979; makefile: 29; xml: 24
file content (31 lines) | stat: -rw-r--r-- 1,207 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
Source: octave-signal
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissière <rafael@debian.org>,
           Mike Miller <mtmiller@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-octave (>= 1.2.2),
               dh-sequence-octave,
               octave-control
Build-Conflicts: octave-nan
Standards-Version: 4.6.1
Homepage: https://octave.sourceforge.io/signal/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-signal.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-signal
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

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.