File: README

package info (click to toggle)
genesis 2.1-1.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 14,288 kB
  • ctags: 10,667
  • sloc: ansic: 111,959; makefile: 2,240; yacc: 1,797; lex: 976; csh: 54; sh: 13
file content (13 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
This directory contains two separate demonstrations of uses of the table
object.

tab_funcgen.g - shows how to use the "table" object as a function
    generator.  The "step_mode" option is used to read out table values with
    each clock tick, permitting the table to act as a generator for any
    arbitrary function. (Submitted by Upi Bhalla)

tab_logplot.g - the use of a table lookup provides a fast and flexible way
    to transform data which are to be plotted.  This example shows how to
    use a table with an "xgraph" object to make logarithmic plots.