📄 generate_relay_structure.m
字号:
function [relay_structure] = generate_relay_structure();
% Creates the structure for all relay parameters
rx_structure = generate_rx_structure;
relay_structure = struct(...
'mode',{},... % 'AAF' (Amplify and Forward)
... 'DAF' (Decode and Forward)
...'RCPC' (Rate-Compatible Punctured Convolutional codes)
'magic_genie',{},... % 'Magic Genie
'amplification',{},... % used in AAF mode
'symbol_sequence',{},... % used in DAF mode
'signal2send',{},... % Signal to be send
'rx',struct(rx_structure)); % Receiver
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -