xmitlnlength.m
来自「matlab无线通信」· M 代码 · 共 13 行
M
13 行
function[y]= xmitlnlength(freq)% xmitlnlength%% transmission line length formula for coaxial cable to an antenna% (the velocity factor for coax is approximately 0.66)% frequency is in Mhz,length is in feet%% programmed by Earl R. Wilson%wvlength=300/freq;v=0.66;y=984*wvlength*v/freq;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?