Home
last modified time | relevance | path

Searched refs:neco_vgain2 (Results 1 – 4 of 4) sorted by relevance

/dports/comms/xnecview/xnecview-1.36/
H A Dxnecview.h216 neco_vgain2, neco_vfb2, /* same, but taking polarization into account; fb/fb2 as fb1/fb2 below */ enumerator
H A Dparse_output.c941 ne->d[neco_vgain2]=-DBL_MAX; in calc_vgain()
960 ne->d[neco_vgain2]=g->total+10*log10(calc_polfactor(polarization,g)); in calc_vgain()
983 ne->d[neco_vfb] = ne->d[neco_vgain2]-g->total+10*log10(calc_polfactor(polarization,g)); in calc_vgain()
984 ne->d[neco_vfb2] = ne->d[neco_vgain2]-g->total; in calc_vgain()
H A Dfreqplot.c468 …else freqplot(neco_vgain2,neco_vfb,neco_vgain,neco_vfb2,"gain [dB]","[dB] f/b","in direction towar… in draw_all2()
H A Ddraw.c875 vgain=neco[rp_index].d[neco_vgain2]; in draw_all()