Feeds
질문
I want to transmit an image using Simulink and USRP
function msg = genMsg %#codegen persistent msgBinRows msgBinCols msgBin; coder.extrinsic('imread'); % count; if isempt...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
help for using simulink and usrp
I want transmit an image using Simulink and USRP. I have the following code %if true function msg = genMsg persistent im...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
Hi, I want to transmit an image using Simulink and USRP. I have the following code. But when I run this code, MATLAB produces following error. How can ı fix this problem?
function msg = genMsg %#codegen persistent imgmatRows imgmatCols imgvec msgBin msgBinRows msgBinCols msgTmp; coder.extrinsi...
거의 13년 전 | 답변 수: 0 | 0
