ifft integer matlab cyclic prefix

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

类别

帮助中心File Exchange 中查找有关 Communications Toolbox 的更多信息

产品

标签

编辑:

2016-12-20

Community Treasure Hunt

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

Start Hunting!

Translated by