基本信息
源码名称:多用户毫米波通信覆盖的算法优化
源码大小:1.79M
文件格式:.zip
开发语言:MATLAB
更新时间:2021-04-24
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 3 元 
   源码介绍
一种分布式多用户毫米波系统,在基站与用户无法直接连接时,增强mmWave信号覆盖

【源码目录】

intelligent-reflecting-surface-aided-swipt-joint-waveform-active-and-passive-beamforming-design-master

├── assets
│   ├── cdf_los.tex
│   ├── layout.pdf
│   ├── layout.pdf_tex
│   ├── layout.svg
│   ├── path_loss.tex
│   ├── re_csi.tex
│   ├── re_distance.tex
│   ├── re_irs_10mhz.tex
│   ├── re_irs_1mhz.tex
│   ├── re_los.tex
│   ├── re_noise.tex
│   ├── re_quantization.tex
│   ├── re_reflector.tex
│   ├── re_subband.tex
│   ├── re_tx.tex
│   ├── scaling_reflector.tex
│   ├── scaling_tx.tex
│   ├── splitting_ratio_noise.tex
│   ├── system.pdf
│   ├── system.pdf_tex
│   ├── system.svg
│   └── waveform_subband.tex
├── letter.pdf
├── letter.tex
├── library.bib
├── main.pdf
├── main.tex
├── response.pdf
├── response.tex
└── src
    ├── config
    │   ├── config_re_csi.m
    │   ├── config_re_distance.m
    │   ├── config_re_irs.m
    │   ├── config_re_lc.m
    │   ├── config_re_los.m
    │   ├── config_re_noise.m
    │   ├── config_re_quantization.m
    │   ├── config_re_reflector.m
    │   ├── config_re_subband.m
    │   ├── config_re_tx.m
    │   ├── config_scaling_reflector.m
    │   └── config_scaling_tx.m
    ├── data
    │   ├── re_csi
    │   ├── re_distance
    │   ├── re_irs
    │   ├── re_lc
    │   ├── re_los
    │   ├── re_noise
    │   ├── re_quantization
    │   ├── re_reflector
    │   ├── re_subband
    │   ├── re_tx
    │   ├── scaling_reflector
    │   └── scaling_tx
    ├── figures
    │   ├── cdf_los.fig
    │   ├── path_loss.fig
    │   ├── re_csi.fig
    │   ├── re_distance.fig
    │   ├── re_irs_10mhz.fig
    │   ├── re_irs_1mhz.fig
    │   ├── re_los.fig
    │   ├── re_noise.fig
    │   ├── re_quantization.fig
    │   ├── re_reflector.fig
    │   ├── re_subband.fig
    │   ├── re_tx.fig
    │   ├── scaling_reflector.fig
    │   ├── scaling_tx.fig
    │   ├── splitting_ratio_noise.fig
    │   └── waveform_subband.fig
    ├── lib
    │   ├── block_diagonal.m
    │   ├── cascaded_channel.m
    │   ├── channel_response.m
    │   ├── composite_channel.m
    │   ├── composite_channel_ideal.m
    │   ├── coordinate.m
    │   ├── current_gp.m
    │   ├── current_sdr.m
    │   ├── hermitianize.m
    │   ├── imperfect_csi.m
    │   ├── initialize_waveform.m
    │   ├── irs_linear.m
    │   ├── irs_sdr.m
    │   ├── multipath_fading.m
    │   ├── path_loss.m
    │   ├── precoder_mrt.m
    │   ├── quantized_irs.m
    │   ├── rate_gp.m
    │   ├── re_sample_swipt_gp.m
    │   ├── re_sample_swipt_gp_benchmark.m
    │   ├── re_sample_swipt_imperfect_csi.m
    │   ├── re_sample_swipt_low_complexity.m
    │   ├── re_sample_swipt_quantized_irs.m
    │   ├── re_sample_wit_wf.m
    │   ├── re_sample_wpt_ass.m
    │   ├── re_sample_wpt_sdr.m
    │   ├── re_sample_wpt_smf.m
    │   ├── scaled_matched_filter.m
    │   ├── spatial_correlation.m
    │   ├── subband_frequency.m
    │   ├── tap_tgn.m
    │   ├── water_filling.m
    │   ├── waveform_ass.m
    │   ├── waveform_gp.m
    │   └── waveform_sdr.m
    ├── plot
    │   ├── eval_eigenratio.m
    │   ├── plot_pathloss.m
    │   ├── plot_re_csi.m
    │   ├── plot_re_distance.m
    │   ├── plot_re_irs.m
    │   ├── plot_re_lc.m
    │   ├── plot_re_los.m
    │   ├── plot_re_noise.m
    │   ├── plot_re_quantization.m
    │   ├── plot_re_reflector.m
    │   ├── plot_re_subband.m
    │   ├── plot_re_tx.m
    │   ├── plot_scaling_reflector.m
    │   └── plot_scaling_tx.m
    ├── rcs
    │   ├── re_csi.pbs
    │   ├── re_distance.pbs
    │   ├── re_irs.pbs
    │   ├── re_lc.pbs
    │   ├── re_los.pbs
    │   ├── re_noise.pbs
    │   ├── re_quantization.pbs
    │   ├── re_reflector.pbs
    │   ├── re_subband.pbs
    │   ├── re_tx.pbs
    │   ├── scaling_reflector.pbs
    │   └── scaling_tx.pbs
    ├── re_csi.m
    ├── re_distance.m
    ├── re_irs.m
    ├── re_lc.m
    ├── re_los.m
    ├── re_noise.m
    ├── re_quantization.m
    ├── re_reflector.m
    ├── re_subband.m
    ├── re_tx.m
    ├── scaling_reflector.m
    ├── scaling_tx.m
    ├── setup.m
    └── tools
        ├── apply_group_style.m
        ├── apply_style.m
        ├── struct2variables.m
        └── variables2struct.m

21 directories, 135 files