File: README

package info (click to toggle)
octave-fixed 0.7.6-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,052 kB
  • ctags: 1,494
  • sloc: cpp: 15,961; makefile: 210; sh: 22
file content (16 lines) | stat: -rw-r--r-- 773 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This directory contains a few short examples of the use of the
fixed point class within octave. 

Makefile	: The makefile for the example oct-files
fixed_inc.cc	: A simple example of accessing the fixed point structures
			in an oct-file
ffft.cc		: An example of a radix-4 fft implemented in fixed point
ffft.h		: The header file associated with ffft.c
testofdm.m	: A script file to test the fixed-point radix-4 fft using
			the example of an OFDM modulator
testfixed.m	: A simple example of a function that uses fixed versus
			floating inputs to a function that is not specifically
			fixed point. READ the doc about using "[]" !!!

The file ../fixedpoint.m should also be examined as an example of the
use of the fixed point type within octave rather than as oct-files.