关于 RIS 的元件大小

本文探讨了可重构智能表面(RIS)与传统大规模多输入多输出(MIMO)系统之间的区别,强调了RIS在无线通信中提供的更可靠、更密集的空间通信优势。通过将RIS上的元原子尺寸与MIMO天线阵列间距进行比较,揭示了RIS在实现视距(LOS)信道方面的能力,从而改善了与传统MIMO系统的通信质量。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

element size is different from MIMO

As [Asymptotic Optimality of Reconfigurable Intelligent Surfaces: Passive Beamforming and Achievable Rate] reported, we know:

In principle, the electrical size of the unit reflecting elements (i.e., meta-atoms) deployed on RIS is between λ/8 and λ/4, where λ is a wavelength of radio frequency (RF) signal [5].
Note that conventional large antenna-array systems, such as a massive multiple-input and multiple-output (MIMO) and MIMO relay system, typically require antenna spacing of greater than λ/2 [3]. Therefore, an RIS can provide more reliable and space-intensive communications compared to conventional antennaarray systems as clearly explained in [2]–[4].


  • [Reliability Analysis of Large Intelligent Surfaces (LISs): Rate Distribution and Outage Probability]
    An LIS system enables the desired channels to become line-of-sight (LOS) channels, resulting in more reliable and space-intensive communications compared to conventional massive multiple-input multipleoutput (MIMO) systems.
    For an overview on how LIS differs from massive MIMO, see [3]–[7].

  • [Intelligent Reflecting Surface vs. Decode-and-Forward: How Large Surfaces Are Needed to Beat Relaying?]
    Each element has a smaller size than the wavelength, thus it scatters the incoming signal with approximately constant gain in all directions of interest.

  • A metasurface is a planar, artificial structure which comprises a repeated element, the meta-atom, over a substrate. In most usual compositions, the meta-atom is conductive and the substrate is dielectric. Common choices are copper over silicon, while silver and gold constitute other exemplary conductors [A. Y. Zhu et al., “Traditional and emerging materials for optical metasurfaces,” Nanophotonics, vol. 6, no. 2, 2017.].
    More exotic approaches employ graphene, in order to interact with THz-modulated waves [S. H. Lee et al., “Switching terahertz waves with gate-controlled active graphene metamaterials,” Nature Materials, vol. 11, no. 11, pp. 936–941, 2012.]. Metasurfaces are able to control EM waves impinging on them, in a frequency span that depends on the overall dimensions. The size of the meta-atom is comparable to the intended interaction wavelength, λ λ λ, with λ / 2 λ/2 λ/2 constituting a common choice. The thickness of the metasurface is smaller than the interaction wavelength, ranging between λ / 10 → λ / 5 λ/10 → λ/5 λ/10λ/5 as a rule of a thumb. Metasurfaces usually comprise several hundreds of meta-atoms, which results into fine-grained control over the EM interaction control. In general, a minimum size of approximately 30×30 meta-atoms is required to yield an intended EM interaction [H.-T. Chen, A. J. Taylor, and N. Yu, “A review of metasurfaces: physics and applications,” Reports on progress in physics. Physical Society (Great Britain), vol. 79, no. 7, p. 076401, 2016.].

### 如何在Simulink中实现RIS通信系统建模与仿真 #### 创建新的Simulink模型 为了构建基于RIS的通信系统,在MATLAB环境中启动一个新的Simulink项目。通过`File>New>Model`命令创建空白画布用于设计。 #### 添加必要的模块库 对于RIS特定功能,需引入Communications Toolbox Library中的组件来支持物理层操作[^1]。这些工具箱提供了丰富的预定义模块,有助于简化复杂无线信道环境下的信号处理流程开发工作。 #### 构建发射机部分 利用Source Blocks生成所需调制波形作为输入给后续环节;接着加入Modulator Libraries里的相应算法完成数据编码映射过程。例如采用QPSK方式进行数/模转换前的信息准备阶段设置[^2]。 ```matlab % 设置参数并初始化变量 modulationOrder = 4; % QPSK modulation order dataBitsPerSymbol = log2(modulationOrder); numSymbols = 10^3; txDataIn = randi([0 1], numSymbols*dataBitsPerSymbol, 1); % 调用函数执行QPSK调制 qpskModulatedSignal = pskmod(txDataIn, modulationOrder, pi/4); ``` #### 设计接收端架构 同样依据实际需求挑选合适的Demodulators解码接收到的数据流,并考虑噪声干扰等因素的影响程度合理配置AWGN Channel Model等元件特性参数以模拟真实场景下传输链路状况[^3]。 #### 集成RIS控制逻辑 针对反射单元状态切换机制,则可通过自定义S-Function编写专属程序代码片段嵌入到现有框架之中,从而达到灵活调整各相位偏移量的效果,进而优化整体性能表现指标如误比特率(BER)[^4]。 ```matlab function y = sfun_ris_control(t,x,u,flag) switch flag, case 0,% Initialization mode %# Initialize your RIS control parameters here case 3,% Output function call at each time step %# Implement the phase shift calculation based on input signal u and output it as y end ``` #### 运行仿真测试 最后保存整个工程文件以便日后重复使用或分享交流学习成果。点击Run按钮开始迭代计算直至结束条件满足为止,期间可以观察Scope窗口内显示的关键节点处电压电流变化趋势图线辅助分析判断系统行为特征是否符合预期目标设定范围之内[^5]。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值