Home Free Download Purchase Daqarta Daqarta Features Screen Shots Help Contents Help Index Revision History Articles by the Author About Interstellar Research Daqarta for DOS (Legacy systems only) Contact Us |
|
|
| Previous | Next | |
|
Reading DDisk Files
Controls: DD/Open
When Daqarta opens a file, it looks at the number of samples per channel. Files longer than 1024 samples won't fit on a single screen, so file navigation features are required. These long files are referred to as DDisk files, regardless of their actual origin. Most .WAV files from non-Daqarta sources fall into this category. The row of <<, <, >, >> file navigation buttons beneath the thin DDisk control dialog button will be enabled. Daqarta will show the first screen and allow you to move back and forth through the rest of the file using these buttons or the keyboard equivalents: The (unshifted) <> keys or buttons move by one sample at a time. The shifted <> keys or the << or >> buttons move by 512 samples. You can also use the ALT+<> keys to move by the user-adjustable Read Step Size. Home moves to the start of the file, and End moves to the last 1024 samples in the file; the end of the file is thus the last sample used to create the display. A position readout will appear below the right end of the trace. This shows the file position of the first sample of the 1024 samples used to create the display. You can directly enter a value and the display will jump to that file position. The file position readout units default to Samples but can be changed to Bytes, Seconds, or HH:MM:SS elapsed time format by toggling the units button, by hitting ALT+SHIFT+D, or by using the Units buttons in the DDisk Controls dialog. The Pause button will be activated when the file is opened, but unlike for single-screen files it will not be disabled. You can unPause, and the file will appear to "run" as though the signals were live. (This will not produce any sound.) The position readout will show the current file position. You can Trigger the unPaused display using any channel as the Trigger Source; you can use any trigger mode except Gen Sync. In particular, you can use Single triggering to advance through the file to each trigger event, which can be very useful if they are separated by long periods of uninteresting low-level activity. The unPaused file can also be used with all Frequency Counter options, including Total and SpecTot for event counting. Also unlike single-screen files, the Averager is enabled; you can create synchronous waveform averages just as for live data. However, you will need a stable trigger source since there is no Gen Sync here. If the file was created with Daqarta, all channels from the original session will appear in the data, including Generator outputs. If these include a stimulus waveform suitable for use as a trigger, and your card has good full-duplex performance, you can use that channel directly. Otherwise, see the Full-Duplex Techniques section for a discussion of some alternative methods. In general, no triggering is required for spectrum averages. At the end of an average of file data, manual motion will cause the average to be abandoned. The Paused display will resume showing the instantaneous file data at the current file position. If Trigger and Pause are toggled off, the display will free-run through the file. The speed is controlled by the Read Step Size set in the DDisk Controls dialog. If this is set lower than 1024 samples, each new screen will include some data from the prior display. Setting the value down to only a few samples allows slow scrolling of waveforms, or high-resolution Spectrograms. When viewing the Spectrogram of a file, the file position is the start position of the Spectrogram within the file. The end position is shown by a separate readout-only panel below that. Note that in waveform mode with eXpand active, the view will be an expansion of a subset of the 1024 samples used to create an uneXpanded display; these might not include the actual first sample in the file when Home is used, nor the last when End is used. The position readout always shows the initial sample of the uneXpanded display. Macro Notes: The FilePosn macro uses the units (Bytes, Samples, or Seconds) set via the Units buttons in the DDisk Controls dialog. HH:MM:SS mode is treated as Seconds here. FilePosn=1000 moves the start of the screen to an absolute point 1000 units into the file. FilePosn=+100 moves the start 100 units farther than the current position, and FilePosn=-100 moves 100 units earlier. FilePosn=+s moves Read Step Size farther than the current position, and FilePosn=-s moves earlier. To move to the start of the file, use FilePosn=0. To move to the end of the file, set a value larger than the largest possible file size. FilePosn=5G (5 Giga-units) is larger than the largest possible file size (4 Gigabytes) and is easy to enter. FilePosn is always regarded as absolute in an IF statement. Since absolute position can not be negative, statements such as IF.FilePosn=-100 are unlikely to be useful. However, IF.FilePosn=+s may be used to determine if the current file position is one Read Step from the start. The FilePosn macro does nothing if a DDisk file is not open. |
Applications:
Frequency response
|
|
GO:
Questions? Comments? Contact us!We respond to ALL inquiries, typically within 24 hrs.INTERSTELLAR RESEARCH: 25 Years of Innovative Instrumentation © Copyright 2007 - 2008 by Interstellar Research All rights reserved |
||