ankanna
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
78.441
of 294.438
REPUTACIÓN
0
CONTRIBUCIONES
16 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.114
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 151.708
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
how to create matrix with coordinates and calculate distance?
ok sir thank you for your quick response
alrededor de 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...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
how to calculate interference?
o node1 node 2 o o node 3 if the above figure three nodes ...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
how to caculate distance?
o node1 node 2 o o node 3 if the above figure three nodes a...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 .*...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
how to create matrix?
node = 3; i want this matrix logically 0 1 1 1 0 1 1 1 0 please help to g...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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; ...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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; ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 =...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
how to create a matrix in matlab?
L12 L13 L23 0 0 0 0 0 1 0 1 0 0 1 1 1 ...
más de 3 años hace | 3 respuestas | 0
3
respuestasPregunta
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; ...
más de 3 años hace | 1 respuesta | 0