Community Profile

photo

ankanna


Last seen: 3年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

回答済み
how to create matrix with coordinates and calculate distance?
ok sir thank you for your quick response

3年弱 前 | 0

質問


how to calculate interference?
n = 3; ri=0.9 source = 1; destination = 3; Link=(n*(n-1))/2; c=2^Link; NN = toeplitz(Link+1:-1:2) mask = logical(fliplr(di...

3年弱 前 | 0 件の回答 | 0

0

回答

質問


how to create matrix with coordinates and calculate distance?
n = 3; ri=0.9 source = 1; destination = 3; Link=(n*(n-1))/2; c=2^Link; NN = toeplitz(Link+1:-1:2) mask = logical(fliplr(di...

3年弱 前 | 2 件の回答 | 0

2

回答

質問


how to calculate interference?
o node1 node 2 o o node 3 if the above figure three nodes ...

3年弱 前 | 0 件の回答 | 0

0

回答

質問


how to caculate distance?
o node1 node 2 o o node 3 if the above figure three nodes a...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


how to generate path matrix?
n=3;ri=0.9;lamda=0.7; config = dec2bin(0:2.^L-1)-'0'; 12 13 23 0 0 0 0 0 1 ...

約3年 前 | 0 件の回答 | 0

0

回答

質問


how to generate code?
n = 3; ri=0.9;lamda=0.7; config = dec2bin(0:2.^L-1)-'0'; nl = sum(config,2); nu = n-nl; P = lamda.^nl .* (1-lamda).^nu; no...

約3年 前 | 0 件の回答 | 0

0

回答

質問


how to evaluate?
n= 3;ri=0.9; L=(n*(n-1))/2; configuration = dec2bin(0:(2^L-1))-'0'; source n=1; destination n=3; m = limit on intermediate ...

約3年 前 | 1 件の回答 | 0

1

回答

質問


how to generate?
format long g nodes = 10; lamda = 0.7; bits = dec2bin(0:2^nodes-1)-'0'; nl = sum(bits,2); nu = nodes-nl; P = lamda.^nl .*...

約3年 前 | 1 件の回答 | 0

1

回答

質問


how to create matrix?
node = 3; i want this matrix logically 0 1 1 1 0 1 1 1 0 please help to g...

約3年 前 | 2 件の回答 | 0

2

回答

質問


how to generate code?
procedure to simulate link status algarithm. for i = 1,2,...,n for j = i+1,...,n test - select random number from uniform dis...

約3年 前 | 0 件の回答 | 0

0

回答

質問


how to write algorithm for code?
node = 3; Link = (node-1)*node/2 NN = toeplitz(Link+1:-1:2); mask = logical(fliplr(diag(ones(1,Link-1),-1))); NN(mask) = 1; ...

約3年 前 | 0 件の回答 | 0

0

回答

質問


how to generate code ?
node = 3; Link = (node-1)*node/2 NN = toeplitz(node+1:-1:2); mask = logical(fliplr(diag(ones(1,node-1),-1))); NN(mask) = 1; ...

約3年 前 | 1 件の回答 | 0

1

回答

質問


solution for algorithm to link status?
nodes = 3; m = 0.7 for i = 1:nodes for j = i+1:nodes test = unifrnd(0,1) if ni = 1 nj = 1:nodes...

約3年 前 | 1 件の回答 | 0

1

回答

質問


how to simulate link status
for i = 1,2,...,n for j = i+1,...,n test - select random number from uniform distribution between (0,1) if (test<=;λ∩ni =...

約3年 前 | 0 件の回答 | 0

0

回答

質問


how to create a matrix in matlab?
L12 L13 L23 0 0 0 0 0 1 0 1 0 0 1 1 1 ...

約3年 前 | 3 件の回答 | 0

3

回答

質問


How binary Random number generation upto n nodes ?
i was do this clc; clear all; close all; % Link is (n-1)*node/2 node = 3; offset = 1; L = (node-offset)*node/2; c =2^L; ...

約3年 前 | 1 件の回答 | 0

1

回答