欢迎来到麦多课文档分享! | 帮助中心 海量文档,免费浏览,给你所需,享你所想!
麦多课文档分享
全部分类
  • 标准规范>
  • 教学课件>
  • 考试资料>
  • 办公文档>
  • 学术论文>
  • 行业资料>
  • 易语言源码>
  • ImageVerifierCode 换一换
    首页 麦多课文档分享 > 资源分类 > PPT文档下载
    分享到微信 分享到微博 分享到QQ空间

    Analysis of Thin Wire Antennas.ppt

    • 资源ID:378362       资源大小:676.50KB        全文页数:62页
    • 资源格式: PPT        下载积分:2000积分
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    二维码
    微信扫一扫登录
    下载资源需要2000积分(如需开发票,请勿充值!)
    邮箱/手机:
    温馨提示:
    如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如需开发票,请勿充值!如填写123,账号就是123,密码也是123。
    支付方式: 支付宝扫码支付    微信扫码支付   
    验证码:   换一换

    加入VIP,交流精品资源
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    Analysis of Thin Wire Antennas.ppt

    1、Analysis of Thin Wire Antennas,Author: Rahul Gladwin. Advisor: Prof. J. JinDepartment of Electrical and Computer Engineering, UIUC.,Introduction,When we design antennas, it is vital to be able to estimate the current distribution on its surface. From the current distribution, we can calculate the in

    2、put impedance, gain and the far-field pattern for the antenna.,Introduction (cont),Theoretical calculations may be used to analyze antennas with simple geometry, however, as we begin to analyze coupled antennas, the work becomes more tedious. It becomes necessary to numerically model the antenna to

    3、determine its current distribution.,Introduction (cont),In this project, I have written a MATLAB program to model the current distribution on thin-wire single and coupled one-dimensional antennas. The algorithm used to evaluate the integrals is based on the Method of Moments and Halln-Pocklington eq

    4、uations,Introduction (cont),To test my program, I have the modeled current distributions on a single dipole antenna and due to the mutual coupling between closely spaced linear antennas like those in a three-element Yagi-Uda array antenna.,Theoretical Formulation,This purpose of this program is to d

    5、etermine the electric charge density and electric current density that result when an impressed electric field acts on a one dimensional thin wire antenna.,Theoretical Formulation (cont),Until now, weve assumed that J is known and we have solved for E. I have now turned this around and solved for J

    6、using a known E. Where J is the current density and E is the electric field intensity.,Theoretical Formulation (cont),Obviously, E is not known anywhere, but we do know that Etan = 0 on the surface of the PEC (Perfect Electric Conductor).My further derivations take off from here.,Theoretical Formula

    7、tion (cont),When studying antennas, we can run into two situations: receiving and transmitting antennas. A successful program should consider both these situations and the differences, if any, should be incorporated in the algorithm. I started by drawing the two scenarios and writing out the respect

    8、ive equations.,Transmitting Antennas,Receiving Antennas,Theoretical Formulation (cont),The important thing to realize is that whether were dealing with either of the two situations, the impressed Electric field induces a current J to flow on and in the wire. J(r), in turn produces a scattered field

    9、Es. The total electric field produced is E=Ei+Es.,Theoretical Formulation (cont),For simplicity, I assumed the wires to be perfectly conducting. Thus, the tangential component of the total field must be zero on perfectly conducting wires. This leads to an integral equation that can be solved for J.

    10、Once J is known, it can be used to find the required current distribution.,Theoretical Formulation (cont),Now, all I needed is the expression for Etan on the wire surface that is in terms of the unknown J.The first step is to find an equation relating E to J. It can be derived as follows.,Derivation

    11、 for Escattered,Derivation for Escattered,Derivation for Escattered,Derivation for Escattered,Derivation for Escattered,The above is the exact solution,Simplifying assumptions,The wire is a PEC (Perfect Electric Conductor). Current flows only on the surface of the wire. Current only flows on the + a

    12、xis and is uniformly distributed over the wire surface.,Simplifying assumptions (cont),The wire is thin. I assumed this to enforce that Etan= 0 on PEC wire. Both Ez and Ephi are tangential components but the thin wire assumptions dont allow a Ephi component. So I only cared about the z-component of

    13、Etan.,Simplifying assumptions (cont),From the previous assumptions, I can write the current density within the wire as:,Simplifying assumptions (cont),After enforcing Etan = 0; by symmetry, Etan = Ephi Again, putting down only the z-component of the scattered electric field equation, we get:,Simplif

    14、ying assumptions (cont),Simplifying assumptions (cont),This is my main equation for evaluating Ez. However, there is a problem with the above equation: a singularity exists.,Simplifying assumptions (cont),Simplifying assumptions (cont),Integral Equation of the First Kind is found:,Note that the prev

    15、ious equation can be changed to n equations and n unknowns. That is, the above equation can be solved by discretizing, that is, writing I(z) as,Integral equation of the first kind (above),Basis function: Triangular,Weighting function: Delta,The Delta function amounts to forcing Etan=0 only at a disc

    16、rete set of points. The weighting function is equal to the delta function.,Weighting function: Delta,In other words, Im forcing the weighted average of Etan=0 within each interval to be zero. The system becomes:,The above is the nth equation,Final system of equations,Once the above equation is inver

    17、ted, you can find the current distribution for a whole range of antenna excitations.,The Final Equation:,Once In is known, we can calculate patterns, gain, etc. of the antenna,Analysis of a Straight Dipole,An example follows.,The Straight Dipole,This section provides results from simulations of a 47

    18、 cm straight dipole. The straight dipole is analyzed at resonance (300Mhz) in order to validate the model.,The Straight Dipole (cont),In order to test my program, I simulated the following 47 cm long dipole because it should exhibit resonance at around 300Mhz.,The Straight Dipole (cont),For analyzin

    19、g a straight dipole, the program prompts for the number of moments used and the frequency as initial inputs. Based on the derivations, the program then plots the current magnitude as the functions of positions on the dipole.,The Straight Dipole (cont),I used a moment density of 55 moments per wavele

    20、ngth and frequencies of 300Mhz, 600Mhz and 900Mhz. The output follows:,Analyzing coupled antennas,Numerical Solutions to the Halln-Pocklington equations for coupled dipoles,Theoretical Formulation,Here, I discuss their numerical solution. For K antennas in line, on the pth antenna, we have:,Theoreti

    21、cal Formulation (cont),In the above equation, Vp(z) is defined to be the sum of the (scaled) vector potentials due to the currents on all antennas:,Theoretical Formulation (cont),The Impedance kernel is:,Theoretical Formulation (cont),For the Pth antenna, the solution for V(p) is of the form:,Theore

    22、tical Formulation (cont),Assuming that all the antennas are center driven, we obtain the coupled system of Halln equations, for p = 1, 2, . . . , K:,Theoretical Formulation (cont),To solve the previous system of equations, I applied a pulse-function expansion of the form:,and took N = 2M + 1 samplin

    23、g points on each antenna.,Theoretical Formulation (cont),On the qth antenna, we have:,Therefore, the pulse-function expansion for the qth current must use a square pulse of width delta zq.,Theoretical Formulation (cont),Therefore, the current expansion on the qth element should be:,Theoretical Formu

    24、lation (cont),I used the previous equation and sampled along the pth antenna,and obtained the discretized Halln system as:,Theoretical Formulation (cont),The previous equation can be written in a more compact form since p=1,2,3K. The new form is:,Theoretical Formulation (cont),Now, n-dimensional vec

    25、tors can me defined:,Theoretical Formulation (cont),This system provides k coupled matrix equations by which we can determined the k sampled currents on the antennas. For example, if k=3, we have:,Theoretical Formulation (cont),This matrix can also be written in the form:,Theoretical Formulation (co

    26、nt),The solution to this equation is of the form:,I have written a MATLAB script that solves the above equation for currents on coupled antennas.,Analysis of a Three element Yagi-Uda array,An Example follows,Yagi-Uda array,The three-element Yagi I simulated consisted of one reflector, one driven ele

    27、ment and one director. The corresponding antenna lengths, radii and locations on the x-axis (with the driven element at origin) were in units of lambda (wavelengths - meter),Yagi-Uda array (cont),My program prompts the values of L, a and d as inputs. L=antenna length, a=radius and d=distance along t

    28、he horizontal axis. Here is the data I used:,Reference,Harrington, Roger F., Field Computation by Moment Methods. New York: IEEE Press, 1993. Micheilssen, Eric. ECE 354 Lecture Notes on Antennas. The University of Illinois at Urbana-Champaign, 2003. Janaswamy, Ramakrishna. Radiowave Propagation and

    29、Smart Antennas for wireless communications, Kluwe Academic Publishers, Boston, 1999. IEEE Antennas and Propagation Magazine, Vol 44, No. 4, August 2002. 5. Pozar, David. Microstrip Antennas : The Analysis and Design of Microstrip Antennas and Arrays, Wiley-IEEE Press, July 1995.,Special Thanks To,Prof. J. Jin and his research group,


    注意事项

    本文(Analysis of Thin Wire Antennas.ppt)为本站会员(eventdump275)主动上传,麦多课文档分享仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文档分享(点击联系客服),我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1 

    收起
    展开