[[TracNav(WARPLab7/TOC)]] = MATLAB Classes = A typical WARPLab experiment script contains a collection of {{{Node}}} objects and a single {{{Trigger}}} object. [[Image(typical.png,width=800)]] Attached to each {{{Node}}} is a number of different submodules: {{{Baseband}}}, {{{Interface Group}}}, {{{Transport}}}, and {{{User Extension}}}. Each of these modules are objects from different MATLAB classes. This document serves to explain each MATLAB class and what it is responsible for. === Node === [[Image(node.png,width=800)]] A {{{Node}}} is and object of the [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/classes/wl_node.m wl_node class]. === Trigger === [[Image(trigger.png,width=800)]] === Transport === [[Image(transport.png,width=800)]] === Interface === [[Image(interface.png,width=800)]] === Baseband === [[Image(baseband.png,width=800)]] == User Extension == [[Image(user.png,width=800)]]