Krishna gupta
2013년부터 활동
Followers: 0 Following: 0
Feeds
질문
how many function within a simulink block (matlab function block) i can define.
in case of converting matlab function to simulink block by using matlab function block ,how many function can i define in a sing...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
how to convert matlab program to simulink block.
i have matlab program code and i want to convert that to simulink block. is there any such mechanism . if so then guide me...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
if below is function for OSTBC-QPSK , then what are the modification should be made for OSTBC-8PSK.
function done = Space_Time_Coding_BER_Alamouti_split(nRx) done=0; nTx = 2; % Number of Tx antennas filename = ['Alamouti...
거의 13년 전 | 답변 수: 0 | 0
0
답변질문
i have code for BPSK,QPSK and 16-QAM as given below and i want to code it for 8-psk, what are changes i have to make to below code for 8-psk .
*THE CODE IS * function done = Space_Time_Coding_BER_Alamouti_split(nRx) done=0; nTx = 2; % Number of Tx antennas ...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
how can i debug below error in matlab .
help me .i am trying to run matlab code which is as below %------------modulation for n=1 at antenna 0------------------ ...
거의 13년 전 | 답변 수: 1 | 0