Community Profile

photo

Ankur Soni


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Getting type name mismatch error while converting below code into c code via matlab coder feature
persistent chanObj; if isempty(chanObj) if ChannelType ==1 chanObj = comm.MIMOChannel('SampleRate',1000,'MaximumD...

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Question


In below code prmLTE used as structure to store related parameters and storing Nrb,Nrb_sc,Ndl_symb,contReg value but while executing this function what value i should give to structure prmLTE.
function y = REmapper_1Tx(in, csr, nS, prmLTE, varargin) %#codegen switch nargin case 4 pdcch=[]; pss=[]; sss=...

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Question


how to assign parameters to structure prmLTE in below fucntion
function y = REmapper_1Tx(in, csr, nS, prmLTE, varargin) %#codegen switch nargin case 4 pdcch=[]; pss=[]; sss=...

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Question


what value i should give to struct prmLTE in below code to run the fucntion.
function y = REmapper_1Tx(in, csr, nS, prmLTE, varargin) %#codegen switch nargin case 4 pdcch=[]; pss=[]; sss=...

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Answered
Getting message while converting following matlab code to c? This structure does not have a field 'numResources'; new fields cannot be added when structure has been read or used.
if i understand your answer correctly . did you means my code should begin like function p= prmsPDSCH(chanBW, contReg, mod...

ongeveer 6 jaar ago | 0

Question


Getting message while converting following matlab code to c? This structure does not have a field 'numResources'; new fields cannot be added when structure has been read or used.
function p= prmsPDSCH(chanBW, contReg, modType, varargin) % Returns parameter structures for LTE PDSCH simulation. % ...

ongeveer 6 jaar ago | 3 answers | 0

3

answers