Dear Michael,
let me try differently. If I wanted to transfer this part of the model using the METAS UncLib library (in MATLAB), can I imagine it like this (assuming that the input wave a1 is reflected completely)
NoiseFloor = LinProp(0, NL1);
TraceNoise = LinProp(1, NH1);
Linearity = LinProp(1, L1);
% variables NL1, NH1 and L1 are standard uncertainties
b1 = a1 * TraceNoise * Linearity + NoiseFloor;
when I want to see individual components of uncertainty in my budget?
Thanks