Info

This question is closed. Reopen it to edit or answer.

sir i want to pad 5 ones after 50 symbols repetedly,how to modify the code given below,please help me

1 view (last 30 days)
clc clear all; close all; cp=5; % create binary data symbols x=randi([0,1],1,100); %modulation m=qammod(x,16); tx = [ m ones(size(m,1), cp)] ;

Answers (0)

Community Treasure Hunt

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

Start Hunting!