Controlpp
Loading...
Searching...
No Matches
Generator.hpp File Reference
#include <Eigen/Dense>
#include <controlpp/math.hpp>

Go to the source code of this file.

Classes

class  controlpp::SineGenerator< T >
 A lite weight incremental sine generator. More...
 

Namespaces

namespace  controlpp
 The main namespace for the Control++ library.
 

Detailed Description

This file contains generators that create sampled outputs like:

  • sine and cosine waves (TODO)
  • rectangle waves (TODO)
  • triangle waves (TODO)
  • ramp waves (TODO)