-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathio.sourceforge.octave.signal.metainfo.xml
More file actions
32 lines (31 loc) · 1.26 KB
/
io.sourceforge.octave.signal.metainfo.xml
File metadata and controls
32 lines (31 loc) · 1.26 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018-2019 Mike Miller
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.
-->
<component type="addon">
<id>io.sourceforge.octave.signal</id>
<extends>org.octave.Octave.desktop</extends>
<name>Signal Processing</name>
<summary>Signal processing, measurement, filtering, windowing, and spectral analysis</summary>
<keywords>
<keyword>FIR filter</keyword>
<keyword>IIR filter</keyword>
<keyword>convolution</keyword>
<keyword>digital filter</keyword>
<keyword>linear filter</keyword>
<keyword>signal measurement</keyword>
<keyword>signal processing</keyword>
<keyword>spectral analysis</keyword>
<keyword>window function</keyword>
</keywords>
<url type="homepage">https://gnu-octave.github.io/octave-signal/</url>
<url type="bugtracker">https://github.com/gnu-octave/octave-signal/</url>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0+</project_license>
<developer_name>Octave-Forge Community</developer_name>
<update_contact>octave-maintainers@gnu.org</update_contact>
</component>