GithubHelp home page GithubHelp logo

sw1pers's Introduction

SW1PerS

version 1.0 2014 06 03

REQUIREMENTS Matlab 2012 or higher Java

TO RUN Sw1PerS Run the sw1pers_v1_src/run_SW1PerS.m file

INPUT FORMAT Tab delimited. First row contains sample times. First column contains signal IDs.

OUTPUT FORMAT Tab delimited. First row is header, for columns: ID, SW periodicity score (smaller is better), and the period for that score.

TO TEST SW1PerS

  1. Use the original main file: sw1pers_v1_src/run_SW1PerS.m

  2. With the data files in: sw1pers_test/test_input

  3. With the setup: data_file_path = '../sw1pers_test/test_input/synth_data_noise0.txt';
    out_dir_path = '../sw1pers_test/test_output/';
    num_cycles = 2;
    feature_type = 3;
    num_points = 200;
    allow_trending = true;
    use_meanshift = true;
    meanshift_epsilon = 1 - cos(pi/16);
    use_expaverage = false;
    expaverage_alpha = NaN;
    use_movingaverage = true;
    movingaverage_window = 10;
    use_smoothspline = false;
    smoothspline_sigma = NaN;

  4. Check that the files you generated in: sw1pers_test/test_output/ match the correct files we generated in: sw1pers_test/test_output_correct/

sw1pers's People

Contributors

joperea avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.