필터 지우기
필터 지우기

implementation of Time division multiple access in matlab

조회 수: 11 (최근 30일)
Niharika Pantawane
Niharika Pantawane 2018년 3월 21일
댓글: Momen AlManaseh 2022년 5월 7일
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
Jan
Jan 2018년 3월 22일
편집: Jan 2018년 3월 22일
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 2022년 5월 7일
excuseme sir;
can you give me a short brief about your code, please?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 WSNs에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by