I'm working on wireless sensor network using particle swarm optimization. But unable to write random deployment of sensor network and calculating its coverage area using probabilistic model
You can create your script for the sensor. Only adding noise (not necessarily gaussian) to each sensor in the network for the dynamic model.
You can define random r and theta, for example N users in a Circular area with radius R and a uniform distribution for users:
r=R*rand(1,N);
theta=2*pi*rand(1,N);
i=1:N %user number
%location of each user:
x(1,i)=r(1,i)*cos(theta(1,i));
y(1,i)=r(1,i)*sin(theta(1,i));
%D, coverage range
If |r(1,i)-r(1,j)|
I would like to create a small guide containing the meanings of the names .. Thanks to everyone who cooperates with me in achieving it.
03 March 2021 5,266 4 View
I have dataset which shows the length of power lines. I need to classify the lines based on the line length. Is there a rule to classify the High voltage (HV) and low voltage (LV) lines based on...
03 March 2021 4,116 4 View
Dear all, I just saw this example in FB on the difference between laminar flow and turbulent flow. The flow from a pipe hits the sink and scattered. The flow from the pipe is characterized as...
02 March 2021 1,999 5 View
Preference in terms of the scientific aspect
28 February 2021 796 2 View
I build a model of 4 regression equations (probit and OLS) in R studio. I need to take the weights of observations into consideration. While it is simple to do so for every regression equation,...
27 February 2021 1,233 1 View
There is huge pressure of getting good impact factor on scholars now a days. On the other hand Taxonomy is a very dry subject and the concerned papers can only get citation in same group of organism.
26 February 2021 5,851 1 View
I am working on TiO2 composite material and the results of XRD have a lot of small/junk peaks and while I apply a smooth filter in Origin then the other characteristics peaks disappear so anyone...
26 February 2021 8,183 3 View
While performing the Linear regression analysis in SPSS version 26.0.0. my intermediate/mediation variable goes to the excluded section. Please share your valuable suggestion "How to restrain the...
25 February 2021 4,591 5 View
i have frequencies of bridge that are effected by mass of vehicle. the problem is when any vehicle pass the bridge it would add the its mass to the bridge mass ultimately mass of the bridge will...
22 February 2021 10,004 3 View
For my research, I would like to simulate an end to end 5G network. My goal is to observe the behaviour of SDAP protocol, dynamic configuration of 5QI values etc. To summarize I would like to...
21 February 2021 7,624 3 View
Hi Community, I'm facing the issue of integration/compiling a new routing protocol in a WSN simulator. The final goal is to successfully add, configure this routing protocol in hardware devices...
01 March 2021 9,332 6 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
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
Hello researchers, Hello Castalia3.2 researchers I am a beginner with Castalia, I work on optimization of RFID systems used in wireless body networks. I simulated a WBAN with 10 nodes and one...
28 February 2021 400 1 View
I am trying to obtain the response and recovery times for my gas sensor device. It appears the the response/recovery times are primarily dependant on the flow rate of the gas I inject into the...
26 February 2021 1,511 3 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
Does data from contact tracing help in establishing patterns of behavior and social interactions that lead to infections? There are cases here in the Philippines where patients have no travel...
25 February 2021 9,002 13 View
I do need the Matlab code of Fractal Discrete Cosine Transform (FDCT). Can anyone who has already implement this code, help me with the implementation of this transform?
24 February 2021 5,602 2 View
Hi Hope you are well. Can you please share your code for D2D implementation in Matlab. I want to implement D2D in Matlab based Vienna simulator and struggling to deploy D2D. Thanks
24 February 2021 9,378 3 View