V-Listen — Professional NVH Signal Analysis Platform Request Beta Access →

Step 2: Import Test Data

This step loads measured Frequency Response Function (FRF) data into the modal analysis workspace. V-Listen supports importing FRFs computed from raw time-domain recordings as well as pre-computed FRF files in standard formats.

FRF Matrix Concept Reference Channels (Excitation) Ref 1 Ref 2 Ref 3 ... Response Channels Resp 1 Resp 2 Resp 3 Resp 4 ... H11 H12 H13 H21 H22 H23 H31 H32 H33 H41 H42 H43 ... ... ... ... ... ... ... Each cell = one FRF measurement Hij(ω)

Import Methods

HDF Import (HEAD Recordings)

Import time-domain recordings in HEAD .hdf format. V-Listen computes FRFs from the raw signals using its native FFT engine with configurable windowing and averaging parameters.

ModeDescriptionUse Case
Single FileLoad one HDF recording containing all channels.Multi-channel simultaneous acquisition
Multi-FileSelect multiple HDF files, each representing one measurement run (roving hammer or roving sensor).Sequential roving measurements
FolderLoad all HDF files from a selected folder. Files are sorted by name and merged automatically.Batch import of systematic test campaigns
  1. Click Load HDF in the toolbar.
  2. Choose import mode: Single File, Multi-File, or Folder.
  3. Select the file(s) or folder.
  4. Configure FRF computation parameters (see table below).
  5. Click Compute. FRFs appear in the data preview panel.

FRF Import (Pre-Computed)

Import FRF data that has already been computed in external software. This bypasses the time-to-frequency conversion step.

FormatExtensionDescription
UFF Type 58.uff / .unvUniversal File Format function-at-a-node dataset. Widely supported by all major modal analysis packages.
CSV.csvComma-separated frequency-amplitude-phase columns. First column is frequency in Hz.
HEAD HDF Transfer Function.hdfPre-computed transfer functions stored in HEAD HDF format (result datasets).
  1. Click Import FRF in the toolbar.
  2. Select the FRF file(s).
  3. V-Listen auto-detects the format and parses channel metadata.
  4. Review the imported FRFs in the data preview panel.
Tip: UFF Type 58 files may contain multiple FRFs in a single file. V-Listen reads all datasets and lists them individually in the channel table.

FRF Computation Parameters

When computing FRFs from raw HDF time data, the following parameters are available:

ParameterDefaultRangeDescription
FFT Size4096256 – 65536Number of samples per FFT block. Larger values give finer frequency resolution.
WindowHanningHanning, Flat Top, Rectangular, Exponential, ForceWindow function applied to each block.
Overlap50%0% – 90%Overlap between consecutive FFT blocks.
AveragingLinearLinear, Exponential, Peak HoldMethod for combining multiple FFT blocks.
FRF EstimatorH1H1, H2, HvH1 minimizes output noise; H2 minimizes input noise; Hv is an optimal estimator.
Important: For impact hammer tests, use the Force window on the input channel (exponential decay on the response channel) to avoid leakage errors. The H1 estimator is recommended for hammer tests where input noise is minimal.

Channel-DOF Mapping

Each FRF channel must be mapped to a geometry point and direction (DOF) for mode shape visualization. The mapping table has the following columns:

ColumnDescriptionExample
ChannelChannel name from the imported data file."Ch 1 - Accel X"
Point IDGeometry point number this channel corresponds to.12
DirectionMeasurement direction: +X, -X, +Y, -Y, +Z, -Z.+Z
TypeResponse or Reference.Response
StatusMapped (green) or Unmapped (red).Mapped

Auto-Mapping

Click Auto-Map to let V-Listen match channels to geometry points by parsing channel names for point IDs and direction indicators. The auto-mapper recognizes common naming conventions:

Manual Mapping

For channels that cannot be auto-mapped, select the channel row, then choose the Point ID and Direction from the dropdown menus.

Reference Channel Selection

At least one reference channel (excitation point/direction) must be designated. For MIMO (Multiple-Input Multiple-Output) tests with multiple shakers, select all reference channels.

Tip: For roving hammer tests, each measurement run has the same response point but different excitation points. V-Listen handles this automatically when using Multi-File or Folder import — the reference DOF is updated per file.

Data Preview

The data preview panel (powered by ScottPlot) displays the imported FRFs interactively:

FRF Quality Check

Before proceeding to modal analysis, verify the quality of your FRF data:

CheckWhat to Look ForAction if Failed
CoherenceValues above 0.9 at resonance frequencies. Drops indicate noise or nonlinearity.Increase averaging or check sensor mounting.
ReciprocityFRF(i,j) should equal FRF(j,i) for linear structures.Check sensor calibration and coupling.
Driving PointDriving-point FRF (response and excitation at same DOF) must show alternating resonance/anti-resonance pattern.Verify sensor placement and force input quality.
Noise FloorAnti-resonance valleys should be well above the noise floor.Increase excitation level or number of averages.
OverloadNo clipping indicators in time-domain signals.Reduce excitation level or increase sensor range.
Important: Poor-quality FRFs will produce unreliable modal parameters regardless of the algorithm used. Always inspect the coherence function and driving-point FRFs before proceeding.

Troubleshooting Common Issues

IssuePossible CauseSolution
FRF magnitude is unrealistically high or lowCalibration factors not applied or incorrect unitsVerify sensor sensitivity values and ensure consistent units (g vs m/s2).
All FRFs show the same shapeChannels not correctly mapped or data file contains duplicatesCheck channel assignments in the source recording software.
Phase is random / noisy at all frequenciesReference channel not connected or wrong channel selectedVerify reference channel wiring and selection.
No anti-resonances in driving-point FRFSensor and hammer not at same DOF, or wrong FRF typeConfirm that the driving-point DOF matches in both point ID and direction.
Import fails with format errorFile format mismatch or corrupted fileVerify file extension matches actual content. Re-export from source if needed.

Related Topics