ifft integer matlab cyclic prefix

1 Ansicht (letzte 30 Tage)
best16 programmer
best16 programmer am 20 Dez. 2016
Bearbeitet: Adam am 20 Dez. 2016
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 Kommentare
Adam
Adam am 20 Dez. 2016
Bearbeitet: Adam am 20 Dez. 2016
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 am 20 Dez. 2016
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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by