How can i send signal from relay with delay ,i.e send x1 and after finish transmit ,we will send x2
Show older comments
start x1=[101010100]; x2=[101001010];
At relay
at for t1 = 1 : length(x1);
send x1;
then after delay
send x2;
end
Answers (0)
Categories
Find more on Signal Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!