codac  1.5.7
codac_RandTrajectory.h
Go to the documentation of this file.
1 
12 #ifndef __CODAC_RANDTRAJECTORY_H__
13 #define __CODAC_RANDTRAJECTORY_H__
14 
15 #include "codac_Trajectory.h"
16 
17 namespace codac
18 {
23  class RandTrajectory : public Trajectory
24  {
25  public:
26 
29 
37  RandTrajectory(const Interval& tdomain, double timestep, const Interval& bounds);
38  };
39 }
40 
41 #endif
One dimensional random trajectory , used to represent noises.
Definition: codac_RandTrajectory.h:24
RandTrajectory(const Interval &tdomain, double timestep, const Interval &bounds)
Creates a scalar trajectory made of random values.
One dimensional trajectory , defined as a temporal map of values.
Definition: codac_Trajectory.h:35
const Interval tdomain() const
Returns the temporal definition domain of this trajectory.
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition: codac_capd_helpers.h:9