通信天线建模与MATLAB仿真分析,通信天线建模与MATLAB仿真分析 源代码.

【实例简介】

里面有通信matlab仿真,通信天线的源代码仿真,建立模型,代码正确可以运行成功

【实例截图】

【核心代码】

09c3ba17-29e4-4534-a762-76c189a8aa04

└── 通信天线建模与MATLAB仿真分析 源代码

├── chapter02

│   ├── impmet.m

│   ├── matlabcompiler

│   │   ├── impmet.m

│   │   └── rwg3.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

├── chapter03

│   ├── current.mat

│   ├── efield1.m

│   ├── efield2.m

│   ├── efield3.m

│   ├── mesh2.mat

│   ├── point.m

│   ├── polarhg.m

│   └── sphere.mat

├── chapter04

│   ├── efield1.m

│   ├── efield2.m

│   ├── efield3.m

│   ├── impmet.m

│   ├── mesh

│   │   ├── mesh.mat

│   │   ├── monopole.m

│   │   ├── multi1.m

│   │   ├── multi2.m

│   │   ├── multi3.m

│   │   ├── multi4.m

│   │   ├── platefine.mat

│   │   ├── reflector.mat

│   │   ├── strip2.mat

│   │   ├── strip.m

│   │   └── viewer.m

│   ├── point.m

│   ├── receivingantenna

│   │   ├── impmet.m

│   │   ├── mesh

│   │   │   └── strip2.mat

│   │   ├── rwg1.m

│   │   ├── rwg2.m

│   │   ├── rwg3.m

│   │   ├── rwg4.m

│   │   └── rwg5.m

│   ├── rwg1.m

│   ├── rwg2.m

│   ├── rwg3.m

│   ├── rwg4.m

│   ├── rwg5.m

│   ├── rwg6.m

│   └── sphere.mat

├── chapter05

│   ├── efield1.m

│   ├── efield2.m

│   ├── efield3.m

│   ├── impmet.m

│   ├── mesh

│   │   ├── loop1.m

│   │   ├── loop1.mat

│   │   ├── loop2.m

│   │   ├── loop3.m

│   │   ├── loop4.m

│   │   ├── strip.mat

│   │   └── viewer.m

│   ├── point.m

│   ├── rwg1.m

│   ├── rwg2.m

│   ├── rwg3.m

│   ├── rwg4.m

│   ├── rwg5.m

│   └── sphere.mat

├── chapter06

│   ├── efield1.m

│   ├── efield2.m

│   ├── efield3.m

│   ├── efield4.m

│   ├── impmet.m

│   ├── loop1

│   │   ├── impmet.m

│   │   ├── loop.m

│   │   ├── multilinear.m

│   │   ├── rwg1.m

│   │   ├── rwg2.m

│   │   ├── rwg3.m

│   │   ├── rwg4.m

│   │   ├── strip1.mat

│   │   └── viewer.m

│   ├── loop2

│   │   ├── efield3.m

│   │   ├── impmet.m

│   │   ├── loop.m

│   │   ├── 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

│   │   ├── strip1.mat

│   │   └── viewer.m

│   ├── point.m

│   ├── rwg1.m

│   ├── rwg2.m

│   ├── rwg3.m

│   ├── rwg4.m

│   ├── rwg5.m

│   ├── sphere1.mat

│   └── sphere.mat

├── 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

├── 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

│   │   └── 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

24 directories, 210 files

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值