ifft integer matlab cyclic prefix

조회 수: 1 (최근 30일)
best16 programmer
best16 programmer 2016년 12월 20일
편집: Adam 2016년 12월 20일
x=ifft(modData).*sqrt(64); x1 = [x(:,end-Ncp+1:end) ,x];
i get this error :Subscript indices must either be real positive integers or logicals.
  댓글 수: 2
Adam
Adam 2016년 12월 20일
편집: Adam 2016년 12월 20일
So make sure the subscript indices are real positive integers or logicals! You haven't given any indication as to what most of the things are in that expression for us to know, but using the debugger you should be able to fix this very quickly.
best16 programmer
best16 programmer 2016년 12월 20일
the modData is modulated with qpsk, so it gives complex values,i want to add the cyclic prefix using the x1.it still given me the same error

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by