setupgui.m

来自「本程序实现了OFDM系统详尽的方针」· M 代码 · 共 11 行

M
11
字号
% SetupGUI.m sets up the basicGUI variables

% Initialize the appropriate setup.m variables
fft_size = 64;
num_carriers = 4;
input_type = 1; test_input_type = 1;
channel_on = 0;
do_QAM = 0;
data_samples = [0 0 0 1 1 0 1 1];	% data to be transmitted
data_in = data_samples;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?