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

Stabilization Diagram

The stabilization diagram is the primary tool for distinguishing physical (structural) poles from computational (mathematical) poles. It plots identified poles across increasing model orders, allowing the analyst to observe which poles remain stable as the model complexity grows.

Reading the Diagram

The horizontal axis represents frequency (Hz) and the vertical axis represents model order. Each pole is shown as a letter marker whose color and symbol indicate its stability classification:

Frequency (Hz) Model Order 100 200 300 400 500 4 8 12 16 20 24 28 o o f f s s s o f s s s s s o o f s s s o f f s s s s o o o o o o o s = Stable f = Freq. Stable o = Not Stable --- = FRF Sum

Pole Markers

MarkerColorLabelMeaning
sGreenStableBoth frequency and damping are stable across consecutive model orders. This is the strongest indicator of a physical mode.
fBlueFrequency StableFrequency is stable but damping varies. May indicate a physical mode with uncertain damping or a mode at the edge of the analysis band.
oRedNot StableNeither frequency nor damping is stable. Likely a computational pole — typically ignored.
vAmberSelectedA pole that has been selected by the user (or by Auto AI) for inclusion in the final modal model.

Stability Criteria

A pole at model order n is classified as stable relative to order n-2 if:

CriterionDefault ToleranceDescription
Frequency stability1.0%|fn - fn-2| / fn < tolerance
Damping stability5.0%n - ζn-2| / ζn < tolerance
MAC stability0.95MAC between mode shapes at orders n and n-2 > threshold
Tip: Physical poles form vertical columns of green "s" markers. Computational poles appear scattered and do not persist across model orders.
Stability Criteria Explanation Order N-1 Order N Marker Classification (no match) compare o o Red New / Unstable No matching pole at N-1 Likely computational 245.2 Hz 3.1% freq <1% damp >5% 245.8 Hz 5.4% f Blue Freq. Stable Frequency matches within 1% Damping differs >5% 245.2 Hz 3.1% freq <1% damp <5% 245.5 Hz 3.0% s Green Stable Freq AND damping match Strong physical mode indicator

Background Overlays

The stabilization diagram can display background curves to aid in identifying resonance locations:

FRF Sum

The summed FRF magnitude is displayed as a gray-filled curve behind the pole markers. Peaks in the FRF Sum correspond to expected resonance locations. Stable pole columns should align with these peaks.

CMIF (Complex Mode Indicator Function)

The CMIF is computed from the singular value decomposition (SVD) of the FRF matrix at each frequency line:

[H(ω)] = [U] [Σ] [V]H

The singular values σ1(ω), σ2(ω), ... are plotted as separate curves. Each peak in a singular value curve indicates a mode. Multiple singular value curves help identify closely spaced or repeated modes that appear as peaks at the same frequency in different singular value curves.

OverlayToggleWhen to Use
FRF SumToolbar: SumDefault view; quick resonance identification.
CMIFToolbar: CMIFClosely spaced modes; repeated roots; MIMO data.
NoneToolbar: OffClean view of pole markers only.

Interactive Features

Selecting Poles

ActionHowEffect
Select single poleDouble-click a pole markerThe pole turns amber ("v") and is added to the selected modes table.
Deselect poleDouble-click a selected (amber) poleThe pole reverts to its stability color and is removed from the selected modes.
Select all stable at frequencyRight-click a pole > Select All Stable at This FrequencyAll green "s" poles in the same frequency column are selected, and the best one (highest order, lowest damping variation) is used.

Right-Click Context Menu

Menu ItemDescription
Select All StableAutomatically select the best stable pole at every resonance frequency across the entire diagram.
Select All Stable in RangeSame as above, but limited to the current frequency cursor range.
Clear All SelectionsRemove all pole selections and reset the selected modes table.
Set Frequency RangeRestrict the visible and analysis frequency range interactively.
Add CursorPlace a vertical frequency cursor for reference.
Export DiagramSave the stabilization diagram as a PNG image.

Frequency Cursors

Cursors are vertical lines that can be placed on the diagram for reference or to define a frequency sub-range:

Zoom and Navigation

Interpreting the Diagram

Physical Mode Indicators

Computational Pole Indicators

Important: Closely spaced modes may appear as a single broad peak in the FRF Sum but as two separate columns on the stabilization diagram. Always check the CMIF overlay for multi-mode regions.

Diagram Settings

SettingDefaultDescription
Max Damping Display10%Poles with damping above this value are hidden (likely computational).
Min Damping Display0.0%Poles with negative damping below this value are hidden.
Marker SizeMediumSize of pole markers (Small / Medium / Large).
Background Opacity30%Opacity of the FRF Sum / CMIF background overlay.

Troubleshooting

ProblemPossible CauseSolution
Diagram is emptyModel order range too low or frequency range excludes all data.Increase the maximum model order. Widen the frequency range.
No stable poles anywherePoor FRF data quality or incorrect FRF estimator.Return to Step 2 and check coherence. Try a different FRF estimator (H1 vs H2).
Too many stable poles (cluttered)Model order range too wide or stability tolerances too loose.Tighten the frequency and damping stability criteria. Reduce the maximum model order.
Stable columns shift with model orderClosely spaced modes or nonlinear behavior.Narrow the frequency range to isolate the region. Check for nonlinearity (amplitude-dependent frequency shifts).

Workflow

  1. Run the analysis algorithm to populate the stabilization diagram.
  2. Enable the FRF Sum or CMIF overlay for reference.
  3. Identify vertical columns of green "s" markers aligned with resonance peaks.
  4. Double-click to select poles, or use Select All Stable for a starting selection.
  5. Review selected modes in the Mode Selection table.
  6. Proceed to Validation to verify the extracted modal parameters.

Related Topics