Community Profile

photo

ankanna


Last seen: casi 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Respondida
how to create matrix with coordinates and calculate distance?
ok sir thank you for your quick response

casi 3 años hace | 0

Pregunta


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...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 ...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 .*...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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; ...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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; ...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 =...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 3 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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; ...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta