I need the Newman's benchmarks to test my algorithm. Please give a link to get it. The Matlab or C/C++ are preferential.
This is my codes for the GN benchmark.
function [A]=B128(Zout)
A=zeros(128,128);
Label=[ones(32,1);2*ones(32,1);3*ones(32,1);4*ones(32,1)];
Node=1:128;
C=[Node',Label];
pin=(16-Zout)/31;
pout=Zout/96;
R=nan*ones(8500,2);
t=1;
for i=1:4
SN=Node(C(:,2)==i);
DN=Node(C(:,2)~=i);
for j=1:32
SNp=SN(SN~=SN(j));
S=[DN,SNp];
for m=1:127
T=[SN(j),S(m)];
a=Chong(T,R);
if a==1
test=rand(1);
if m
I'm targeting to deploy a mesh network and manually configure MANET routing protocols. I'm preparing scenarios, architectures, and hard devices needed to do that. Are there some step-by-step...
03 March 2021 1,931 5 View
Is there a powerful system for the security of the systems distributed on IoT systems?
02 March 2021 3,858 10 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
Hello, Could you please share any interesting research explaining how to choose the number of hidden layers and nodes per layer in case of regression problems using ANN? Thank you, any help would...
01 March 2021 6,200 3 View
I'm Juan Carlos, a high school student who is working with electropinning, I made an electropinning machine with a 21g needle and a 30kv high voltage source and the distance between my needle is...
28 February 2021 298 3 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View
I am working on creating deep neural network on geospatial dataset and wanted to know how to do the sampling so that I can increase the presence of solar panels in the images. I cannot use entire...
25 February 2021 3,936 6 View
I am required to learn about Flyback converters and I got stuck not knowing to full design of the power supply flyback converter Based USB Charger Model using Simulink, especially the design model...
25 February 2021 5,435 2 View
Hello ! In a work, I have to benchmark different algorithms to fill in missing values in time series. I insist on the fact that this is imputation and not forecasting. In my case, I have access...
24 February 2021 7,470 7 View