Changes between Version 6 and Version 7 of WARPLab/Reference/Architecture/Classes


Ignore:
Timestamp:
Mar 27, 2013, 2:34:50 PM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Reference/Architecture/Classes

    v6 v7  
    11[[TracNav(WARPLab7/TOC)]]
    2 = Matlab Classes =
     2= MATLAB Classes =
    33
    44A typical WARPLab experiment script contains a collection of {{{Node}}} objects and a single {{{Trigger}}} object.
     
    66[[Image(typical.png,width=800)]]
    77
    8 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.
     8Attached 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.
    99
    1010=== Node ===