Embedded Computing

   

Control and Signal-Processing Theory

Go to http://www.innovatia.com/software/papers for papers on control theory and signal processing by Dr. Dan Simon of Cleveland State University.

The Forth programming language and computing environment

Forth Briefing

Numerical and Real-Time Computation

Fixed-point arithmetic

bulleta tutorial on fixed-point (integer) arithmetic and its implementation.

Floating-point arithmetic

bulleta tutorial on floating-point (real) arithmetic and its implementation.

Numerical integration

bullettheory and code for some basic integration routines.

Function generation by bit-wise techniques

bulletexplains CORDIC algorithm and other one-bit-at-a-time methods for generating transcendental functions.

Interpolation of tabulated functions

bullettheory and algorithm for a Lagrange interpolator and a linear table-lookup interpolator, with source-code in Forth-83.

Autocalibration of Linear I/O Channels

bulletthe basic theory and implementation of autocalibration of gain and offset, with algorithm and source-code in Forth-83.

Interrupt task handling and threading

Home Up