基本信息
源码名称:使用MATLAB分析阵列天线
源码大小:8.50M
文件格式:.zip
开发语言:MATLAB
更新时间:2021-02-23
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍


ArrayCalc2_5

├── ArrayCalc
│   ├── Beam_synthesis
│   │   ├── binomial1.m
│   │   ├── chebwin1.m
│   │   ├── fourier1.m
│   │   ├── lmsav.m
│   │   ├── lmsoptimise.m
│   │   ├── modtaylor.m
│   │   └── norm_array.m
│   ├── Documentation
│   │   ├── Additional Information
│   │   │   ├── 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
│   │   │   ├── Introduction to Phased Array Design.pdf
│   │   │   ├── Orbital Angular Momentum.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
│   │   │   ├── Phase_Shifter_Design.pdf
│   │   │   ├── RC Array Files
│   │   │   │   ├── Array1.jpg
│   │   │   │   ├── Array2.jpg
│   │   │   │   ├── Array3.jpg
│   │   │   │   ├── MATLAB
│   │   │   │   │   ├── Ex6eleScanBeams.m
│   │   │   │   │   └── Ex6eleWideBeams.m
│   │   │   │   ├── PPMwaveform.jpg
│   │   │   │   ├── RC Array.html
│   │   │   │   ├── S11SmithSinglePatch.gif
│   │   │   │   ├── S11dBSinglePatch.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
│   │   ├── Animated GIFs
│   │   │   ├── exanim1.gif
│   │   │   ├── exanim2.gif
│   │   │   └── exanim3.gif
│   │   ├── COMMANDS.DOC
│   │   ├── Changelog.txt
│   │   ├── FAQ.txt
│   │   ├── Theory of Operation v2_5.pdf
│   │   ├── User_Guide v2_5.pdf
│   │   └── What's New in ArrayCalc v2_5.pdf
│   ├── Element_indexing
│   │   ├── eltcode.m
│   │   ├── geocode.m
│   │   ├── namecode.m
│   │   └── sumcode.m
│   ├── Element_models
│   │   ├── apcirc.m
│   │   ├── apcirc_geom.m
│   │   ├── aprect.m
│   │   ├── aprect_geom.m
│   │   ├── dipole.m
│   │   ├── dipole_geom.m
│   │   ├── dipoleg.m
│   │   ├── dipoleg_geom.m
│   │   ├── dish.m
│   │   ├── dish_geom.m
│   │   ├── helix.m
│   │   ├── helix_geom.m
│   │   ├── interp_geom.m
│   │   ├── interp_geom_old.m
│   │   ├── interpl.m
│   │   ├── iso.m
│   │   ├── iso_geom.m
│   │   ├── patchc.m
│   │   ├── patchc_geom.m
│   │   ├── patchr.m
│   │   ├── patchr_geom.m
│   │   ├── user1.m
│   │   ├── user1_geom.m
│   │   ├── wgc.m
│   │   ├── wgc_geom.m
│   │   ├── wgr.m
│   │   └── wgr_geom.m
│   ├── Examples
│   │   ├── ex1.m
│   │   ├── ex2a.m
│   │   ├── ex2b.m
│   │   ├── ex3a.m
│   │   ├── ex3b.m
│   │   ├── ex3c.m
│   │   ├── ex4.m
│   │   ├── ex5.m
│   │   ├── exanim1.m
│   │   ├── exanim2.m
│   │   ├── exanim3.m
│   │   ├── exap1.m
│   │   ├── exap2.m
│   │   ├── excirc1.m
│   │   ├── excirc2.m
│   │   ├── excirc3a.m
│   │   ├── excirc3b.m
│   │   ├── excirc3c.m
│   │   ├── excoverage.m
│   │   ├── exdipoles.m
│   │   ├── exdist.m
│   │   ├── exdoubleslit.m
│   │   ├── exfourier1.m
│   │   ├── exfourier2.m
│   │   ├── exfourier3.m
│   │   ├── exgeopat.m
│   │   ├── exinter.m
│   │   ├── exlms1.m
│   │   ├── exlogo.m
│   │   ├── exloop.m
│   │   ├── exoam1.m
│   │   ├── exoam2.m
│   │   ├── exoam3.m
│   │   ├── exoffreflector.m
│   │   ├── exparab.m
│   │   ├── exparabpol.m
│   │   ├── expointsrce1.m
│   │   ├── exrhomb.m
│   │   ├── exrtpslice.m
│   │   ├── exspinlin1.m
│   │   ├── exspinlin2.m
│   │   ├── exstatvar1.m
│   │   ├── exstatvar2.m
│   │   ├── extaywin1.m
│   │   ├── extaywin2.m
│   │   ├── extestsub1.m
│   │   ├── extestsub2.m
│   │   ├── extestsub3.m
│   │   ├── extotpower.m
│   │   ├── extpgeo.m
│   │   ├── extransducer.m
│   │   ├── exultrason1.m
│   │   ├── exultrason2.m
│   │   ├── exultrason3.m
│   │   ├── reflectorfn.m
│   │   ├── tutorial1a.m
│   │   ├── tutorial1b.m
│   │   └── tutorial2a.m
│   ├── Geometry_construction
│   │   ├── centre_array.m
│   │   ├── circ_array.m
│   │   ├── clear_array.m
│   │   ├── cpol_array.m
│   │   ├── cylin_array.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
│   ├── Plotting_visualisation
│   │   ├── list_array.m
│   │   ├── plegend.m
│   │   ├── plot_field_slice.m
│   │   ├── plot_field_slice1.m
│   │   ├── plot_geom2d.m
│   │   ├── plot_geom3d.m
│   │   ├── plot_geom3d1.m
│   │   ├── plot_geopat3d.m
│   │   ├── plot_geopat3d1.m
│   │   ├── plot_line_slice.m
│   │   ├── plot_pattern3d.m
│   │   ├── plot_pattern3d1.m
│   │   ├── plot_phi.m
│   │   ├── plot_phi_geo1.m
│   │   ├── plot_phi_statvar.m
│   │   ├── plot_squint_phi.m
│   │   ├── plot_squint_theta.m
│   │   ├── plot_theta.m
│   │   ├── plot_theta_geo1.m
│   │   ├── plot_theta_statvar.m
│   │   ├── plot_wave_anim.m
│   │   ├── plot_wave_slice.m
│   │   └── plot_wave_slice1.m
│   ├── ReadMe.txt
│   ├── Subroutines
│   │   ├── calc_directivity.m
│   │   ├── calc_patchc_eff.m
│   │   ├── calc_patchr_eff.m
│   │   ├── calc_phi.m
│   │   ├── calc_theta.m
│   │   ├── cart2sph1.m
│   │   ├── circ.m
│   │   ├── coord2troff.m
│   │   ├── design_helix.m
│   │   ├── design_patchc.m
│   │   ├── design_patchr.m
│   │   ├── fieldsum.m
│   │   ├── local2global.m
│   │   ├── phi_cut.m
│   │   ├── plotsc.m
│   │   ├── polaxis.m
│   │   ├── polplot.m
│   │   ├── replay.m
│   │   ├── rotx.m
│   │   ├── roty.m
│   │   ├── rotz.m
│   │   ├── sph2cart1.m
│   │   ├── sub_geopat3d.m
│   │   ├── textsc.m
│   │   └── theta_cut.m
│   ├── Validation
│   │   ├── 3dipoles.nec
│   │   ├── 3dipoles.out
│   │   ├── 3dipoles4t.nec
│   │   ├── 3dipoles4t.out
│   │   ├── Ansoft Designer Results.txt
│   │   ├── calc_patchc_eff_test.m
│   │   ├── calc_patchr_eff_test.m
│   │   ├── dipole.nec
│   │   ├── dipole.out
│   │   ├── dipole1.nec
│   │   ├── dipole1.out
│   │   ├── dipole2.nec
│   │   ├── dipole2.out
│   │   ├── ef1.m
│   │   ├── ef1_4element.m
│   │   ├── ef2.m
│   │   ├── ef3.m
│   │   ├── ef4.m
│   │   ├── ef5.m
│   │   ├── ef6.m
│   │   ├── ef7.m
│   │   ├── helix2p.nec
│   │   ├── helix2p.out
│   │   ├── helix2p4.nec
│   │   ├── helix2p4.out
│   │   ├── helix2p9.nec
│   │   ├── helix2p9.out
│   │   ├── loadnecpat.m
│   │   ├── loadnecpat1.m
│   │   ├── nechelix.m
│   │   ├── val1.m
│   │   ├── val2.m
│   │   ├── val3.m
│   │   ├── val4.m
│   │   ├── val5.m
│   │   ├── val6.m
│   │   ├── valdipoles.NEC
│   │   ├── valdipoles1.m
│   │   ├── valdipoles2.m
│   │   ├── valdipoles3.m
│   │   └── verify_elepat.m
│   ├── contents.m
│   ├── exlist.m
│   └── init.m
└── license.txt

26 directories, 273 files