Giter Club home page Giter Club logo

engs_90_algorithms's Introduction

Dear user:

This file contains a list of functions developed for feature extraction and
analysis from different sensors. You can see the name of each function and
a short discription of what it does!

=== extract ===
Input:
1)a filename (.mat file) 
2)a number representing epochlength (in seconds)
3)a number representing samplerate (in Hz)

Output:
A cell matrix with columns representing each sensor
Each cell contains an array of data corresponding to one 
epochlength of a time.
===============


=== extractCol ===
Similar to extrac() function but for a specific column.

Input:
1)a filename (.mat file) 
2)a number representing epochlength (in seconds)
3)a number representing samplerate (in Hz)
4)column number

Output:
A cell matrix with its only column representing the sensor chosen by the
4th parameter.
Each cell contains an array of data corresponding to one 
epochlength of a time.
=================


=== putLabel ===
%This function takes in a cellMatrix of epoches with each column
%representing a sensor and adds an extra column in the end which 
%represents the label for each epoch.

%NOTE: The number or labels should be equal (or less than) the number of
%actual epoches.
%If the number of labels are less than the number of epoches the rest of
%the epoches will be cut off!

Input: cellMatrix of epoches and a matrix (n,2) of labels
Output: labeled cellMatrix of epoches
================



 

engs_90_algorithms's People

Contributors

erfi avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  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.