Feeds
質問
how to design a microstrip patch antenna using matlab ?
c = 3*10^8; m = 1; n = 1; pp = 1; E = 12.8; a = 10*10^-3:0.1*10^-3:30*10^-3; b = 10*10^-3; d = 10*10^-3; f = zeros(1,l...
約3年 前 | 0 件の回答 | 0
0
回答回答済み
what is simple stop and wait protocol ? Can you please share the code also.
clear all; close all; clc; n=200; service=zeros(n,1); arrival=zeros(n,1); lam=5; %change lamda from here u=2; ...
what is simple stop and wait protocol ? Can you please share the code also.
clear all; close all; clc; n=200; service=zeros(n,1); arrival=zeros(n,1); lam=5; %change lamda from here u=2; ...
約3年 前 | 0
回答済み
what is simple stop and wait protocol ? Can you please share the code also.
close all; clear all; clc; n=10; w=3; while w>=n w=input('Invalid Window size - Cannot be bigger than or equa; to numb...
what is simple stop and wait protocol ? Can you please share the code also.
close all; clear all; clc; n=10; w=3; while w>=n w=input('Invalid Window size - Cannot be bigger than or equa; to numb...
約3年 前 | 0
回答済み
what is simple stop and wait protocol ? Can you please share the code also.
close all; clear all; clc; n = 10; %number of frames i = 1; while i<n fprintf('Transmitting frame %d\n',i); s = r...
what is simple stop and wait protocol ? Can you please share the code also.
close all; clear all; clc; n = 10; %number of frames i = 1; while i<n fprintf('Transmitting frame %d\n',i); s = r...
約3年 前 | 0
質問
what is simple stop and wait protocol ? Can you please share the code also.
please explain simple stop and wait protocol
約3年 前 | 3 件の回答 | 0