Skip to Main Content
Simulation Technologies in Networking and Communications
book

Simulation Technologies in Networking and Communications

by Al-Sakib Khan Pathan, Muhammad Mostafa Monowar, Shafiullah Khan
October 2014
Intermediate to advanced content levelIntermediate to advanced
648 pages
25h 35m
English
CRC Press
Content preview from Simulation Technologies in Networking and Communications
529Implementation and Performance Analysis
in this work) and receiver parameters (e.g., BER tables for “BER_BASED” reception
model) are set, and the initialization function (i.e., “PhyUWEMInit”) is executed.
void PHY_CreateAPhyForMac(Node *node,...., int* phyNumber)
{
char buf[10*MAX_STRING_LENGTH];
...
thisPhy->phyModel = phyModel;
assert(phyModel = = PHY802_11a ||
...
phyModel = = PHY_LTE ||
phyModel = = PHY_UWEM);
...
//Set PHY-RX-MODEL
//No change on this part due to chosen BER-BASED model.
...
//PHY model initialization
switch(thisPhy->phyModel) {
#ifdef WIRELESS_LIB
case PHY802_11b:
case PHY802_11a: {
...
}
#endif//WIRELESS_LIB
#ifdef ADDON_UWEM
case PHY_UWEM: {
PhyUWEMInit(node, phyIndex, nodeInput);
break;
}
#endif//ADDON_UWEM ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Principles of Communication Systems Simulation with Wireless Applications

Principles of Communication Systems Simulation with Wireless Applications

K. Sam Shanmugan, Theodore S. Rappaport, William H. Tranter, Kurt L. Kosbar
Wireless Network Simulation: A Guide using Ad Hoc Networks and the ns-3 Simulator

Wireless Network Simulation: A Guide using Ad Hoc Networks and the ns-3 Simulator

Henry Zárate Ceballos, Jorge Ernesto Parra Amaris, Hernan Jiménez Jiménez, Diego Alexis Romero Rincón, Oscar Agudelo Rojas, Jorge Eduardo Ortiz Triviño

Publisher Resources

ISBN: 9781482225495