Changeset 6642 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Mar 18, 2006, 5:26:07 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r5850 r6642 53 53 int mset PROTO((int, char **)); 54 54 int peak PROTO((int, char **)); 55 int periodogram PROTO((int, char **)); 55 56 int plot PROTO((int, char **)); 56 57 int dot PROTO((int, char **)); … … 160 161 {"mset", mset, "insert a vector in a matrix"}, 161 162 {"peak", peak, "find vector peak in range"}, 163 {"periodogram", periodogram, "measure periods in unevenly sampled data"}, 162 164 {"plot", plot, "plot a pair of vectors"}, 163 165 {"dot", dot, "plot a single point"},
Note:
See TracChangeset
for help on using the changeset viewer.
