photo

Ankur Soni


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
2 답변

순위
119,002
of 302,093

평판
0

참여
5 질문
2 답변

답변 채택
20.0%

획득한 표
0

순위
 of 21,541

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 178,893

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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=...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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=...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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=...

8년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
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...

8년 초과 전 | 0

질문


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. % ...

8년 초과 전 | 답변 수: 3 | 0

3

답변