V-Listen provides flexible tools for importing measurement data from various sources and
exporting analysis results in multiple formats. This page covers the import and export
workflows, drag-and-drop support, batch operations, and format conversion best practices.
Importing Data
File Menu Import
Select File → Import or press Ctrl+I.
In the file browser, select one or more files. Use the format filter dropdown to narrow
the file list by type.
For formats that require configuration (CSV, TXT, Excel), an import dialog appears
with column mapping, unit selection, and preview options.
Click Import. The data appears in the Data Explorer panel.
Drag-and-Drop
The fastest way to import files is to drag them directly from Windows Explorer into the
V-Listen main window:
Single file — dropped onto the main area, imported immediately.
For CSV/TXT files, the import dialog opens automatically.
Multiple files — select multiple files in Explorer and drop them
together. All files are imported in sequence.
Folder — dropping a folder imports all recognized files within it
(non-recursive by default).
Drag-and-drop supports all file formats listed in
Supported File Formats. Unrecognized file types are
silently skipped with a notification in the status bar.
Import FRF
For pre-computed Frequency Response Function data, use File → Import FRF.
This specialized import path handles:
UFF/UNV Type 58 files with FRF function type identifiers
HEAD HDF transfer function files
Excel spreadsheets with frequency, magnitude, and phase columns
The import wizard maps each function to a response DOF and reference DOF, enabling
immediate use in modal analysis and FRF overlay displays.
Batch Import
For importing large datasets from measurement campaigns, use the batch import feature:
Select File → Batch Import.
Choose the source folder containing measurement files.
Configure file filters (e.g., *.hdf, *.wav).
Optionally enable Recursive to include subfolders.
Preview the file list and deselect any files to exclude.
Click Import All. A progress bar shows the batch status.
Option
Description
File Filter
Wildcard pattern to select specific file types.
Recursive
Include files in subfolders.
Auto-group
Group imported files by folder name or file name prefix.
Skip Duplicates
Do not import files already present in the project.
Exporting Data
Single Export
Select one or more items in the Data Explorer.
Right-click and choose Export, or use File → Export.
Select the target format from the format dropdown.
Configure format-specific options (e.g., delimiter for CSV, sheet layout for Excel).
Choose the destination folder and filename.
Click Export.
Export Options by Format
Format
Options
CSV/TXT
Delimiter (comma/tab/semicolon), decimal separator (dot/comma), header
format, number precision, encoding (UTF-8/ANSI).
Excel (.xlsx)
One sheet per channel vs. all channels on one sheet, include
metadata header, chart embedding.
UFF/UNV
Dataset type (58 for spectra, 55 for mode shapes), coordinate system,
DOF assignments.
WAV
Bit depth (16/24/32-float), sampling rate, normalization.
Pretty-print or compact, include raw data arrays or summary only.
AVI
Frame rate, resolution, codec, playback speed.
Format Conversion Tips
HEAD HDF to WAV
When converting HEAD HDF time-domain recordings to WAV for sharing with audio software:
Use 32-bit float to preserve the full dynamic range of 24-bit recordings.
Calibration information is lost in WAV format; note the sensitivity and reference level
separately.
Channel names are preserved in the WAV metadata (BWF/iXML) when available.
UFF to Excel
When converting UFF frequency data to Excel for reporting:
Each FRF is placed on a separate sheet with frequency, real, imaginary, magnitude,
and phase columns.
Header rows include function type, response DOF, reference DOF, and measurement date.
CSV Import Best Practices
Ensure consistent decimal separators throughout the file (do not mix dots and commas).
Include a header row with column names and units (e.g., "Frequency [Hz]", "Amplitude [Pa]").
Use at least 6 significant digits for frequency values to avoid rounding artifacts.
For large files (> 100 MB), consider binary formats (HDF, WAV) for faster loading.
Exporting to lossy formats (16-bit WAV, low-precision CSV) permanently reduces data quality.
Always keep the original measurement files as the authoritative data source.
Clipboard Operations
V-Listen supports copy-paste for quick data transfer:
Ctrl+C on a chart — copies the chart image to the clipboard for
pasting into documents or presentations.
Ctrl+C on a data table — copies the selected cells as tab-separated
text, compatible with Excel paste.
Ctrl+V in the Data Explorer — imports tab-separated data from the
clipboard as a new dataset.