登录
首页 » matlab » MIMO程序

MIMO程序

于 2021-03-24 发布
0 159
下载积分: 1 下载次数: 4

代码说明:

说明:  MIMO的DOA估计算法,包括单基站和双基站的,基础算法:如MUSIC;Capon,2-DMUSIC(DOA eatimation mothods)

文件列表:

MIMO程序\0f65f8bb9eb69c95b625b81dae5d1fc5, 0 , 2021-03-24
MIMO程序\113172208pastd_espritDEMO, 0 , 2021-03-24
MIMO程序\37155e6424391c03e1fa169fbad3e5d4, 0 , 2021-03-24
MIMO程序\73462701MIMO_doa_mvm, 0 , 2021-03-24
MIMO程序\77433635Bistatic-_MIMO_radar_DOA-DOD, 0 , 2021-03-24
MIMO程序\814045722D_MUSIC, 0 , 2021-03-24
MIMO程序\81404585DOA_CRB_MUSIC, 0 , 2021-03-24
MIMO程序\89142847doa_cs_ty_dj, 0 , 2021-03-24
MIMO程序\0f65f8bb9eb69c95b625b81dae5d1fc5\su_coarry, 0 , 2021-03-24
MIMO程序\814045722D_MUSIC\新建文件夹, 0 , 2021-03-24
MIMO程序\89142847doa_cs_ty_dj\新建文件夹, 0 , 2021-03-24
MIMO程序\0f65f8bb9eb69c95b625b81dae5d1fc5\su_coarry\su_coarry.m, 2084 , 2021-03-24
MIMO程序\113172208pastd_espritDEMO\khatri_rao.m, 281 , 2021-03-24
MIMO程序\113172208pastd_espritDEMO\pastd_espritDEMO.m, 7092 , 2021-03-24
MIMO程序\37155e6424391c03e1fa169fbad3e5d4\doa_music.m, 1012 , 2021-03-24
MIMO程序\37155e6424391c03e1fa169fbad3e5d4\main_2d_doa_music.m, 1040 , 2021-03-24
MIMO程序\73462701MIMO_doa_mvm\MIMO_doa_mvm.m, 1844 , 2021-03-24
MIMO程序\77433635Bistatic-_MIMO_radar_DOA-DOD\crb.mat, 634 , 2021-03-24
MIMO程序\77433635Bistatic-_MIMO_radar_DOA-DOD\crb3T4R.m, 1951 , 2021-03-24
MIMO程序\77433635Bistatic-_MIMO_radar_DOA-DOD\DOAMatrix.m, 880 , 2021-03-24
MIMO程序\77433635Bistatic-_MIMO_radar_DOA-DOD\khatriRao.m, 201 , 2021-03-24
MIMO程序\77433635Bistatic-_MIMO_radar_DOA-DOD\locate_plot.m, 2917 , 2021-03-24
MIMO程序\77433635Bistatic-_MIMO_radar_DOA-DOD\rmse_snap.m, 2673 , 2021-03-24
MIMO程序\77433635Bistatic-_MIMO_radar_DOA-DOD\rmse_snr.m, 4801 , 2021-03-24
MIMO程序\77433635Bistatic-_MIMO_radar_DOA-DOD\target_echo.m, 1903 , 2021-03-24
MIMO程序\814045722D_MUSIC\新建文件夹\Finding_Array.m, 289 , 2021-03-24
MIMO程序\814045722D_MUSIC\新建文件夹\xcq_20141108.m, 2361 , 2021-03-24
MIMO程序\81404585DOA_CRB_MUSIC\DOA_CRB_MUSIC.m, 3246 , 2021-03-24
MIMO程序\89142847doa_cs_ty_dj\新建文件夹\doa_cs_ty_dj.m, 3714 , 2021-03-24

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

发表评论

0 个回复

  • 63464856346
    VB武林快打(打字软件)源代码,有需要的就下载吧。(VB Wulin Fighter (typing software) source code, there is a need to download it.)
    2013-08-04 15:15:08下载
    积分:1
  • VB.programming.model.designed.font.dialog.window
    VB api编程模块字体对话窗口设计VB api programming model designed font dialog window (VB api programming model designed font dialog window )
    2010-10-27 10:32:08下载
    积分:1
  • symshift
    shift symbols of different tables into proper "plane" and create combined symbol table.
    2014-03-06 22:43:01下载
    积分:1
  • smtp source code collections, a total of seven, including the sending and receiv...
    smtp源代码集合,一共7个,包括发送和接收-smtp source code collections, a total of seven, including the sending and receiving
    2022-08-08 08:21:08下载
    积分:1
  • 一个通过邮件槽来进行通信的例子
    一个通过邮件槽来进行通信的例子-One through the mail slot to communicate examples of
    2022-07-17 22:55:36下载
    积分:1
  • lesson6
    说明:  利用pluto设备实现qpsk调制与解调,simulink代码文件。(Use pluto equipment to realize qpsk modulation and demodulation, simulink code file.)
    2020-12-17 13:45:58下载
    积分:1
  • console
    编写控制台程序的包装类(Wrap class for the console application)
    2020-06-30 21:40:01下载
    积分:1
  • WpfD3D
    要在WPF中完美的支持YUV数据的显示,通常的解决方式是使用先把YUV数据转换成WPF可以支持的RGB数据,然后利用类似于WriteableBitmap的控件,把他展现在WPF上。这么做的主要问题是在做RGB转换的时候,需要消耗大量的CPU, 效率比较低。一种优化方式是使用FFMPEG里的SwScale或者Intel的IPP库,这些库经过了一定的优化,可以有限度的使用硬件加速。这里2为一个使用WritableBitmap的例子。(To perfect support in WPF YUV data show, the usual solution is to use the first WPF YUV data into RGB data can be supported, and then use controls similar to WriteableBitmap, and put his show on the WPF. The main problem is that in doing so make RGB conversion, consumes a lot of CPU, the efficiency is relatively low. An optimization approach is to use FFMPEG Lane SwScale or Intel' s IPP libraries that after a certain amount of optimization, can limited use hardware acceleration. 2 Here is an example of a use WritableBitmap.)
    2021-01-26 11:18:36下载
    积分:1
  • the realization of machine code for the aircraft, chatting with each other scree...
    该代码实现机对机聊天,抓取对方屏幕,传送文件,可实现TCP/UDP切换-the realization of machine code for the aircraft, chatting with each other screen crawls, and transmission of documents, TCP/UDP handoff
    2022-03-04 17:51:43下载
    积分:1
  • test
    wince6.0 烧写镜像 可测试DM3730核心板 wince6.0系统 (wince6.0 image testDM3730 wince6.0 system)
    2016-03-22 09:41:48下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载