实例介绍
可以设计各种天线阵列,进行天线阵列的模拟
【实例截图】
【核心代码】
16359647584738305069.zip
└── ArrayCalc2_4_2
├── ArrayCalc
│ ├── contents.m
│ ├── Documentation
│ │ ├── Additional Information
│ │ │ ├── Introduction to Phased Array Design.pdf
│ │ │ ├── Intro to Phased Array Design Files
│ │ │ │ ├── EXCEL
│ │ │ │ │ ├── 6-way Splitter.xls
│ │ │ │ │ └── Aperture_Calculation.xls
│ │ │ │ ├── MATLAB
│ │ │ │ │ ├── Chebwin1.m
│ │ │ │ │ ├── ExAp1.m
│ │ │ │ │ ├── ExAp2.m
│ │ │ │ │ ├── ExDip1.m
│ │ │ │ │ └── ModTaylor.m
│ │ │ │ ├── NEC
│ │ │ │ │ ├── Array 6-ele a.nec
│ │ │ │ │ ├── Array 6-ele b.nec
│ │ │ │ │ ├── Array 6-ele feed corr dip.nec
│ │ │ │ │ ├── Array 6-ele feed corr full.nec
│ │ │ │ │ └── Array 6-ele feed.nec
│ │ │ │ ├── QUCS
│ │ │ │ │ ├── 6-WAY2.DPL
│ │ │ │ │ └── 6-WAY2.SCH
│ │ │ │ └── readme.txt
│ │ │ ├── Phase_Shifter_Design.pdf
│ │ │ ├── Phase Shifter Files
│ │ │ │ ├── CAD
│ │ │ │ │ └── Phase Shifter.DXF
│ │ │ │ ├── EXCEL
│ │ │ │ │ └── servo2.xls
│ │ │ │ ├── FREE BASIC
│ │ │ │ │ ├── HrTimer.bas
│ │ │ │ │ ├── ReadMe.txt
│ │ │ │ │ ├── ServoDrive1.bas
│ │ │ │ │ ├── ServoPulse1.bas
│ │ │ │ │ └── ServoTest1.bas
│ │ │ │ └── QUCS
│ │ │ │ ├── PhaseShifter2a.dpl
│ │ │ │ ├── PhaseShifter2a.sch
│ │ │ │ └── QUCS schematic legend.gif
│ │ │ ├── RC Array Files
│ │ │ │ ├── Array1.jpg
│ │ │ │ ├── Array2.jpg
│ │ │ │ ├── Array3.jpg
│ │ │ │ ├── MATLAB
│ │ │ │ │ ├── Ex6eleScanBeams.m
│ │ │ │ │ └── Ex6eleWideBeams.m
│ │ │ │ ├── PPMwaveform.jpg
│ │ │ │ ├── RC Array.html
│ │ │ │ ├── S11dBSinglePatch.gif
│ │ │ │ ├── S11SmithSinglePatch.gif
│ │ │ │ ├── Single Patch.jpg
│ │ │ │ ├── _wp_generated
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── wp0e68324d_1b.jpg
│ │ │ │ │ ├── wp29b46d00_1b.jpg
│ │ │ │ │ ├── wp336633a0_1b.jpg
│ │ │ │ │ ├── wp44edafb4_1b.jpg
│ │ │ │ │ ├── wp6f846985_1b.jpg
│ │ │ │ │ ├── wp723ab92d_1b.jpg
│ │ │ │ │ ├── wp77a76898.gif
│ │ │ │ │ ├── wp81a4d70a.gif
│ │ │ │ │ ├── wp8d109525.gif
│ │ │ │ │ ├── wpb5f3cde3_1b.jpg
│ │ │ │ │ ├── wpf50ca0f2.gif
│ │ │ │ │ └── wpf8222d32_1b.jpg
│ │ │ │ └── _wp_scripts
│ │ │ │ └── jsRollover.js
│ │ │ └── RC Array readme.txt
│ │ ├── ArrayCalc10d.pdf
│ │ ├── Changelog.txt
│ │ ├── COMMANDS.DOC
│ │ ├── FAQ.txt
│ │ └── User_Guide10.pdf
│ ├── Element_indexing
│ │ ├── eltcode.m
│ │ ├── geocode.m
│ │ ├── namecode.m
│ │ └── sumcode.m
│ ├── Element_models
│ │ ├── apcirc_geom.m
│ │ ├── apcirc.m
│ │ ├── aprect_geom.m
│ │ ├── aprect.m
│ │ ├── Beam_synthesis
│ │ │ ├── binomial1.m
│ │ │ ├── chebwin1.m
│ │ │ ├── fourier1.m
│ │ │ ├── lmsav.m
│ │ │ ├── lmsoptimise.m
│ │ │ └── modtaylor.m
│ │ ├── dipole_geom.m
│ │ ├── dipoleg_geom.m
│ │ ├── dipoleg.m
│ │ ├── dipole.m
│ │ ├── dish_geom.m
│ │ ├── dish.m
│ │ ├── helix_geom.m
│ │ ├── helix.m
│ │ ├── interp_geom.m
│ │ ├── interp_geom_old.m
│ │ ├── interpl.m
│ │ ├── iso_geom.m
│ │ ├── iso.m
│ │ ├── patchc_geom.m
│ │ ├── patchc.m
│ │ ├── patchr_geom.m
│ │ ├── patchr.m
│ │ ├── user1_geom.m
│ │ ├── user1.m
│ │ ├── wgc_geom.m
│ │ ├── wgc.m
│ │ ├── wgr_geom.m
│ │ └── wgr.m
│ ├── Examples
│ │ ├── ex1.m
│ │ ├── ex2a.m
│ │ ├── ex2b.m
│ │ ├── ex3a.m
│ │ ├── ex3b.m
│ │ ├── ex3c.m
│ │ ├── ex4.m
│ │ ├── ex5.m
│ │ ├── exap1.m
│ │ ├── exap2.m
│ │ ├── excirc1.m
│ │ ├── excirc2.m
│ │ ├── excirc3a.m
│ │ ├── excirc3b.m
│ │ ├── excirc3c.m
│ │ ├── exdist.m
│ │ ├── exfourier1.m
│ │ ├── exfourier2.m
│ │ ├── exfourier3.m
│ │ ├── exgeopat.m
│ │ ├── exinter.m
│ │ ├── exlms1.m
│ │ ├── exlogo.m
│ │ ├── exloop.m
│ │ ├── exparab.m
│ │ ├── exparabpol.m
│ │ ├── exrhomb.m
│ │ ├── exstatvar1.m
│ │ ├── exstatvar2.m
│ │ ├── extaywin1.m
│ │ ├── extaywin2.m
│ │ ├── extestsub1.m
│ │ ├── extestsub2.m
│ │ ├── extpgeo.m
│ │ ├── reflectorfn.m
│ │ ├── tutorial1a.m
│ │ ├── tutorial1b.m
│ │ └── tutorial2a.m
│ ├── exlist.m
│ ├── Geometry_construction
│ │ ├── centre_array.m
│ │ ├── circ_array.m
│ │ ├── clear_array.m
│ │ ├── cpol_array.m
│ │ ├── cylin_array.m
│ │ ├── design_helix.m
│ │ ├── design_patchc.m
│ │ ├── design_patchr.m
│ │ ├── excite_element.m
│ │ ├── focus_array.m
│ │ ├── move_array.m
│ │ ├── movec_array.m
│ │ ├── place_element.m
│ │ ├── rect_array.m
│ │ ├── rhomb_array.m
│ │ ├── single_element.m
│ │ ├── squint_array.m
│ │ ├── taywin_array.m
│ │ ├── xrot_array.m
│ │ ├── xrotc_array.m
│ │ ├── yrot_array.m
│ │ ├── yrotc_array.m
│ │ ├── zrot_array.m
│ │ └── zrotc_array.m
│ ├── init.m
│ ├── Plotting_visualisation
│ │ ├── list_array.m
│ │ ├── plegend.m
│ │ ├── plot_geom2d.m
│ │ ├── plot_geom3d1.m
│ │ ├── plot_geom3d.m
│ │ ├── plot_geopat3d1.m
│ │ ├── plot_geopat3d.m
│ │ ├── plot_pattern3d1.m
│ │ ├── plot_pattern3d.m
│ │ ├── plot_phi_geo1.m
│ │ ├── plot_phi.m
│ │ ├── plot_phi_statvar.m
│ │ ├── plot_squint_phi.m
│ │ ├── plot_squint_theta.m
│ │ ├── plot_theta_geo1.m
│ │ ├── plot_theta.m
│ │ └── plot_theta_statvar.m
│ ├── ReadMe.txt
│ ├── Subroutines
│ │ ├── calc_directivity.m
│ │ ├── calc_phi.m
│ │ ├── calc_theta.m
│ │ ├── cart2sph1.m
│ │ ├── circ.m
│ │ ├── coord2troff.m
│ │ ├── fieldsum.m
│ │ ├── local2global.m
│ │ ├── phi_cut.m
│ │ ├── plotsc.m
│ │ ├── polaxis.m
│ │ ├── polplot.m
│ │ ├── rotx.m
│ │ ├── roty.m
│ │ ├── rotz.m
│ │ ├── sph2cart1.m
│ │ ├── sub_geopat3d.m
│ │ ├── textsc.m
│ │ └── theta_cut.m
│ └── Validation
│ ├── 3dipoles4t.nec
│ ├── 3dipoles4t.out
│ ├── 3dipoles.nec
│ ├── 3dipoles.out
│ ├── dipole1.nec
│ ├── dipole1.out
│ ├── dipole2.nec
│ ├── dipole2.out
│ ├── dipole.nec
│ ├── dipole.out
│ ├── helix2p4.nec
│ ├── helix2p4.out
│ ├── helix2p9.nec
│ ├── helix2p9.out
│ ├── helix2p.nec
│ ├── helix2p.out
│ ├── loadnecpat1.m
│ ├── loadnecpat.m
│ ├── nechelix.m
│ ├── val1.m
│ ├── val2.m
│ ├── val3.m
│ ├── val4.m
│ ├── val5.m
│ └── val6.m
└── license.txt
26 directories, 222 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论