readme
来自「This a framework to test new ideas in tr」· 代码 · 共 28 行
TXT
28 行
Mimo==== It splits a stream into two sub-streams, and sends each sub-stream encodedwith a repetition-code (spreading) over a different antenna. On the receiverside, each antenna filters the corresponding sub-stream and puts themtogether.Overview--------The signal-flow is as follows: /- spreading - Ant_tx_1 \ / Ant_rx_1 - despreading -\Data < Channel >- sink \- spreading - Ant_tx_2 / \ Ant_rx_2 - despreading -/ In the channel, both sending antennas get mixed together to form the signalat each reception antenna. So, Ant_rx_1 = h11 * Ant_tx_1 + h12 * Ant_tx_2and Ant_rx_2 = h21 * Ant_tx_1 + h22 * Ant_tx_2 In this very simple example, the spreading-factor (the length of the repetitioncode) is chosen very big (8), so that no advantage from the MIMO can be taken.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?