ifft integer matlab cyclic prefix
Mostrar comentarios más antiguos
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 comentarios
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
el 20 de Dic. de 2016
Respuestas (0)
Categorías
Más información sobre Communications Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!