![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8935346_1588448121140.png)
Junaid Qadir
Junaid Qadir currently a student at Department of Electronics Quaid-i-Azam University Islamabad. Junaid has started his research in Underwater Wireless Sensor Networks. He has much experience in the Computer software, Internet, Programming in Matlab, Simulation and Mathematical Modeling. Their current project is ' Depth and Noise Aware routing for Underwater Wireless Sensor Networks.' https://junaidqadirqau.wixsite.com/junaid
Python
Spoken Languages:
English
Pronouns:
He/him
統計
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
How to calculate RSSI across distance in free space mode?
Here you may go for RSSI calculation
3年以上 前 | ダウンロード 4 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/3f26a46d-894b-418b-9479-2f9265622314/fabb3e61-9b7a-4bab-8f0b-3bba5fe87386/images/1636500348.png)
送信済み
How to deploy sensor nodes in wireless sensor network (3D)
This is a short and simple MATLAB code for deploying the sensor nodes in wireless sensor networks.
3年以上 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/31fa7d70-f260-4da8-9f8b-8ebb7146c4ce/1d11e022-4f8e-4a7e-86d9-6e1b29a40486/images/1632255066.png)
質問
How can I color the specific region of the image?
Hi! I want to change the color of specific region in an image. The background color should be different from the eyes color of ...
5年弱 前 | 0 件の回答 | 0
0
回答質問
How to plot sound wave speed in water?
Hi respected experts, I wanna plot the speed of acoustic waves in water accross the depth. Here is below the detail: Acousti...
5年以上 前 | 1 件の回答 | 0
1
回答質問
How to plot absorption of sound waves in seawater and boric acid?
Please provide a Matlab code for the figure below.
5年以上 前 | 1 件の回答 | 0
1
回答how do i use link budget in MATLAB ?
clc; close all; clear all; % Boltzman Constant K = -228dBW/K/hz % Satellite at 40,000Km distance from Earth station % S...
5年以上 前 | 1
質問
How to send data from one node to other node?
Let suppose I have two nodes in a network. So how the pakcet is transmitted from one node to other node? An example is sketched...
6年弱 前 | 0 件の回答 | 0
0
回答質問
How to magnify the subplot inside the same plot in Matlab?
figure plot(round(1:100:end), DEAD_DBR(1:100:end),'r--o','LineWidth',2) xlabel('Rounds') ylabel('Number of Dead nodes') titl...
6年弱 前 | 1 件の回答 | 0
1
回答How do I get a zoomed portion of a plot inside a plot, to enhance the visualization?
How can I zoom the subplot within same plot?
6年弱 前 | 1
bar plot, value on top
Please Try this code, Hope your problem will be solved. Best of luck clc clear all close all x = [1 2 3 4 ...
約6年 前 | 2
bar plot, value on top
@ Andrei Bobrov I really appreciate your experience. Thank You so much you solved my problem. Keep help with the needy peoples. ...
約6年 前 | 1
calculating average value for matrix
clc close all clear all N=9; M=5; Accum=zeros(M,1); for i= 1:N x=i+1; %x= randn(M,1); Acc...
7年弱 前 | 0
how to find Shortest path from source to destination in wireless sensor networks using matlab?
You can use the Euclidean distance formula to find the nearest neighbor node.
7年弱 前 | 0
質問
how can i solve the error? >> f_function Error: File: f_function.m Line: 1 Column: 29 Unbalanced or unexpected parenthesis or bracket
function y = f_function(rand(1,1)*depth,neighboure_Noise(p)) y=(1/rand(1,1)*depth*neighboure_Noise(p)); end ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
how can i calculate underwater Noise for Sensor Nodes?
Underwater Wireless Senosr Networks
7年以上 前 | 0 件の回答 | 0
0
回答質問
please solve problem index increase matrix dimension.
%%% Total energy consumption NumberOfNodes=225; Etotal_DBR=0; et=0 plot(NumberOfNodes(1:10:end),Etotal_DBR(1:2...
7年以上 前 | 1 件の回答 | 0