1 2 3 4 5 6 7 8
clc; close(); clear(); //page no 379 //prob no. 11.7 B=800*64; //Mb/s mprintf('Bandwidth= %i Mb/s or %i MB/s',B,B/8);