Statistica
RANK
119.002
of 302.093
REPUTAZIONE
0
CONTRIBUTI
5 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
20.0%
VOTI RICEVUTI
0
RANK
of 178.893
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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=...
oltre 8 anni fa | 0 risposte | 0
0
risposteGetting 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.
Thank you. it worked.
oltre 8 anni fa | 0
Domanda
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=...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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=...
oltre 8 anni fa | 0 risposte | 0
0
risposteGetting 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...
oltre 8 anni fa | 0
Domanda
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. % ...
oltre 8 anni fa | 3 risposte | 0
