Skip to content

Open-IOT/EEMD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Ensemble Emprical Mode Decomposition Library


** This project is still under very heavy development **

Authors

Gordon Erlebacher - gerlebacher@fsu.edu
Nathan Crock - mathnathan@gmail.com

Institution

Florida State University
  • Department of Scientific Computing
  • Center For Ocean-Atmospheric Predition Studies

Compilation and Installation

OS Support

  • Mac OSX
  • Ubuntu 12.04

Dependencies

GLUT - OpenGL Utility Toolkit

OpenGL - Cross-language, multi-platform API for rendering 2D and 3D computer graphics

NetCDF - C++ interface to the NetCDF data format

OpenCV - Open source computer vision and machine learning software library.

Armadillo - C++ Linear Algebra Library

Notes on Dependencies

Installation flags for OpenCV

cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local
-D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON
-D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON
-D BUILD_EXAMPLES=ON -D WITH_QT=ON -D WITH_OPENGL=ON ..

To Compile

The project is built with cmake 2.8 or higher. From the project's root directory...

mkdir build
cd build
cmake ..
make

About

Ensemble Empirical Mode Decomposition Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 45.1%
  • C++ 34.4%
  • CMake 9.7%
  • Fortran 7.9%
  • Makefile 2.9%