Class TestFragmentExtractor


  • public class TestFragmentExtractor
    extends Object
    Tester for FragmentExtractor
    • Constructor Detail

      • TestFragmentExtractor

        public TestFragmentExtractor()
    • Method Detail

      • extract

        public void extract()
                     throws Exception
        Ensure a fragment can be extracted.
        Throws:
        Exception
      • resample

        public void resample()
                      throws Exception
        Ensure a recording can be resampled.
        Throws:
        Exception
      • extractChannel

        public void extractChannel()
                            throws Exception
        Ensure a channel can be extracted.
        Throws:
        Exception
      • getDir

        public File getDir()
        Getter for dir: Directory for text files.
        Returns:
        Directory for text files.
      • main

        public static void main​(String[] args)