EEMD
EEMD copied to clipboard
Ensemble Empirical Mode Decomposition Library
Ensemble Emprical Mode Decomposition Library
** This project is no longer maintained **
Authors
Gordon Erlebacher - [email protected]
Nathan Crock - [email protected]
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