This is the official repository for the signal package for GNU Octave.
The Signal Toolkit contains signal processing tools, including filtering, windowing and display functions.
-
Octave >= 3.8.0
-
Control >= 2.4.0
To install, run the octave package manager:
-
If running Windows, the package may already be installed: type pkg list, to view the installed packages.
pkg list -
To install from Source Forge:
pkg install -forge signal -
To install from a local tarball.
pkg install signal-XXXXXXX.tar.gzWhere XXXXXXX is the version of the downloaded tarball.
-
Load the package.
pkg load signal(Required each time Octave is started)
-
Use the function calls from the package.
See the function list for signal for function documentation.
Please report bugs on the issue tracker