论坛风格切换切换到宽版
  • 33993阅读
  • 196回复

我的矢量网络分析仪 [复制链接]

上一主题 下一主题
离线man_in_black
发帖
170
只看该作者 140楼 发表于: 2010-01-05
'
是什么频率范围的?50m-2.7g吗?
'

目标是这个范围...
离线BD3GHT
发帖
83
只看该作者 141楼 发表于: 2010-01-05
牛人呀!!!!!!!
离线wanglei72
发帖
368
只看该作者 142楼 发表于: 2010-01-08
请教楼主
你的vna是单端校准吗?分别测short, load ,open.?如果是,下面的校准计算正确吗?这个是tapr vna公开的。
本主题包含附件,请 登录 后查看, 或者 注册 成为会员
离线man_in_black
发帖
170
只看该作者 143楼 发表于: 2010-01-08
'
你的vna是单端校准吗?分别测short, load ,open.?如果是,下面的校准计算正确吗?这个是tapr vna公开的。
'
从500mhz到1.3ghz之间的范围是有点误差.正在在尝试进一步改善
下图是经过open short load校准之后的结果.
500mhz到1.3ghz的open
本主题包含附件,请 登录 后查看, 或者 注册 成为会员
离线man_in_black
发帖
170
只看该作者 144楼 发表于: 2010-01-08
500mhz到1.3ghz的short
本主题包含附件,请 登录 后查看, 或者 注册 成为会员
离线man_in_black
发帖
170
只看该作者 145楼 发表于: 2010-01-08
500mhz到1.3ghz的400 ohm
本主题包含附件,请 登录 后查看, 或者 注册 成为会员
离线man_in_black
发帖
170
只看该作者 146楼 发表于: 2010-01-08
osl的校准我从基本原理开始推算过一遍,下面是推算的算式和原理图
离线man_in_black
发帖
170
只看该作者 147楼 发表于: 2010-01-08
es, et and ed
本主题包含附件,请 登录 后查看, 或者 注册 成为会员
离线man_in_black
发帖
170
只看该作者 148楼 发表于: 2010-01-08
my calculations to get the osl equations

basic on the rf path indicated within the block diagram we can say that:

                    a1 = the input to the directional coupler

                    b1 = the reverse coupled output of the directional coupler

                    b2 = forward wave towards port 1

                          a2 = reverse wave towards directional coupler (the actual s11)

so substitude corresponding reflection and input into above equation, we have

                          b2 = 1 + a2*es

                          s11_measured = ed + a2*et

          ==>           a2 = ( s11_measured - ed)/et                 .... (1)

but a2 is actually the reflection of b2, so

                          a2 = b2*s11_actual              

so

                          a2 = (1 + a2*es)*s11_actual

          ==>           s11_actual = a2 / (1 + a2*es)                   ... (2)

putting (1) in (2), we have

                          s11_actual = (s11_measured - ed)/[   et*( 1 + es*(s11_mesured - ed)/et)   ]

                                          = (s11_measured - ed)/[et + es*(s11_measured-ed) ]
离线刺猬
发帖
1658
只看该作者 149楼 发表于: 2010-01-08
'
我用pin管,用洞洞板试过了,可以的,我随便就搞到了400m的谐波,当时没有用空腔匹配。 最近因为搞定了cavity filter, 已经调了个1.2g空腔,准备再搭个电路试下,前天到商店买74ac04竟然没有,只有74hc04之类的。
微波二极管,跟sdr,pin二极管不是一类的东西啊,sdr,pin主要依靠管子强烈的非线性区工作的,涉及到什么雪崩效益之类的,书上看到这些物理的东西基本我都跳过不看。呵呵。
vr2vna老大,多多讨论啊!
'
谐波发生用高速的ecl数字电路也行吧,发现srd挺难买,有的价格也很贵……
离线man_in_black
发帖
170
只看该作者 150楼 发表于: 2010-01-08
es(source mismatch error): from directional coupler to port 1 and to the dut, there are transmissioin line, impedance mismatch, propagation delay. but viewing from the directional output port to port 1 and to the dut, we can simply regard this reflection back to dut as es. es is a reflection back to dut

