필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

i have data of 468 by 8 char type, I need to modulate it using qpsk modulator.

조회 수: 1 (최근 30일)
Sajid Sarwar
Sajid Sarwar 2018년 11월 7일
마감: MATLAB Answer Bot 2021년 8월 20일
srb =
468×8 char array
'11111110'
'00000000'
'00000000'
'00000001'
'00000000'
'00000000'
'00000000'
'00000001'
'00000000'
'00000000'
'00000001'
'00000000'
'00000000'
... 400+ rows here
'00000000'
'00000000'
'00000001'
'00000000'
'00000000'
'11111111'
'11111111'
'00000000'
qpskMod = comm.QPSKModulator('BitInput',true);
qpskTx = qpskMod(srb);
and got the following error
"Changing the data type on input 1 is not allowed without first calling the release() method."
kindly guide me
  댓글 수: 2
Stephen23
Stephen23 2018년 11월 7일
@Sajid Sarwar: today I formatted your code for you. In future you can do it yourself: select the code text, click the {} Code button, ensure an empty trailing line.
Also note that posting nearly 500 lines of a numeric vector is likely to discourage people from reading your question.
Guillaume
Guillaume 2018년 11월 7일
편집: Guillaume 2018년 11월 7일
Is this a follow up to your previous question whose current answer is almost certainly not what you're after?

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by