ASCMO-Cycle Generator

The ASCMO-Cycle Generator has two purposes:

  • Conversion Rules

    From an existing cycle, do a conversion with a model.

    The parameters of a (simple) model can be edited by the user. With the adapted model, a new trace is generated. This can be used to do, e.g., a transformation from vehicle speed to engine speed.

  • Cycle Generators

    Create new cycles with a generator.

    The generator can be trained with one or more cycles imported by the user. One or more new cycles can be generated with the trained generator, resembling the original cycles. E.g. the Markov Chain Generator learns state transition probabilities from the imported cycles.

An example generator plugin is provided with the installation, and can be found in <installation>\Example\CycleGenerator\Plugins\ExampleGeneratorPlugin, where a python model is utilized.

If you want to create your own plugins, you can find a detailed interface documentation under Help → Interface Help.

(missing or bad snippet)

See also

Using the Cycle Generator

Main Window - ASCMO Cycle Generator