matlab-simulate-wireless-network
Installation
SKILL.md
Wireless Network Simulation Fundamentals
Foundation patterns for system-level wireless simulation. Technology-specific skills build on these for node creation, connection configuration, and KPI extraction.
When to Use
- Creating system-level wireless network simulations with
wirelessNetworkSimulator - Adding traffic sources (
networkTrafficOnOff,networkTrafficFTP,networkTrafficVoIP,networkTrafficVideoConference) - Configuring node mobility (random waypoint, custom models)
- Logging events or IQ samples with
wirelessNetworkEventTraceror IQ logger - Visualizing traffic with
wirelessTrafficViewerand network layout withwirelessNetworkViewer - Scheduling actions during simulation with
scheduleAction - Running parametric sweeps over simulation parameters
- Writing PCAP files with
pcapWriteror technology-specific PCAP writers - Creating custom nodes by subclassing
wnet.Node - Registering event callbacks on wireless nodes