필터 지우기
필터 지우기

I want to do SC-FdMA modulation in MATLAB 2017a but when i open script, for its 'given example' in 'MATLAB 2017a help' I got error.

조회 수: 1 (최근 30일)
%% Perform SC-FDMA Modulation
% Perform SC-FDMA modulation of one subframe of random
% uniformly-distributed noise, using a 10MHz configuration.
%%
ue = struct('NULRB',50);
dims = lteULResourceGridSize(ue);
reGrid = reshape(lteSymbolModulate(randi([0,1],prod(dims)*2,1), ...
'QPSK'),dims);
waveform = lteSCFDMAModulate(ue,reGrid);
got following errors
Undefined function 'lteULResourceGridSize' for input arguments of type 'struct'.
Error in PerformSCFDMAModulationExample (line 7)
dims = lteULResourceGridSize(ue);
Kindly help to resolve the issue.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by