-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51c9c1f
commit a94e276
Showing
9 changed files
with
1,698 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<deployment-project plugin="plugin.apptool" plugin-version="1.0"> | ||
<configuration build-checksum="3267385272" file="/u/28/fierrol1/data/Desktop/WorkLocal/STNApp/SiTraNo/SiTraNo.prj" location="/u/28/fierrol1/data/Desktop/WorkLocal/STNApp/SiTraNo" name="SiTraNo" target="target.mlapps" target-name="Package App"> | ||
<param.appname>SiTraNo</param.appname> | ||
<param.authnamewatermark>Leonardo Fierro</param.authnamewatermark> | ||
<param.email>leonardo.fierro@aalto.fi</param.email> | ||
<param.company>Aalto University</param.company> | ||
<param.icon>${PROJECT_ROOT}/SiTraNo_resources/icon_24.png</param.icon> | ||
<param.icons> | ||
<file>${PROJECT_ROOT}/SiTraNo_resources/icon_48.png</file> | ||
<file>${PROJECT_ROOT}/SiTraNo_resources/icon_24.png</file> | ||
<file>${PROJECT_ROOT}/SiTraNo_resources/icon_16.png</file> | ||
</param.icons> | ||
<param.summary>Decomposition of the audio input in Tonal, Transients and Noise.</param.summary> | ||
<param.description>MATLAB app for decomposition of the audio input in Tonal, Transients and Noise components, with analysis and evaluation. Implemented separation techniques: Harmonic-Percussive, Harmonic-Percussive-Residual, Fuzzy, Structure Tensor. Visit companion page for manual, info and examples: http://research.spa.aalto.fi/publications/papers/dafx21-STN/</param.description> | ||
<param.screenshot>/tmp/tp4ffae4a2_6202_4630_9446_e0b32f75dd9b.png</param.screenshot> | ||
<param.version>1.0</param.version> | ||
<param.products.name> | ||
<item>MATLAB</item> | ||
<item>Audio Toolbox</item> | ||
<item>Image Processing Toolbox</item> | ||
</param.products.name> | ||
<param.products.id> | ||
<item>1</item> | ||
<item>151</item> | ||
<item>17</item> | ||
</param.products.id> | ||
<param.products.version> | ||
<item>9.9</item> | ||
<item>2.3</item> | ||
<item>11.2</item> | ||
</param.products.version> | ||
<param.platforms /> | ||
<param.output>${PROJECT_ROOT}</param.output> | ||
<param.guid>1d71b40c-3bb7-4a4d-ad24-d3643e6b843b</param.guid> | ||
<unset> | ||
<param.authnamewatermark /> | ||
<param.email /> | ||
<param.company /> | ||
<param.version /> | ||
<param.platforms /> | ||
<param.output /> | ||
</unset> | ||
<fileset.main> | ||
<file>${PROJECT_ROOT}/SiTraNo.mlapp</file> | ||
</fileset.main> | ||
<fileset.depfun> | ||
<file>${PROJECT_ROOT}/logo.png</file> | ||
</fileset.depfun> | ||
<fileset.resources /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="/u/28/fierrol1/data/Desktop/WorkLocal/STNApp" name="SiTraNo" optional="false">/u/28/fierrol1/data/Desktop/WorkLocal/STNApp/SiTraNo</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
<root>/opt/matlab2020b</root> | ||
<toolboxes> | ||
<toolbox name="matlabcoder" /> | ||
<toolbox name="embeddedcoder" /> | ||
<toolbox name="gpucoder" /> | ||
<toolbox name="fixedpoint" /> | ||
<toolbox name="matlabhdlcoder" /> | ||
<toolbox name="neuralnetwork" /> | ||
</toolboxes> | ||
<toolbox> | ||
<matlabcoder> | ||
<enabled>true</enabled> | ||
</matlabcoder> | ||
</toolbox> | ||
<toolbox> | ||
<embeddedcoder> | ||
<enabled>true</enabled> | ||
</embeddedcoder> | ||
</toolbox> | ||
<toolbox> | ||
<gpucoder> | ||
<enabled>true</enabled> | ||
</gpucoder> | ||
</toolbox> | ||
<toolbox> | ||
<fixedpoint> | ||
<enabled>true</enabled> | ||
</fixedpoint> | ||
</toolbox> | ||
<toolbox> | ||
<matlabhdlcoder> | ||
<enabled>true</enabled> | ||
</matlabhdlcoder> | ||
</toolbox> | ||
<toolbox> | ||
<neuralnetwork> | ||
<enabled>true</enabled> | ||
</neuralnetwork> | ||
</toolbox> | ||
</matlab> | ||
<platform> | ||
<unix>true</unix> | ||
<mac>false</mac> | ||
<windows>false</windows> | ||
<win2k>false</win2k> | ||
<winxp>false</winxp> | ||
<vista>false</vista> | ||
<linux>true</linux> | ||
<solaris>false</solaris> | ||
<osver>4.15.0-141-generic</osver> | ||
<os32>false</os32> | ||
<os64>true</os64> | ||
<arch>glnxa64</arch> | ||
<matlab>true</matlab> | ||
</platform> | ||
</configuration> | ||
</deployment-project> |
Oops, something went wrong.