Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Next »

Wave Generation

Syntax: function amplitude +/- y-offset @ period +/- x-offset (in seconds)

Function supported are:

  • sin (sine)
  • cos (cosine)
  • saw (saw wave)
  • sq (square wave)
  • sc (S-curve)

EG: siggen/sin10-30@1d+1h → Sine Wave of amplitude 10 with a -30 y-axis offset. A period of 1d with 1h x-axis offset.

NOTE: the x-offset has to be positive if using (1m,1d,1h ..) if you need negative use -1000 which is the same as -1000s

Ramp Generation

Syntax: function amplitude  @ CyclicTimePeriod 

CyclicTimePeriod: day, bday, month or year

EG: siggen/ramp10@day → Ramp Wave of amplitude 10. A period of 1d.

Random Value Signal

Syntax: function average ~ range  @ smoothingFactor

EG: siggen/rand10~5@3600000 → Random Value signal with a mean of 10 and a range of +/- 5. A smoothing factor of 3600000 (default).

NOTE: Positive values only. If you require a negative random number then multiply it by -1.


Constant Value Generation

Syntax: value

EG: siggen/10 → A flat signal with value 10.

  • No labels