wirelessNetworkSimulator
Download Required: To use wirelessNetworkSimulator,
        first download the Communications Toolbox Wireless Network Simulation Library add-on.
Description
The wirelessNetworkSimulator object simulates different
      wireless network scenarios with different types of wireless nodes. Use the Object Functions to add nodes
      to the simulator, interact with the nodes, schedule actions to perform during simulation, plug
      in custom channel models, and run simulations.
Creation
Description
networkSimulator = wirelessNetworkSimulator.initwirelessNetworkSimulator object with default property values.
          If the wirelessNetworkSimulator object
            networkSimulator already exists in the MATLAB® workspace, the function resets the object to its default state.
Note
By default, the wireless network simulator supports single-input single-output
              (SISO) scenarios. To simulate scenarios other than SISO, you must add a channel model
              by using the addChannelModel function.
Properties
Object Functions
| wirelessNetworkSimulator.getInstance | Get instance of wirelessNetworkSimulatorobject | 
| addNodes | Add nodes to simulator | 
| addChannelModel | Add custom channel or path loss model | 
| scheduleAction | Schedule action to perform during simulation | 
| cancelAction | Cancel scheduled action | 
| run | Run simulation | 
Examples
Version History
Introduced in R2022bSee Also
Objects
Topics
- Wireless Network Simulator
- Plug Custom Channel into Wireless Network Simulator
- Create, Configure, and Simulate Bluetooth BR/EDR Piconet (Bluetooth Toolbox)
- Bluetooth BR/EDR Data and Voice Communication with WLAN Signal Interference (Bluetooth Toolbox)
- Simulate Multiple Bluetooth BR/EDR Piconets with ACL Traffic (Bluetooth Toolbox)
