Libraries for Sysquake Remote

Libraries are collections of functions which complement the set of built-in functions and operators of LME, the programming language of Sysquake Remote. To use them, type (or add in the functions block of the SQ files which rely on them) a use command, such as

use stdlib
bitfield
bitfield implements constructors and methods for bit fields (binary numbers). Standard operators are redefined to enable the use of & and | for bitwise operations, and subscripts for bit extraction and assignment.
classes
classes implements constructors and methods for polynomial and rational functions. With them, you can use standard operator notations such as + or *.
colormaps
colormaps defines functions which create color maps for command colormap.
constants
constants defines physical constants in SI units.
date
date implements functions for date and time manipulation and conversion to and from strings.
filter
filter implements functions for the design of analog and digital filters.
lti
lti implements constructors and methods for Linear Time-Invariant models, whcih may represent dynamical systems as continuous-time or discrete-time state-space models or transfer functions. With them, you can use standard operator notations such as + or *, array building operators such as [A,B;C,D], connection functions such as parallel or feedback, and much more.
polyhedra
polyhedra implements functions which create solid shapes with polygonal faces in 3D.
sigenc
sigenc implements functions related to signal encoding to and decoding from a digital representation.
solids
solids implements functions which create solid shapes in 3D. Solids are generated with parametric equations and displayed with surf.
sqr
sqr implements functions which make much easier the handling of HTML forms, with controls, menus and text fields.
stat
stat provides more advanced statistical functions.
wav
wav implements functions for reading and writing WAV files, or encoding and decoding data encoded as WAV in memory.

Copyright 2001-2008, Calerga.
All rights reserved.