Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

sccn/nemar_tool_proof_of_concept

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project is obsolete. See https://github.com/sccn/app-test-NEMAR/blob/main/README.md instead.

Nemar Tool Proof Of Concept

A simple docker application running Octave and some EEGLAB scripts.

Usage

$ docker build --tag=octavedock13 .
$ docker run --rm -it octavedock13
$ # Then at the Octave prompt, install the signal processing toolbox (this should really be done in the Docker file)
$ pkg install -forge control
$ pkg install -forge signal
$ pkg load signal
$ # Then run script
$ script_test

Run the script file directly (for a modified version that would include the signal processing toolbox)

$ docker run --rm -it octavedock script_test.m arg1  # Run the example file

About

Dockerfile to build an Octave container

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • MATLAB 57.1%
  • Cuda 23.3%
  • C++ 6.3%
  • TeX 6.1%
  • Python 3.9%
  • Shell 1.3%
  • Other 2.0%