next up previous contents index
Next: Can WAVE open more than 32 signals Up: What else can WAVE do? Previous: What is ``high-resolution'' mode?

Can WAVE open more than one record at once?

    Yes. All records should be listed in one command-line argument, following the -r argument on the command line; separate the record names by `+' characters. For example, the command

    wave -r 237+237n &
starts a WAVE process group, opening a separate WAVE signal window for each of record 237 and record 237n. Each signal window corresponds to a separate WAVE process; thus you may browse through and edit each record independently. The signal window assigned to the last record in the group (in this case, 237n) is the master signal window; it contains a tex2html_wrap9766 button, which may be used to synchronize the other signal windows with the master at any time. By synchronizing, we mean that the other windows are redrawn as necessary so that the times shown in their lower left corners match that shown in the master signal window.

Remote-control applications such as wavescript and wave-remote can also start or control a WAVE process group. All signal windows in the group move synchronously in response to commands from wavescript or wave-remote. You may change the record that is open in any signal window, either via the Load window or using a remote-control application. You may quit from any signal window without affecting the others.

Note that there are a few important limitations:

Taken together, the first two of these points imply that if you decide after opening a record that you would like to add another record to the group, it will be necessary to exit and start again, naming all desired records in the group on the WAVE command line when you do so.

If you wish to move through two records sampled at the same sampling frequency in lockstep (for example, to view digitally filtered signals and the original unfiltered signals side-by-side), another approach is to create a single header file that names the signal files for both records. It is not necessary for all signals to be in the same signal file, or even on the same disk drive. In this case, however, the total number of open signals must be 32 or less (see the next question).


next up previous contents index
Next: Can WAVE open more than 32 signals Up: What else can WAVE do? Previous: What is ``high-resolution'' mode?

George B. Moody (george@hstbme.mit.edu)
Wed May 7 20:21:25 EDT 1997