function representacion_resultados(xmax,ymax,p_tx,potencia,resolucion) %Función que representa gráficamente los resultados del simulador de %coberturas figure(2); hold on; axis([0 xmax 0 ymax]); x=[0:resolucion:xmax]; y=[0:resolucion:ymax]; [x,y]=meshgrid(x,y); title('Potencia (dBm)') %Representa potencia potencia=potencia'; %mesh(x,y,potencia); surface(x,y,potencia); shading interp colorbar; %Representa el transmisor x_tx=p_tx(1); y_tx=p_tx(2); plot(x_tx,y_tx,'k*','Linewidth',2,'MarkerSize',10); %Represento facetas pinta_facetas(resolucion,1,xmax,ymax); end e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


SIMULADOR DE COBERTURA PARA REDES DE ALTA FRECUENCIA EN INTERIORES

: Arce Portillo, Javier
: Ingeniería Telecomunicación
Contenido del proyecto: