sle...@gmail.com
unread,Mar 19, 2025, 11:03:57 AMMar 19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to VNA Tools
Hi,
I would like to create an Unc.ComplexUncNumber variable for double real, imag varible and they are uncertainty varible double,with covariance matrix in C#.
I tried a lot of syntax, but none of tem worked.
Number[][] input_covar = new Number[][]
{ new Number[] { uRealGen * uRealGen, 0},
new Number[] { 0, uImagGen * uImagGen}};
var Cgen = new System.Numerics.Complex(RealGen, ImagGen);
var Sgen = Unc.ComplexUncNumber(Cgen, input_covar);
Can you help me what is the exact syntax?
Regards
László