๐ŸŽป

ObieWebApp

ยท Experimental Tools
Tips โ† All tools

๐Ÿงช Experimental Tools

Documentation for tools that are functional but still evolving. Interfaces and file formats may change between releases.

Contents

๐Ÿ“Š

Export to MATLAB

Experimental
Open Export to MATLAB โ†’

Converts FRF files from your Data Folder into a single .mat file that MATLAB can open directly. Supports TRF, AvC, and AvR formats. Complex FRF data is preserved for AvC files so phase information is available in MATLAB.

In Explore and Convolve, .mat FRF files can be loaded directly. Coherence data (if present in the yspec variable) is shown automatically as a dotted overlay in Explore.

Quick start

  1. Click ๐Ÿ“ Data Folder to select your measurement folder.
  2. Check the boxes next to the files you want to export.
  3. Click Export .mat. The file downloads immediately.

Output variables

Each selected file contributes a set of variables named after the file stem (special characters replaced with underscores). For a file named H01.trf:

VariableContents
labels1ร—N cell array of all dataset names
H01_freqColumn vector of frequencies (Hz)
H01_mag_dbColumn vector of magnitude (dB)
H01_HColumn vector of complex FRF โ€” AvC files only

Supported formats

FormatNotes
.trf / .trvMagnitude only
.avcComplex FRF + magnitude; exports _H variable
.avrMagnitude only

๐Ÿ”Š

WAV Viewer

Experimental
Open WAV Viewer โ†’

Lets you browse the raw WAV captures saved by Acquire and inspect the time-domain waveforms and computed FRF for any individual hit. Useful for diagnosing trigger problems, checking for double-hits, and verifying channel assignment.

Quick start

  1. Click ๐Ÿ“ Data Folder to select your Acquire data folder.
  2. Select a .wav file from the list on the left.
  3. The hammer and microphone time-domain plots update immediately.
  4. The FRF computed from that single hit is shown in the lower plot.

Plots

PlotDescription
HammerTime-domain signal from the impact channel. The trigger threshold is shown as a dotted line; the hammer cutoff as a vertical green line.
MicrophoneTime-domain signal from the mic channel with its cutoff line.
FRFH1 estimate computed from this single hit, overlaid with coherence.

Settings

Click Settings in the toolbar to adjust the trigger threshold, pre/post trigger window lengths, and channel swap (hammer on left vs. right input). These settings are shared with Acquire.

WAV file format WAV files saved by Acquire are two-channel (stereo): by default channel 1 (left) is the hammer and channel 2 (right) is the microphone. When Swap channels is enabled in Acquire's Template & Settings, the channels are reversed. The WAV Viewer reads the same setting automatically.