]> Creatis software - CreaPhase.git/blob - octave_packages/fixed-0.7.10/packinfo/INDEX
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / fixed-0.7.10 / packinfo / INDEX
1 fixed >> Fixed Point Type
2 Fixed Point Operators
3  + - = Addition/subtraction in a fixed point algebra.
4  * / \ = Multiplication/division in fixed point (Division for scalars only).
5  .* ./ .\ = Element by element multiplication/division of fixed point arrays.
6  ** ^ =  Matrix exponentiation of fixed point arrays.
7  .** .^ = Element by element matrix exponentiation of fixed point arrays.
8  ' .' = Matrix transpose of fixed point arrays.
9  == ~= != > >= < <= = Logical operators on fixed point arrays.
10 Fixed Point Variables
11  fixed_point_warn_overflow
12  fixed_point_debug
13  fixed_point_count_operations
14  fixed_point_version
15  fixed_point_library_version
16 Fixed Point Utility Functions
17  concat
18  create_lookup_table
19  display_fixed_operations
20  fdiag
21  fixed
22  fixedpoint
23  float
24  freshape
25  fsort
26  isfixed
27  length
28  lookup_table
29  reset_fixed_operations
30  size
31  all
32  any
33 Fixed Point Functions
34  fabs
35  fangle
36  farg
37  fatan2
38  fceil
39  fconj
40  fcosh
41  fcos
42  fcumprod
43  fcumsum
44  fexp
45  ffloor
46  fimag
47  flog10
48  flog
49  fprod
50  freal
51  fround
52  fsinh
53  fsin
54  fsqrt
55  fsum
56  fsumsq
57  ftanh
58  ftan
59 Examples
60  ffft
61  fifft
62  fixed_inc