ifft integer matlab cyclic prefix
Show older comments
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.
Answers (0)
Categories
Find more on Communications Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!