Azzera filtri
Azzera filtri

implementation of Time division multiple access in matlab

11 visualizzazioni (ultimi 30 giorni)
clc
clear all;
close all;
num_node=input('Enter number of node for network=');
No_of_time_slots=num_node;
Bandwidth=200; %Khz
time_slots_length=input('Enter the length of time slot');%seconds
Guard_interval=input('Enter the value of guard interval');
for i=1:1:No_of_time_slots
pause(time_slots_length);
a(i)=time_slots_length;
end
endclc;
This is the code i have written on my own. I need to know the corrections in it.
Regards
  7 Commenti
Jan
Jan il 22 Mar 2018
Modificato: Jan il 22 Mar 2018
How is the delay defined? Do you have any formula or definition?
For the implementation in Matlab, the terms "CSMA/CA" and "tdma" are confusing only. Remember, that the most readers of the forum do not work in your field of science. And for the actual code, all we need to know is the formula, which you should know, e.g. from your text book or homework question. You could search in WikiPedia also.
Momen AlManaseh
Momen AlManaseh il 7 Mag 2022
excuseme sir;
can you give me a short brief about your code, please?

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su WSNs in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by