Mercurial > hg > dml-open-backendtools
comparison sonic_annotator/vamp_plugins/powerspectrum_2048_1024.n3 @ 0:e34cf1b6fe09 tip
commit
author | Daniel Wolff |
---|---|
date | Sat, 20 Feb 2016 18:14:24 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e34cf1b6fe09 |
---|---|
1 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
2 @prefix vamp: <http://purl.org/ontology/vamp/> . | |
3 @prefix : <#> . | |
4 | |
5 :transform a vamp:Transform ; | |
6 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#powerspectrum> ; | |
7 vamp:step_size "1024"^^xsd:int ; | |
8 vamp:block_size "2048"^^xsd:int ; | |
9 vamp:plugin_version """1""" ; | |
10 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#powerspectrum_output_powerspectrum> . |