登录
首页 » matlab » Matlab files for various types of beamforming

Matlab files for various types of beamforming

于 2020-11-23 发布 文件大小:162KB
0 161
下载积分: 1 下载次数: 12

代码说明:

  Matlab files for various types of beamforming for custom 1D, 2D and 3D

文件列表:

beamforming-master, 0 , 2017-12-08
beamforming-master\.gitignore, 131 , 2017-12-08
beamforming-master\README.md, 578 , 2017-12-08
beamforming-master\acousticCameraSimulator.m, 21566 , 2017-12-08
beamforming-master\algorithm, 0 , 2017-12-08
beamforming-master\algorithm\arrayFactor.m, 5467 , 2017-12-08
beamforming-master\algorithm\convertCartesianToSpherical.m, 711 , 2017-12-08
beamforming-master\algorithm\convertTimeSignalToFrequencySignal.m, 2078 , 2017-12-08
beamforming-master\algorithm\createSignal.m, 2492 , 2017-12-08
beamforming-master\algorithm\crossSpectralMatrix.m, 426 , 2017-12-08
beamforming-master\algorithm\deconvolutionClean.m, 3572 , 2017-12-08
beamforming-master\algorithm\deconvolutionCleanSC.m, 3867 , 2017-12-08
beamforming-master\algorithm\deconvolutionDAMAS.m, 1686 , 2017-12-08
beamforming-master\algorithm\steeredResponseDelayAndSum.m, 1001 , 2017-12-08
beamforming-master\algorithm\steeredResponseDelayAndSumOptimized.m, 2245 , 2017-12-08
beamforming-master\algorithm\steeredResponseFunctionalBeamforming.m, 970 , 2017-12-08
beamforming-master\algorithm\steeredResponseMinimumVariance.m, 971 , 2017-12-08
beamforming-master\algorithm\steeredResponseMusic.m, 1162 , 2017-12-08
beamforming-master\algorithm\steeringVector.m, 2410 , 2017-12-08
beamforming-master\algorithm\weightingVectorMinimumVariance.m, 1323 , 2017-12-08
beamforming-master\beampattern, 0 , 2017-12-08
beamforming-master\beampattern\BeampatternDelayAndSum.m, 3178 , 2017-12-08
beamforming-master\beampattern\BeampatternMinimumVariance.m, 4479 , 2017-12-08
beamforming-master\data, 0 , 2017-12-08
beamforming-master\data\fig, 0 , 2017-12-08
beamforming-master\data\fig\room.jpg, 47836 , 2017-12-08
beamforming-master\data\fig\roombw.jpg, 97936 , 2017-12-08
beamforming-master\examplesBeampattern.m, 5117 , 2017-12-08
beamforming-master\examplesSteeredResponse.m, 13554 , 2017-12-08
beamforming-master\plot, 0 , 2017-12-08
beamforming-master\plot\meshgridScanAngles.m, 513 , 2017-12-08
beamforming-master\plot\meshgridScanPoints.m, 493 , 2017-12-08
beamforming-master\plot\plotBeampattern.m, 5294 , 2017-12-08
beamforming-master\plot\plotBeampattern2D.m, 9215 , 2017-12-08
beamforming-master\plot\plotBeampatternDynamic.m, 5762 , 2017-12-08
beamforming-master\plot\plotBeampatternSpherical.m, 12311 , 2017-12-08
beamforming-master\plot\plotSteeredResponseUV.m, 8401 , 2017-12-08
beamforming-master\plot\plotSteeredResponseXY.m, 4968 , 2017-12-08
beamforming-master\plot\plotWavefield.m, 1795 , 2017-12-08
beamforming-master\plot\sphericalCoordinateSystem.m, 1739 , 2017-12-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ofdm_macro_channel
    OFDM系统包括OFDM系统的调制解调,IFFT及FFT变换,保护间隔的加入对系统性能的改善,以及多径干扰、高速移动对系统误码率的影响。(The OFDM system includes modulation and demodulation of the OFDM system, IFFT and FFT transformation, the improvement of the protection interval to the system performance, and the influence of multipath interference and high-speed mobile on the system BER.)
    2018-01-11 10:14:54下载
    积分:1
  • 采用多相滤波结构进行仿真实验
    采用多相滤波结构进行仿真实验,先三倍抽取,后八倍内插(The simulation experiment is carried out using a polyphase filter structure, which is first extracted three times and interpolated eight times later)
    2017-09-13 22:40:57下载
    积分:1
  • 昆仑态modbusRTU脚本驱动源代码
    昆仑通态触摸屏驱动脚本开发modbus程序源代码(MCGS driver script development MODBUS program source code)
    2021-03-18 10:29:20下载
    积分:1
  • bpsk_Awagn_Rayleigh
    说明:  实现了一个直接扩频系统,使用BPSK作为调制解调方法。并比较白噪声AWGN及瑞利衰落(rayleigh fading)环境下,误码率的影响。(There are two files in the zip folder. bpsk_spread.m and jakesmodel.m Steps for simulation: 1] Run jakesmodel.m first 2] Then run bpsk_spread.m . 3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented 4] The resulting performance is stored in BER_awgn. 5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file. 6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable. 7] Run the simulation. To compare the perfromances of the receiver using DSSS plot the BER_awgn and BER_ray >>semilogy([1:8],BER_awgn(1:8), g* ) hold on semilogy([1:8],BER_ray(1:8), -.b* ) hold on grid on )
    2010-03-22 23:11:17下载
    积分:1
  • 2010-Simulator-LTE-Case-Study
    A Next GenerationWireless Simulator Based on MIMO-OFDM--LTE Case Study
    2011-12-28 10:09:04下载
    积分:1
  • KONGJIANXIANGGUANXING
    此源代码为链路级仿真平台下,基于scm信道模型的信道空间相关性仿真分析(This source code for link level simulation platform based on SCM channel model channel space correlation simulation analysis)
    2013-05-14 15:05:50下载
    积分:1
  • bpsk和4pam
    说明:  bpsk和4pam调制系统误码率和误符号率仿真,以及与理论值比较。(Simulation of BER and BER in 4pam modulation system)
    2020-06-21 17:47:53下载
    积分:1
  • llvbo
    用C语言设计数字滤波器,实现低通,带通,高通,带阻功能(Digital filter design using C language, to obtain Low pass, band pass, high pass, band-stop function)
    2016-03-02 13:37:49下载
    积分:1
  • PTS
    simulating PAPR reduction with PTS method in STBC MIMO OFDM
    2011-07-25 01:46:01下载
    积分:1
  • ye525
    已经调试成功.内含m文件,可直接运行,实现六自由度运动学逆解算法,供做算法研究人员参考。( Has been successful debugging. M contains files can be directly run, Six degrees of freedom to achieve inverse kinematics algorithm, Algorithm for researchers to do reference.)
    2017-06-02 14:28:24下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载