Skip to content

HUMASoft/fcontrol-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f-control Example

How to use

Download project and run:

cd fcontrol-example
./script/bootstrap

Then use your favorite CMake deployment system.

Dependencies

The example needs libplot-dev in order to show graphs. You can install under a debian based linux with:

sudo apt install libplot-dev

The library is intended for the use with CMake build system. CmakeLists.txt is configured to search for the following dependencies as required:

  • fftw
  • eigen

You can install under a debian based linux with:

sudo apt install fftw-dev libeigen3-dev

For ubuntu 18.04 LTS you need FFTW3 library

sudo  apt-get install libfftw3-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.2%
  • CMake 43.0%
  • Shell 2.8%