The Output ToolBox
A toolbox which allows signal processing data to be output from Triana e.g.
output to file or output to the screen.
- Grapher : A graphical displayer to display any 2-D information e.g. SampleSet
Spectral data, histograms etc. Any number of data inputs can be displayed on one graph.
- MultiGraph
: A graphical displayer which allows several graphs to be displayed within one window. Simply change the number
of input nodes (by double-clicking on the unit) to change the number of graphs that will be displayed within the
windows for the Mulltigraph. The MultiGraph creates several instances of the Grapher
class so the operation of each graph within the MultiGraph window behaves in exactly the same way as the
Grapher.
- Exporter
: A unit which allows the user to export VectorType
data to text or binary files. You can save any VectorType data (e.g. SampleSet, Spectrum, ComplexSpectrum etc) to a
text or a binary file. The data is automatically converted to a text or binary format (each element is converted to
a double-precision value i.e. 8 bytes) and saved to the file.
Control double-clicking this unit produces its parameter window in which you have various self-explanatory widgets
which allow you to choose the file, the format of the data to be saved and whether you want to reverse the bytes of
that file so that you can use it on a different type of operating system e.g. this is handy if you're producing data
on a Sun Unix system and want to view it on a Windows system.
Each new data set is appended to the file unless the user chooses to rewind the file or to open another file to
store the data in.