Estadística
5 Preguntas
2 Respuestas
CLASIFICACIÓN
119.002
of 302.067
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.528
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 178.617
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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=...
más de 8 años hace | 0 respuestas | 0
0
respuestasGetting 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.
más de 8 años hace | 0
Pregunta
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=...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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=...
más de 8 años hace | 0 respuestas | 0
0
respuestasGetting 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...
más de 8 años hace | 0
Pregunta
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. % ...
más de 8 años hace | 3 respuestas | 0