et(tracking error): this is the reverse coupled port antenuation plus mismatch error between coupler and port 1, together with the cable attenuation, phase dealy on the extension cable to the dut.

using the equation, s11_actual = (s11_measured - ed)/[et + es*(s11_measured-ed) ]. we can substitude s11_actual by cal kit open and short reflection. cal kit open is s11_actual = 1, cal kit short is s11_actual = -1. so we can have the following:

            s11_a_open = 1 = (measured_s11_open - ed)/[et + es*(measured_s11_open-ed) ]       ...(a)
            s11_a_short = -1 = (measured_s11_short - ed)/[et + es*(measured_s11_short-ed) ]     ....(b)
            s11_a_load = 0 = (measured_s11_load - ed)/[et + es*(measured_s11_load-ed) ]         ....(c)

            (measured_s11_open - ed) = [et + es*(measured_s11_open-ed) ]                               ....(d)
            (ed - measured_s11_short) = [et + es*(measured_s11_short -ed)]                               ....(e)
            ed = measured_s11_load                                                                                 ...(1)

(e) become
                        et = (ed - measured_s11_short) - es*(measured_s11_short -ed)
                          = (1 + es)*(ed - measured_s11_short)                                                       .....(f)
sub(f) into (d), we have
                                  (measured_s11_open - ed) = (1+es)*(ed - measured_s11_short) - es*( ed -measured_s11_open)
                                                                                = ed -measured_s11_short - es*measured_s11_short + es* measured_s11_open
                                                                                = ed - measured_s11_short - es*(measured_s11_short - measured_s11_open)
so, we now have
es = (2*ed - measured_s11_open - measured_s11_short) / (measured_s11_short - measured_s11_open)       ...(2)

similarly, we can get et, it is
et = 2*(measured_s11_open +ed)*(measured_s11_short +ed)/(measured_s11_short - measured_s11_open) ...(3)

以上是自己推演出来的,跟wanglie72兄贴的结果是一样的
离线wanglei72
发帖
368
只看该作者 151楼 发表于: 2010-01-08
但是tapr 源代码中却不是这样的,不解
但是tapr 源代码中却不是这样的,不解。et的公式中的符号有出入。

           // directivity error term
           cal->edreal = cal->s11termreal;
           cal->edimag = cal->s11termimag;

           // source mismatch error term
           rslt = ((two * sterm) - (sshort + sopen)) / (sshort - sopen);
           cal->esreal = real(rslt);
           cal->esimag = imag(rslt);

           // tracking error term
           rslt = ((two * (sopen - sterm) * (sshort - sterm)) / (sshort - sopen));
           cal->etreal = real(rslt);
           cal->etimag = imag(rslt);
离线man_in_black
发帖
170
只看该作者 152楼 发表于: 2010-01-09
是有问题啊
// tracking error term
rslt = ((two * (sopen - sterm) * (sshort - sterm)) / (sshort - sopen));
应该是      
rslt = ((two * (sopen + sterm) * (sshort - sterm)) / (sshort - sopen));
才對
离线BG6KHC
发帖
488
只看该作者 153楼 发表于: 2010-01-28
请问一下,pdc-20a-5 哪里能买到?
离线man_in_black
发帖
170
只看该作者 154楼 发表于: 2010-01-28
'
请问一下,pdc-20a-5 哪里能买到?
'

這家...
http://www.mitron.cn/
离线bg3-2-9244
发帖
840
只看该作者 155楼 发表于: 2010-01-28
我们的网络是自由的,上不去是vr2vna的网站有问题
离线BD2RWR
发帖
1972
只看该作者 156楼 发表于: 2010-01-28
这频率范围ham用的多吗?
离线arale
发帖
111
只看该作者 157楼 发表于: 2010-01-28
哇!膜拜啊!
离线man_in_black
发帖
170
只看该作者 158楼 发表于: 2010-01-28
'
这频率范围ham用的多吗?
'

当初是想做一个vna给自己做900mhz 及1.8ghz天线用的... 所以没有考虑去到50mhz以下...   :(
离线qiufeng
发帖
401
只看该作者 159楼 发表于: 2010-01-29
顶一个,vr2vna牛人的象征
[quote=bg3-2-9244]我们的网络是自由的,上不去是vr2vna的网站有问题[/quote]
创和谐社会……