Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 729 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 729 Bytes

OpenEphysFFTW

This is a small library to wrap FFTW functionality useful for Open Ephys.

It is currently used by the Phase Calculator and Real-Time Coherence plugins (under development).

Dependency

On Windows, Linux, and Mac, the precompiled FFTW library is included in the libs folder - no need to install it manually.

Installation

This library should be built outside of the main GUI file tree using CMake. In order to do so, it must be in a sibling directory (e.g. OEPlugins) to plugin-GUI and the GUI must have already been compiled.

See the wiki page here for build instructions.