Reuse 1
This commit is contained in:
parent
aa87a868a1
commit
b5525d0462
@ -53,6 +53,7 @@ public class AccessPoint {
|
|||||||
cell1.schedule();
|
cell1.schedule();
|
||||||
cell2.schedule();
|
cell2.schedule();
|
||||||
|
|
||||||
|
|
||||||
//simulation des interférences
|
//simulation des interférences
|
||||||
computeInterference();
|
computeInterference();
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ public class ResourceBlock {
|
|||||||
return user;
|
return user;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void setBandwidth(double bandwidth) {
|
public void setBandwidth(double bandwidth) {
|
||||||
this.bandwidth = bandwidth;
|
this.bandwidth = bandwidth;
|
||||||
}
|
}
|
||||||
|
@ -12,4 +12,5 @@ public class Reuse1 {
|
|||||||
cell.updateBandwidth(tick);
|
cell.updateBandwidth(tick);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user