SkillAgentSearch skills...

EEMD

Ensemble Empirical Mode Decomposition Library

Install / Use

/learn @mathnathan/EEMD
About this skill

Quality Score

0/100

Supported Platforms

Universal

README


Ensemble Emprical Mode Decomposition Library


** This project is no longer maintained **

Authors

Gordon Erlebacher - gerlebacher@fsu.edu <br /> Nathan Crock - mathnathan@gmail.com

Institution

Florida State University
  • Department of Scientific Computing
  • Center For Ocean-Atmospheric Predition Studies
<br />

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

To Cite

DOI

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated1y ago
Forks7

Languages

C

Security Score

60/100

Audited on Nov 23, 2024

No findings