GutenTAG icon indicating copy to clipboard operation
GutenTAG copied to clipboard

Allow definition of transient base oscillations in formula

Open SebastianSchmidl opened this issue 2 years ago • 0 comments

Example configuration:

timeseries:
  - name: "mytest"
    length: 1000
    base-oscillations:
      - kind: "formula"
        formula:
          base:
            kind: "ecg"
            frequency: 1
            variance: 0
          operation:
            kind: "*"
            operand: 1

SebastianSchmidl avatar Feb 07 '23 10:02 SebastianSchmidl