Statistiques
RANG
119 002
of 302 089
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
20.0%
VOTES REÇUS
0
RANG
of 21 539
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 178 760
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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=...
plus de 8 ans il y a | 1 réponse | 0
0
réponseGetting 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.
plus de 8 ans il y a | 0
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=...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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=...
plus de 8 ans il y a | 1 réponse | 0
0
réponseGetting 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...
plus de 8 ans il y a | 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. % ...
plus de 8 ans il y a | 3 réponses | 0
