About This File
Copyright © 2008, University of Leeds, UK
All rights reserved.
Author:
Gavin Burnell
--see readme file for contact information
Description:
This XControl provides a function generator wrapped up in an XControl that outputs an analogue waveform
data type. Supports sine, square, ramp, saw tooth, parabolic, cubic, quartic and arbitrary functions with adjustable amplitudes, offsets, and number of periods with no further coding. User interface provides a graph that updates in response to user changes to the controls.
XControl will adjust layout as it is resized, and provides properties to set the visibility of the axes scales, y=0 marker and a current index position marker.
What's New in Version 1.1.0 See changelog
Released
- 1.1.0 Add code to control format string of amplitude and offset (defaults to SI numbers)
- 1.0.4 Try to make sure that the data is always recalculated if the state is updated.
- 1.0.3 Cleanup way volatile state is handled