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
creates a networkSimulator
= wirelessNetworkSimulator.init()wirelessNetworkSimulator
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.
Properties
Object Functions
wirelessNetworkSimulator.getInstance | Get instance of wirelessNetworkSimulator object |
addNodes | Add nodes to simulation |
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
- Create, Configure, and Simulate Bluetooth BR Piconet (Bluetooth Toolbox)
- Bluetooth BR/EDR Data and Voice Communication with WLAN Signal Interference (Bluetooth Toolbox)
- Simulate Multiple Bluetooth BR Piconets with ACL Traffic (Bluetooth Toolbox)