Advertisement
Guest User

Untitled

a guest
Feb 17th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.12 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!DOCTYPE save_settings [
  3.     <!ELEMENT save_settings (windowSize,windowOverlap,samplingRate,normalise,perWindowStats,overallStats,outputType,feature+,aggregator+)>
  4.     <!ELEMENT windowSize (#PCDATA)>
  5.     <!ELEMENT windowOverlap (#PCDATA)>
  6.     <!ELEMENT samplingRate (#PCDATA)>
  7.     <!ELEMENT normalise (#PCDATA)>
  8.     <!ELEMENT perWindowStats (#PCDATA)>
  9.     <!ELEMENT overallStats (#PCDATA)>
  10.     <!ELEMENT outputType (#PCDATA)>
  11.     <!ELEMENT feature (name,active,attribute*)>
  12.     <!ELEMENT name (#PCDATA)>
  13.     <!ELEMENT active (#PCDATA)>
  14.     <!ELEMENT attribute (#PCDATA)>
  15.     <!ELEMENT aggregator (aggregatorName, aggregatorFeature*, aggregatorAttribute*)>
  16.     <!ELEMENT aggregatorName (#PCDATA)>
  17.     <!ELEMENT aggregatorFeature (#PCDATA)>
  18.     <!ELEMENT aggregatorAttribute (#PCDATA)>
  19. ]>
  20.  
  21. <save_settings>
  22.     <windowSize>512</windowSize>
  23.     <windowOverlap>0.0</windowOverlap>
  24.     <samplingRate>44100.0</samplingRate>
  25.     <normalise>true</normalise>
  26.     <perWindowStats>false</perWindowStats>
  27.     <overallStats>true</overallStats>
  28.     <outputType>ARFF</outputType>
  29.     <feature>
  30.         <name>Magnitude Spectrum</name>
  31.         <active>false</active>
  32.     </feature>
  33.     <feature>
  34.         <name>Power Spectrum</name>
  35.         <active>false</active>
  36.     </feature>
  37.     <feature>
  38.         <name>FFT Bin Frequency Labels</name>
  39.         <active>false</active>
  40.     </feature>
  41.     <feature>
  42.         <name>Spectral Centroid</name>
  43.         <active>true</active>
  44.     </feature>
  45.     <feature>
  46.         <name>Derivative of Spectral Centroid</name>
  47.         <active>false</active>
  48.     </feature>
  49.     <feature>
  50.         <name>Running Mean of Spectral Centroid</name>
  51.         <active>false</active>
  52.         <attribute>100</attribute>
  53.     </feature>
  54.     <feature>
  55.         <name>Standard Deviation of Spectral Centroid</name>
  56.         <active>false</active>
  57.         <attribute>100</attribute>
  58.     </feature>
  59.     <feature>
  60.         <name>Derivative of Running Mean of Spectral Centroid</name>
  61.         <active>false</active>
  62.         <attribute>100</attribute>
  63.     </feature>
  64.     <feature>
  65.         <name>Derivative of Standard Deviation of Spectral Centroid</name>
  66.         <active>false</active>
  67.         <attribute>100</attribute>
  68.     </feature>
  69.     <feature>
  70.         <name>Spectral Rolloff Point</name>
  71.         <active>true</active>
  72.         <attribute>0.85</attribute>
  73.     </feature>
  74.     <feature>
  75.         <name>Derivative of Spectral Rolloff Point</name>
  76.         <active>false</active>
  77.         <attribute>0.85</attribute>
  78.     </feature>
  79.     <feature>
  80.         <name>Running Mean of Spectral Rolloff Point</name>
  81.         <active>false</active>
  82.         <attribute>0.85</attribute>
  83.         <attribute>100</attribute>
  84.     </feature>
  85.     <feature>
  86.         <name>Standard Deviation of Spectral Rolloff Point</name>
  87.         <active>false</active>
  88.         <attribute>0.85</attribute>
  89.         <attribute>100</attribute>
  90.     </feature>
  91.     <feature>
  92.         <name>Derivative of Running Mean of Spectral Rolloff Point</name>
  93.         <active>false</active>
  94.         <attribute>0.85</attribute>
  95.         <attribute>100</attribute>
  96.     </feature>
  97.     <feature>
  98.         <name>Derivative of Standard Deviation of Spectral Rolloff Point</name>
  99.         <active>false</active>
  100.         <attribute>0.85</attribute>
  101.         <attribute>100</attribute>
  102.     </feature>
  103.     <feature>
  104.         <name>Spectral Flux</name>
  105.         <active>true</active>
  106.     </feature>
  107.     <feature>
  108.         <name>Derivative of Spectral Flux</name>
  109.         <active>false</active>
  110.     </feature>
  111.     <feature>
  112.         <name>Running Mean of Spectral Flux</name>
  113.         <active>false</active>
  114.         <attribute>100</attribute>
  115.     </feature>
  116.     <feature>
  117.         <name>Standard Deviation of Spectral Flux</name>
  118.         <active>false</active>
  119.         <attribute>100</attribute>
  120.     </feature>
  121.     <feature>
  122.         <name>Derivative of Running Mean of Spectral Flux</name>
  123.         <active>false</active>
  124.         <attribute>100</attribute>
  125.     </feature>
  126.     <feature>
  127.         <name>Derivative of Standard Deviation of Spectral Flux</name>
  128.         <active>false</active>
  129.         <attribute>100</attribute>
  130.     </feature>
  131.     <feature>
  132.         <name>Compactness</name>
  133.         <active>true</active>
  134.     </feature>
  135.     <feature>
  136.         <name>Derivative of Compactness</name>
  137.         <active>false</active>
  138.     </feature>
  139.     <feature>
  140.         <name>Running Mean of Compactness</name>
  141.         <active>false</active>
  142.         <attribute>100</attribute>
  143.     </feature>
  144.     <feature>
  145.         <name>Standard Deviation of Compactness</name>
  146.         <active>false</active>
  147.         <attribute>100</attribute>
  148.     </feature>
  149.     <feature>
  150.         <name>Derivative of Running Mean of Compactness</name>
  151.         <active>false</active>
  152.         <attribute>100</attribute>
  153.     </feature>
  154.     <feature>
  155.         <name>Derivative of Standard Deviation of Compactness</name>
  156.         <active>false</active>
  157.         <attribute>100</attribute>
  158.     </feature>
  159.     <feature>
  160.         <name>Spectral Variability</name>
  161.         <active>true</active>
  162.     </feature>
  163.     <feature>
  164.         <name>Derivative of Spectral Variability</name>
  165.         <active>false</active>
  166.     </feature>
  167.     <feature>
  168.         <name>Running Mean of Spectral Variability</name>
  169.         <active>false</active>
  170.         <attribute>100</attribute>
  171.     </feature>
  172.     <feature>
  173.         <name>Standard Deviation of Spectral Variability</name>
  174.         <active>false</active>
  175.         <attribute>100</attribute>
  176.     </feature>
  177.     <feature>
  178.         <name>Derivative of Running Mean of Spectral Variability</name>
  179.         <active>false</active>
  180.         <attribute>100</attribute>
  181.     </feature>
  182.     <feature>
  183.         <name>Derivative of Standard Deviation of Spectral Variability</name>
  184.         <active>false</active>
  185.         <attribute>100</attribute>
  186.     </feature>
  187.     <feature>
  188.         <name>Root Mean Square</name>
  189.         <active>true</active>
  190.     </feature>
  191.     <feature>
  192.         <name>Derivative of Root Mean Square</name>
  193.         <active>false</active>
  194.     </feature>
  195.     <feature>
  196.         <name>Running Mean of Root Mean Square</name>
  197.         <active>false</active>
  198.         <attribute>100</attribute>
  199.     </feature>
  200.     <feature>
  201.         <name>Standard Deviation of Root Mean Square</name>
  202.         <active>false</active>
  203.         <attribute>100</attribute>
  204.     </feature>
  205.     <feature>
  206.         <name>Derivative of Running Mean of Root Mean Square</name>
  207.         <active>false</active>
  208.         <attribute>100</attribute>
  209.     </feature>
  210.     <feature>
  211.         <name>Derivative of Standard Deviation of Root Mean Square</name>
  212.         <active>false</active>
  213.         <attribute>100</attribute>
  214.     </feature>
  215.     <feature>
  216.         <name>Fraction Of Low Energy Windows</name>
  217.         <active>true</active>
  218.     </feature>
  219.     <feature>
  220.         <name>Derivative of Fraction Of Low Energy Windows</name>
  221.         <active>false</active>
  222.     </feature>
  223.     <feature>
  224.         <name>Running Mean of Fraction Of Low Energy Windows</name>
  225.         <active>false</active>
  226.         <attribute>100</attribute>
  227.     </feature>
  228.     <feature>
  229.         <name>Standard Deviation of Fraction Of Low Energy Windows</name>
  230.         <active>false</active>
  231.         <attribute>100</attribute>
  232.     </feature>
  233.     <feature>
  234.         <name>Derivative of Running Mean of Fraction Of Low Energy Windows</name>
  235.         <active>false</active>
  236.         <attribute>100</attribute>
  237.     </feature>
  238.     <feature>
  239.         <name>Derivative of Standard Deviation of Fraction Of Low Energy Windows</name>
  240.         <active>false</active>
  241.         <attribute>100</attribute>
  242.     </feature>
  243.     <feature>
  244.         <name>Zero Crossings</name>
  245.         <active>true</active>
  246.     </feature>
  247.     <feature>
  248.         <name>Derivative of Zero Crossings</name>
  249.         <active>false</active>
  250.     </feature>
  251.     <feature>
  252.         <name>Running Mean of Zero Crossings</name>
  253.         <active>false</active>
  254.         <attribute>100</attribute>
  255.     </feature>
  256.     <feature>
  257.         <name>Standard Deviation of Zero Crossings</name>
  258.         <active>false</active>
  259.         <attribute>100</attribute>
  260.     </feature>
  261.     <feature>
  262.         <name>Derivative of Running Mean of Zero Crossings</name>
  263.         <active>false</active>
  264.         <attribute>100</attribute>
  265.     </feature>
  266.     <feature>
  267.         <name>Derivative of Standard Deviation of Zero Crossings</name>
  268.         <active>false</active>
  269.         <attribute>100</attribute>
  270.     </feature>
  271.     <feature>
  272.         <name>Beat Histogram</name>
  273.         <active>false</active>
  274.     </feature>
  275.     <feature>
  276.         <name>Beat Histogram Bin Labels</name>
  277.         <active>false</active>
  278.     </feature>
  279.     <feature>
  280.         <name>Strongest Beat</name>
  281.         <active>true</active>
  282.     </feature>
  283.     <feature>
  284.         <name>Derivative of Strongest Beat</name>
  285.         <active>false</active>
  286.     </feature>
  287.     <feature>
  288.         <name>Running Mean of Strongest Beat</name>
  289.         <active>false</active>
  290.         <attribute>100</attribute>
  291.     </feature>
  292.     <feature>
  293.         <name>Standard Deviation of Strongest Beat</name>
  294.         <active>false</active>
  295.         <attribute>100</attribute>
  296.     </feature>
  297.     <feature>
  298.         <name>Derivative of Running Mean of Strongest Beat</name>
  299.         <active>false</active>
  300.         <attribute>100</attribute>
  301.     </feature>
  302.     <feature>
  303.         <name>Derivative of Standard Deviation of Strongest Beat</name>
  304.         <active>false</active>
  305.         <attribute>100</attribute>
  306.     </feature>
  307.     <feature>
  308.         <name>Beat Sum</name>
  309.         <active>true</active>
  310.     </feature>
  311.     <feature>
  312.         <name>Derivative of Beat Sum</name>
  313.         <active>false</active>
  314.     </feature>
  315.     <feature>
  316.         <name>Running Mean of Beat Sum</name>
  317.         <active>false</active>
  318.         <attribute>100</attribute>
  319.     </feature>
  320.     <feature>
  321.         <name>Standard Deviation of Beat Sum</name>
  322.         <active>false</active>
  323.         <attribute>100</attribute>
  324.     </feature>
  325.     <feature>
  326.         <name>Derivative of Running Mean of Beat Sum</name>
  327.         <active>false</active>
  328.         <attribute>100</attribute>
  329.     </feature>
  330.     <feature>
  331.         <name>Derivative of Standard Deviation of Beat Sum</name>
  332.         <active>false</active>
  333.         <attribute>100</attribute>
  334.     </feature>
  335.     <feature>
  336.         <name>Strength Of Strongest Beat</name>
  337.         <active>true</active>
  338.     </feature>
  339.     <feature>
  340.         <name>Derivative of Strength Of Strongest Beat</name>
  341.         <active>false</active>
  342.     </feature>
  343.     <feature>
  344.         <name>Running Mean of Strength Of Strongest Beat</name>
  345.         <active>false</active>
  346.         <attribute>100</attribute>
  347.     </feature>
  348.     <feature>
  349.         <name>Standard Deviation of Strength Of Strongest Beat</name>
  350.         <active>false</active>
  351.         <attribute>100</attribute>
  352.     </feature>
  353.     <feature>
  354.         <name>Derivative of Running Mean of Strength Of Strongest Beat</name>
  355.         <active>false</active>
  356.         <attribute>100</attribute>
  357.     </feature>
  358.     <feature>
  359.         <name>Derivative of Standard Deviation of Strength Of Strongest Beat</name>
  360.         <active>false</active>
  361.         <attribute>100</attribute>
  362.     </feature>
  363.     <feature>
  364.         <name>Strongest Frequency Via Zero Crossings</name>
  365.         <active>false</active>
  366.     </feature>
  367.     <feature>
  368.         <name>Derivative of Strongest Frequency Via Zero Crossings</name>
  369.         <active>false</active>
  370.     </feature>
  371.     <feature>
  372.         <name>Running Mean of Strongest Frequency Via Zero Crossings</name>
  373.         <active>false</active>
  374.         <attribute>100</attribute>
  375.     </feature>
  376.     <feature>
  377.         <name>Standard Deviation of Strongest Frequency Via Zero Crossings</name>
  378.         <active>false</active>
  379.         <attribute>100</attribute>
  380.     </feature>
  381.     <feature>
  382.         <name>Derivative of Running Mean of Strongest Frequency Via Zero Crossings</name>
  383.         <active>false</active>
  384.         <attribute>100</attribute>
  385.     </feature>
  386.     <feature>
  387.         <name>Derivative of Standard Deviation of Strongest Frequency Via Zero Crossings</name>
  388.         <active>false</active>
  389.         <attribute>100</attribute>
  390.     </feature>
  391.     <feature>
  392.         <name>Strongest Frequency Via Spectral Centroid</name>
  393.         <active>false</active>
  394.     </feature>
  395.     <feature>
  396.         <name>Derivative of Strongest Frequency Via Spectral Centroid</name>
  397.         <active>false</active>
  398.     </feature>
  399.     <feature>
  400.         <name>Running Mean of Strongest Frequency Via Spectral Centroid</name>
  401.         <active>false</active>
  402.         <attribute>100</attribute>
  403.     </feature>
  404.     <feature>
  405.         <name>Standard Deviation of Strongest Frequency Via Spectral Centroid</name>
  406.         <active>false</active>
  407.         <attribute>100</attribute>
  408.     </feature>
  409.     <feature>
  410.         <name>Derivative of Running Mean of Strongest Frequency Via Spectral Centroid</name>
  411.         <active>false</active>
  412.         <attribute>100</attribute>
  413.     </feature>
  414.     <feature>
  415.         <name>Derivative of Standard Deviation of Strongest Frequency Via Spectral Centroid</name>
  416.         <active>false</active>
  417.         <attribute>100</attribute>
  418.     </feature>
  419.     <feature>
  420.         <name>Strongest Frequency Via FFT Maximum</name>
  421.         <active>false</active>
  422.     </feature>
  423.     <feature>
  424.         <name>Derivative of Strongest Frequency Via FFT Maximum</name>
  425.         <active>false</active>
  426.     </feature>
  427.     <feature>
  428.         <name>Running Mean of Strongest Frequency Via FFT Maximum</name>
  429.         <active>false</active>
  430.         <attribute>100</attribute>
  431.     </feature>
  432.     <feature>
  433.         <name>Standard Deviation of Strongest Frequency Via FFT Maximum</name>
  434.         <active>false</active>
  435.         <attribute>100</attribute>
  436.     </feature>
  437.     <feature>
  438.         <name>Derivative of Running Mean of Strongest Frequency Via FFT Maximum</name>
  439.         <active>false</active>
  440.         <attribute>100</attribute>
  441.     </feature>
  442.     <feature>
  443.         <name>Derivative of Standard Deviation of Strongest Frequency Via FFT Maximum</name>
  444.         <active>false</active>
  445.         <attribute>100</attribute>
  446.     </feature>
  447.     <feature>
  448.         <name>MFCC</name>
  449.         <active>false</active>
  450.         <attribute>13</attribute>
  451.     </feature>
  452.     <feature>
  453.         <name>Derivative of MFCC</name>
  454.         <active>false</active>
  455.         <attribute>13</attribute>
  456.     </feature>
  457.     <feature>
  458.         <name>Running Mean of MFCC</name>
  459.         <active>false</active>
  460.         <attribute>13</attribute>
  461.         <attribute>100</attribute>
  462.     </feature>
  463.     <feature>
  464.         <name>Standard Deviation of MFCC</name>
  465.         <active>false</active>
  466.         <attribute>13</attribute>
  467.         <attribute>100</attribute>
  468.     </feature>
  469.     <feature>
  470.         <name>Derivative of Running Mean of MFCC</name>
  471.         <active>false</active>
  472.         <attribute>13</attribute>
  473.         <attribute>100</attribute>
  474.     </feature>
  475.     <feature>
  476.         <name>Derivative of Standard Deviation of MFCC</name>
  477.         <active>false</active>
  478.         <attribute>13</attribute>
  479.         <attribute>100</attribute>
  480.     </feature>
  481.     <feature>
  482.         <name>ConstantQ</name>
  483.         <active>false</active>
  484.         <attribute>1.0</attribute>
  485.     </feature>
  486.     <feature>
  487.         <name>LPC</name>
  488.         <active>true</active>
  489.         <attribute>0.0</attribute>
  490.         <attribute>10</attribute>
  491.     </feature>
  492.     <feature>
  493.         <name>Derivative of LPC</name>
  494.         <active>false</active>
  495.         <attribute>0.0</attribute>
  496.         <attribute>10</attribute>
  497.     </feature>
  498.     <feature>
  499.         <name>Running Mean of LPC</name>
  500.         <active>false</active>
  501.         <attribute>0.0</attribute>
  502.         <attribute>10</attribute>
  503.         <attribute>100</attribute>
  504.     </feature>
  505.     <feature>
  506.         <name>Standard Deviation of LPC</name>
  507.         <active>false</active>
  508.         <attribute>0.0</attribute>
  509.         <attribute>10</attribute>
  510.         <attribute>100</attribute>
  511.     </feature>
  512.     <feature>
  513.         <name>Derivative of Running Mean of LPC</name>
  514.         <active>false</active>
  515.         <attribute>0.0</attribute>
  516.         <attribute>10</attribute>
  517.         <attribute>100</attribute>
  518.     </feature>
  519.     <feature>
  520.         <name>Derivative of Standard Deviation of LPC</name>
  521.         <active>false</active>
  522.         <attribute>0.0</attribute>
  523.         <attribute>10</attribute>
  524.         <attribute>100</attribute>
  525.     </feature>
  526.     <feature>
  527.         <name>Method of Moments</name>
  528.         <active>true</active>
  529.     </feature>
  530.     <feature>
  531.         <name>Derivative of Method of Moments</name>
  532.         <active>false</active>
  533.     </feature>
  534.     <feature>
  535.         <name>Running Mean of Method of Moments</name>
  536.         <active>false</active>
  537.         <attribute>100</attribute>
  538.     </feature>
  539.     <feature>
  540.         <name>Standard Deviation of Method of Moments</name>
  541.         <active>false</active>
  542.         <attribute>100</attribute>
  543.     </feature>
  544.     <feature>
  545.         <name>Derivative of Running Mean of Method of Moments</name>
  546.         <active>false</active>
  547.         <attribute>100</attribute>
  548.     </feature>
  549.     <feature>
  550.         <name>Derivative of Standard Deviation of Method of Moments</name>
  551.         <active>false</active>
  552.         <attribute>100</attribute>
  553.     </feature>
  554.     <feature>
  555.         <name>Peak Detection</name>
  556.         <active>false</active>
  557.         <attribute>10</attribute>
  558.     </feature>
  559.     <feature>
  560.         <name>Partial Based Spectral Centroid</name>
  561.         <active>false</active>
  562.     </feature>
  563.     <feature>
  564.         <name>Derivative of Partial Based Spectral Centroid</name>
  565.         <active>false</active>
  566.     </feature>
  567.     <feature>
  568.         <name>Running Mean of Partial Based Spectral Centroid</name>
  569.         <active>false</active>
  570.         <attribute>100</attribute>
  571.     </feature>
  572.     <feature>
  573.         <name>Standard Deviation of Partial Based Spectral Centroid</name>
  574.         <active>false</active>
  575.         <attribute>100</attribute>
  576.     </feature>
  577.     <feature>
  578.         <name>Derivative of Running Mean of Partial Based Spectral Centroid</name>
  579.         <active>false</active>
  580.         <attribute>100</attribute>
  581.     </feature>
  582.     <feature>
  583.         <name>Derivative of Standard Deviation of Partial Based Spectral Centroid</name>
  584.         <active>false</active>
  585.         <attribute>100</attribute>
  586.     </feature>
  587.     <feature>
  588.         <name>Partial Based Spectral Flux</name>
  589.         <active>false</active>
  590.     </feature>
  591.     <feature>
  592.         <name>Derivative of Partial Based Spectral Flux</name>
  593.         <active>false</active>
  594.     </feature>
  595.     <feature>
  596.         <name>Running Mean of Partial Based Spectral Flux</name>
  597.         <active>false</active>
  598.         <attribute>100</attribute>
  599.     </feature>
  600.     <feature>
  601.         <name>Standard Deviation of Partial Based Spectral Flux</name>
  602.         <active>false</active>
  603.         <attribute>100</attribute>
  604.     </feature>
  605.     <feature>
  606.         <name>Derivative of Running Mean of Partial Based Spectral Flux</name>
  607.         <active>false</active>
  608.         <attribute>100</attribute>
  609.     </feature>
  610.     <feature>
  611.         <name>Derivative of Standard Deviation of Partial Based Spectral Flux</name>
  612.         <active>false</active>
  613.         <attribute>100</attribute>
  614.     </feature>
  615.     <feature>
  616.         <name>Peak Based Spectral Smoothness</name>
  617.         <active>false</active>
  618.     </feature>
  619.     <feature>
  620.         <name>Derivative of Peak Based Spectral Smoothness</name>
  621.         <active>false</active>
  622.     </feature>
  623.     <feature>
  624.         <name>Running Mean of Peak Based Spectral Smoothness</name>
  625.         <active>false</active>
  626.         <attribute>100</attribute>
  627.     </feature>
  628.     <feature>
  629.         <name>Standard Deviation of Peak Based Spectral Smoothness</name>
  630.         <active>false</active>
  631.         <attribute>100</attribute>
  632.     </feature>
  633.     <feature>
  634.         <name>Derivative of Running Mean of Peak Based Spectral Smoothness</name>
  635.         <active>false</active>
  636.         <attribute>100</attribute>
  637.     </feature>
  638.     <feature>
  639.         <name>Derivative of Standard Deviation of Peak Based Spectral Smoothness</name>
  640.         <active>false</active>
  641.         <attribute>100</attribute>
  642.     </feature>
  643.     <feature>
  644.         <name>Relative Difference Function</name>
  645.         <active>false</active>
  646.     </feature>
  647.     <feature>
  648.         <name>Derivative of Relative Difference Function</name>
  649.         <active>false</active>
  650.     </feature>
  651.     <feature>
  652.         <name>Running Mean of Relative Difference Function</name>
  653.         <active>false</active>
  654.         <attribute>100</attribute>
  655.     </feature>
  656.     <feature>
  657.         <name>Standard Deviation of Relative Difference Function</name>
  658.         <active>false</active>
  659.         <attribute>100</attribute>
  660.     </feature>
  661.     <feature>
  662.         <name>Derivative of Running Mean of Relative Difference Function</name>
  663.         <active>false</active>
  664.         <attribute>100</attribute>
  665.     </feature>
  666.     <feature>
  667.         <name>Derivative of Standard Deviation of Relative Difference Function</name>
  668.         <active>false</active>
  669.         <attribute>100</attribute>
  670.     </feature>
  671.     <feature>
  672.         <name>Area Method of Moments</name>
  673.         <active>false</active>
  674.         <attribute>10</attribute>
  675.     </feature>
  676.     <feature>
  677.         <name>Derivative of Area Method of Moments</name>
  678.         <active>false</active>
  679.         <attribute>10</attribute>
  680.     </feature>
  681.     <feature>
  682.         <name>Running Mean of Area Method of Moments</name>
  683.         <active>false</active>
  684.         <attribute>10</attribute>
  685.         <attribute>100</attribute>
  686.     </feature>
  687.     <feature>
  688.         <name>Standard Deviation of Area Method of Moments</name>
  689.         <active>false</active>
  690.         <attribute>10</attribute>
  691.         <attribute>100</attribute>
  692.     </feature>
  693.     <feature>
  694.         <name>Derivative of Running Mean of Area Method of Moments</name>
  695.         <active>false</active>
  696.         <attribute>10</attribute>
  697.         <attribute>100</attribute>
  698.     </feature>
  699.     <feature>
  700.         <name>Derivative of Standard Deviation of Area Method of Moments</name>
  701.         <active>false</active>
  702.         <attribute>10</attribute>
  703.         <attribute>100</attribute>
  704.     </feature>
  705.     <feature>
  706.         <name>Area Method of Moments of MFCCs</name>
  707.         <active>true</active>
  708.         <attribute>10</attribute>
  709.     </feature>
  710.     <feature>
  711.         <name>Derivative of Area Method of Moments</name>
  712.         <active>false</active>
  713.         <attribute>10</attribute>
  714.     </feature>
  715.     <feature>
  716.         <name>Running Mean of Area Method of Moments</name>
  717.         <active>false</active>
  718.         <attribute>10</attribute>
  719.         <attribute>100</attribute>
  720.     </feature>
  721.     <feature>
  722.         <name>Standard Deviation of Area Method of Moments</name>
  723.         <active>false</active>
  724.         <attribute>10</attribute>
  725.         <attribute>100</attribute>
  726.     </feature>
  727.     <feature>
  728.         <name>Derivative of Running Mean of Area Method of Moments</name>
  729.         <active>false</active>
  730.         <attribute>10</attribute>
  731.         <attribute>100</attribute>
  732.     </feature>
  733.     <feature>
  734.         <name>Derivative of Standard Deviation of Area Method of Moments</name>
  735.         <active>false</active>
  736.         <attribute>10</attribute>
  737.         <attribute>100</attribute>
  738.     </feature>
  739.     <feature>
  740.         <name>Area Method of Moments of Log of ConstantQ transform</name>
  741.         <active>false</active>
  742.         <attribute>10</attribute>
  743.     </feature>
  744.     <feature>
  745.         <name>Derivative of Area Method of Moments</name>
  746.         <active>false</active>
  747.         <attribute>10</attribute>
  748.     </feature>
  749.     <feature>
  750.         <name>Running Mean of Area Method of Moments</name>
  751.         <active>false</active>
  752.         <attribute>10</attribute>
  753.         <attribute>100</attribute>
  754.     </feature>
  755.     <feature>
  756.         <name>Standard Deviation of Area Method of Moments</name>
  757.         <active>false</active>
  758.         <attribute>10</attribute>
  759.         <attribute>100</attribute>
  760.     </feature>
  761.     <feature>
  762.         <name>Derivative of Running Mean of Area Method of Moments</name>
  763.         <active>false</active>
  764.         <attribute>10</attribute>
  765.         <attribute>100</attribute>
  766.     </feature>
  767.     <feature>
  768.         <name>Derivative of Standard Deviation of Area Method of Moments</name>
  769.         <active>false</active>
  770.         <attribute>10</attribute>
  771.         <attribute>100</attribute>
  772.     </feature>
  773.     <feature>
  774.         <name>Area Method of Moments of ConstantQ-based MFCCs</name>
  775.         <active>false</active>
  776.         <attribute>10</attribute>
  777.     </feature>
  778.     <feature>
  779.         <name>Derivative of Area Method of Moments</name>
  780.         <active>false</active>
  781.         <attribute>10</attribute>
  782.     </feature>
  783.     <feature>
  784.         <name>Running Mean of Area Method of Moments</name>
  785.         <active>false</active>
  786.         <attribute>10</attribute>
  787.         <attribute>100</attribute>
  788.     </feature>
  789.     <feature>
  790.         <name>Standard Deviation of Area Method of Moments</name>
  791.         <active>false</active>
  792.         <attribute>10</attribute>
  793.         <attribute>100</attribute>
  794.     </feature>
  795.     <feature>
  796.         <name>Derivative of Running Mean of Area Method of Moments</name>
  797.         <active>false</active>
  798.         <attribute>10</attribute>
  799.         <attribute>100</attribute>
  800.     </feature>
  801.     <feature>
  802.         <name>Derivative of Standard Deviation of Area Method of Moments</name>
  803.         <active>false</active>
  804.         <attribute>10</attribute>
  805.         <attribute>100</attribute>
  806.     </feature>
  807.     <feature>
  808.         <name>ConstantQ</name>
  809.         <active>false</active>
  810.         <attribute>1.0</attribute>
  811.     </feature>
  812.     <feature>
  813.         <name>Log of ConstantQ</name>
  814.         <active>false</active>
  815.     </feature>
  816.     <feature>
  817.         <name>ConstantQ derived MFCCs</name>
  818.         <active>false</active>
  819.         <attribute>13</attribute>
  820.     </feature>
  821.     <feature>
  822.         <name>2D Polynomial Approximation</name>
  823.         <active>false</active>
  824.         <attribute>50</attribute>
  825.         <attribute>512</attribute>
  826.         <attribute>5</attribute>
  827.         <attribute>5</attribute>
  828.     </feature>
  829.     <feature>
  830.         <name>2D Polynomial Approximation ConstantQ MFCC</name>
  831.         <active>false</active>
  832.         <attribute>50</attribute>
  833.         <attribute>13</attribute>
  834.         <attribute>10</attribute>
  835.         <attribute>10</attribute>
  836.     </feature>
  837.     <feature>
  838.         <name>2D Polynomial Approximation of Log of ConstantQ</name>
  839.         <active>false</active>
  840.         <attribute>50</attribute>
  841.         <attribute>20</attribute>
  842.         <attribute>10</attribute>
  843.         <attribute>10</attribute>
  844.     </feature>
  845.             <aggregator>
  846.                 <aggregatorName>Standard Deviation</aggregatorName>
  847.             </aggregator>
  848.             <aggregator>
  849.                 <aggregatorName>Mean</aggregatorName>
  850.             </aggregator>
  851. </save_settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement