-
Notifications
You must be signed in to change notification settings - Fork 0
Numerical Verification
Batuhan edited this page Aug 6, 2026
·
1 revision
All mathematical nodes and algorithms are verified against NumPy/SciPy reference standards in backend/tests/test_golden.py and backend/tests/test_vibration_golden.py:
-
Arithmetic Float64 Error:
$|x_{\text{computed}} - x_{\text{reference}}| \le 1.0 \times 10^{-12}$ (Pass) -
FFT / IFFT Reconstruction RMS Error:
$RMS \le 1.0 \times 10^{-9}$ (Pass) -
DCT Type II Reconstruction Error:
$RMS \le 1.0 \times 10^{-12}$ (Pass) -
Haar Wavelet Reconstruction Error:
$RMS \le 1.0 \times 10^{-12}$ (Pass) -
Sensor Calibration Precision: Relative error
$\le 0.1%$ (Pass) -
Velocity Integration Precision: Relative error
$\le 1.0%$ (Pass) -
Bearing Fault Frequency Precision: Relative error
$\le 0.1%$ (Pass) -
Single-Plane Rotor Balancing Precision: Mass error
$\le 1.0%$ , Angle error$\le 1.0^\circ$ (Pass)
REI SignalLab 2.1 Product Wiki • Engineered by RootCastle — Engineering Beyond Boundaries