实例介绍
通信天线建模与MATLAB仿真分析包括原书文档和每一章的代码实现!
【实例截图】
【核心代码】
4744300845162198987.rar
└── 通信天线建模与MATLAB仿真分析(原书配套光盘)
├── Antenna and EM Modeling with MATLAB - Sergey N. Makarov.pdf
├── chapter02
│ ├── current.mat
│ ├── impedance.mat
│ ├── impmet.m
│ ├── matlabcompiler
│ │ ├── impmet_delay_load.c
│ │ ├── impmet.exe
│ │ ├── impmet.m
│ │ ├── impmet_main.c
│ │ ├── impmet_mcc_component_data.c
│ │ ├── impmet.prj
│ │ ├── mccExcludedFiles.log
│ │ ├── readme.txt
│ │ ├── rwg3.ctf
│ │ ├── rwg3_delay_load.c
│ │ ├── rwg3.exe
│ │ ├── rwg3.m
│ │ ├── rwg3_main.c
│ │ ├── rwg3_mcc_component_data.c
│ │ └── rwg3.prj
│ ├── mesh
│ │ ├── bowtie.m
│ │ ├── bowtie.mat
│ │ ├── dipole.m
│ │ ├── dipole.mat
│ │ ├── platecoarse.mat
│ │ ├── platefine.mat
│ │ ├── plate.m
│ │ ├── plate.mat
│ │ ├── slot.m
│ │ ├── slot.mat
│ │ └── viewer.m
│ ├── mesh1.mat
│ ├── mesh2.mat
│ ├── rwg1.m
│ ├── rwg2.m
│ ├── rwg3.m
│ ├── rwg4.m
│ ├── rwg5.asv
│ ├── rwg5.m
│ └── rwg6.m
├── chapter03
│ ├── current.mat
│ ├── efield1.m
│ ├── efield2.m
│ ├── efield3.m
│ ├── gainpower.mat
│ ├── mesh2.mat
│ ├── point.m
│ ├── polarhg.m
│ └── sphere.mat
├── chapter04
│ ├── current.mat
│ ├── efield1.asv
│ ├── efield1.m
│ ├── efield2.m
│ ├── efield3.m
│ ├── gainpower.mat
│ ├── impedance.mat
│ ├── impmet.m
│ ├── mesh
│ │ ├── dip.mat
│ │ ├── mesh.mat
│ │ ├── monopole.asv
│ │ ├── monopole.m
│ │ ├── monopole.mat
│ │ ├── multi1.m
│ │ ├── multi2.m
│ │ ├── multi3.m
│ │ ├── multi4.m
│ │ ├── platefine.mat
│ │ ├── plate.mat
│ │ ├── reflector.mat
│ │ ├── strip2.mat
│ │ ├── strip.m
│ │ ├── test.m
│ │ └── viewer.m
│ ├── mesh1.mat
│ ├── mesh2.mat
│ ├── point.m
│ ├── receivingantenna
│ │ ├── current.mat
│ │ ├── impedance.mat
│ │ ├── impmet.m
│ │ ├── mesh
│ │ │ └── strip2.mat
│ │ ├── mesh1.mat
│ │ ├── mesh2.mat
│ │ ├── rwg1.m
│ │ ├── rwg2.m
│ │ ├── rwg3.m
│ │ ├── rwg4.asv
│ │ ├── rwg4.m
│ │ └── rwg5.m
│ ├── rwg1.m
│ ├── rwg2.m
│ ├── rwg3.m
│ ├── rwg4.m
│ ├── rwg5.m
│ ├── rwg6.m
│ └── sphere.mat
├── chapter05
│ ├── current.mat
│ ├── efield1.m
│ ├── efield2.m
│ ├── efield3.m
│ ├── impedance.mat
│ ├── impmet.m
│ ├── mesh
│ │ ├── loop1.m
│ │ ├── loop1.mat
│ │ ├── loop2.m
│ │ ├── loop2.mat
│ │ ├── loop3.m
│ │ ├── loop3.mat
│ │ ├── loop4.m
│ │ ├── loop4.mat
│ │ ├── strip.mat
│ │ └── viewer.m
│ ├── mesh1.mat
│ ├── mesh2.mat
│ ├── point.m
│ ├── rwg1.m
│ ├── rwg2.m
│ ├── rwg3.m
│ ├── rwg4.asv
│ ├── rwg4.m
│ ├── rwg5.m
│ └── sphere.mat
├── chapter06
│ ├── current.mat
│ ├── efield1.m
│ ├── efield2.m
│ ├── efield3.m
│ ├── efield4.m
│ ├── gainpower.mat
│ ├── impedance.mat
│ ├── impmet.m
│ ├── loop1
│ │ ├── array.mat
│ │ ├── impedance.mat
│ │ ├── impmet.m
│ │ ├── loop.m
│ │ ├── loop.mat
│ │ ├── mesh1.mat
│ │ ├── mesh2.mat
│ │ ├── multilinear.m
│ │ ├── rwg1.m
│ │ ├── rwg2.m
│ │ ├── rwg3.m
│ │ ├── rwg4.m
│ │ ├── strip1.mat
│ │ └── viewer.m
│ ├── loop2
│ │ ├── array.mat
│ │ ├── current.mat
│ │ ├── efield3.m
│ │ ├── impedance.mat
│ │ ├── impmet.m
│ │ ├── loop.m
│ │ ├── loop.mat
│ │ ├── mesh1.mat
│ │ ├── mesh2.mat
│ │ ├── multilinear.m
│ │ ├── point.m
│ │ ├── rwg1.m
│ │ ├── rwg2.m
│ │ ├── rwg3.m
│ │ ├── rwg4.m
│ │ └── strip1.mat
│ ├── mesh
│ │ ├── array.mat
│ │ ├── bowtie.mat
│ │ ├── multibowtie.m
│ │ ├── multicircular.m
│ │ ├── multilinear.m
│ │ ├── multimonopole.m
│ │ ├── plate.m
│ │ ├── plate.mat
│ │ ├── strip1.mat
│ │ ├── viewer.asv
│ │ └── viewer.m
│ ├── mesh1.mat
│ ├── mesh2.mat
│ ├── point.m
│ ├── rwg1.m
│ ├── rwg2.m
│ ├── rwg3.m
│ ├── rwg4.m
│ ├── rwg5.m
│ ├── sphere1.mat
│ ├── sphere.mat
│ └── testing.m
├── chapter07
│ ├── current.mat
│ ├── efield1single.m
│ ├── efield2.m
│ ├── efield2single.m
│ ├── efield3single.m
│ ├── gainpower.mat
│ ├── impmet.m
│ ├── mesh
│ │ ├── bowtie.m
│ │ ├── bowtie.mat
│ │ ├── divider.m
│ │ ├── fractal.m
│ │ ├── fractal.mat
│ │ ├── spiralplane.m
│ │ ├── spiralplane.mat
│ │ ├── strip2.mat
│ │ ├── strip.m
│ │ ├── strip.mat
│ │ └── viewer.m
│ ├── mesh1.mat
│ ├── mesh2.mat
│ ├── point.m
│ ├── rwg1.m
│ ├── rwg2.m
│ ├── rwg3.m
│ ├── rwg5single.m
│ ├── sphere1.mat
│ ├── sphere.mat
│ └── sweeplot.m
├── chapter08
│ ├── current.mat
│ ├── efield1single.m
│ ├── efield2single.m
│ ├── efield3single.m
│ ├── gainpower.mat
│ ├── impmet.m
│ ├── mesh
│ │ ├── antenna01.mat
│ │ ├── antenna02.mat
│ │ ├── antenna.m
│ │ ├── bowtie.m
│ │ ├── bowtie.mat
│ │ ├── spiralplane.m
│ │ ├── spiralplane.mat
│ │ ├── strip.m
│ │ ├── strip.mat
│ │ └── viewer.m
│ ├── mesh1.mat
│ ├── mesh2.mat
│ ├── point.m
│ ├── poly.m
│ ├── radiatedfield.mat
│ ├── receivedfield.mat
│ ├── rwg1.m
│ ├── rwg2.m
│ ├── rwg31.m
│ ├── rwg32.m
│ ├── rwg33.m
│ ├── rwg34.m
│ ├── rwg5single.m
│ ├── sphere.mat
│ └── sweeplot.m
├── chapter09
│ ├── efield1single.m
│ ├── efield2.m
│ ├── efield2single.m
│ ├── efield3single.m
│ ├── impmet.m
│ ├── mesh
│ │ ├── monopole.m
│ │ ├── monopole.mat
│ │ ├── strip.m
│ │ ├── strip.mat
│ │ └── viewer.m
│ ├── point.m
│ ├── rwg1.m
│ ├── rwg2.m
│ ├── rwg3.m
│ ├── rwg5single.m
│ ├── sphere.mat
│ └── sweeplot.m
├── chapter10
│ ├── current.mat
│ ├── efield3single.m
│ ├── impmet.m
│ ├── mesh
│ │ ├── eshape.m
│ │ ├── eshape.mat
│ │ ├── patchgenerator1.m
│ │ ├── patchgenerator2.m
│ │ ├── patchgenerator.m
│ │ ├── patch.mat
│ │ ├── plate.mat
│ │ └── viewer.m
│ ├── mesh1.mat
│ ├── mesh2.mat
│ ├── point.m
│ ├── point_.m
│ ├── rwg1.m
│ ├── rwg2.m
│ ├── rwg3.m
│ ├── rwg5single.m
│ └── sweeplot.m
├── m_appendix_a
│ ├── cylinder.mat
│ ├── plate.m
│ ├── plate.mat
│ ├── sphere1.mat
│ ├── sphere.mat
│ ├── strip_.m
│ ├── viewer.m
│ ├── volumemesh1.m
│ └── volumemesh.m
├── m_appendix_b
│ ├── impmet.m
│ ├── mesh
│ │ ├── bowtie.m
│ │ ├── bowtie.mat
│ │ ├── dipole.m
│ │ ├── dipole.mat
│ │ ├── platecoarse.mat
│ │ ├── platefine.mat
│ │ ├── plate.m
│ │ ├── plate.mat
│ │ ├── slot.m
│ │ ├── slot.mat
│ │ └── viewer.m
│ ├── rwg1.m
│ ├── rwg2.m
│ ├── rwg3.m
│ ├── rwg4.m
│ ├── rwg5.m
│ └── rwg6.m
├── readme.doc
├── readme.pdf
├── RWG_Edge_Element.pdf
└── testing
└── chapter02
├── current.mat
├── impedance.mat
├── impmet.m
├── matlabcompiler
│ ├── impmet.m
│ ├── rwg3.ctf
│ ├── rwg3.exe
│ ├── rwg3.m
│ ├── rwg3_main.c
│ └── rwg3_mcc_component_data.c
├── mesh
│ ├── bowtie.m
│ ├── bowtie.mat
│ ├── dipole.m
│ ├── dipole.mat
│ ├── platecoarse.mat
│ ├── platefine.mat
│ ├── plate.m
│ ├── plate.mat
│ ├── slot.m
│ ├── slot.mat
│ └── viewer.m
├── mesh1.mat
├── mesh2.mat
├── rwg1.m
├── rwg2.m
├── rwg3.m
├── rwg4.m
├── rwg5.asv
├── rwg5.m
└── rwg6.m
30 directories, 335 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论