Mercurial > hg > ltpda
diff m-toolbox/html_help/help/ug/objects_intro.html @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/m-toolbox/html_help/help/ug/objects_intro.html Wed Nov 23 19:22:13 2011 +0100 @@ -0,0 +1,164 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> + +<html lang="en"> +<head> + <meta name="generator" content= + "HTML Tidy for Mac OS X (vers 1st December 2004), see www.w3.org"> + <meta http-equiv="Content-Type" content= + "text/html; charset=us-ascii"> + + <title>Introducing LTPDA Objects (LTPDA Toolbox)</title> + <link rel="stylesheet" href="docstyle.css" type="text/css"> + <meta name="generator" content="DocBook XSL Stylesheets V1.52.2"> + <meta name="description" content= + "Presents an overview of the features, system requirements, and starting the toolbox."> + </head> + +<body> + <a name="top_of_page" id="top_of_page"></a> + + <p style="font-size:1px;"> </p> + + <table class="nav" summary="Navigation aid" border="0" width= + "100%" cellpadding="0" cellspacing="0"> + <tr> + <td valign="baseline"><b>LTPDA Toolbox</b></td><td><a href="../helptoc.html">contents</a></td> + + <td valign="baseline" align="right"><a href= + "userguide.html"><img src="b_prev.gif" border="0" align= + "bottom" alt="User Guide"></a> <a href= + "object_types.html"><img src="b_next.gif" border="0" align= + "bottom" alt="Types of User Objects"></a></td> + </tr> + </table> + + <h1 class="title"><a name="f3-12899" id="f3-12899"></a>Introducing LTPDA Objects</h1> + <hr> + + <p> + <p> + The LTPDA toolbox is object oriented and as such, extends the MATLAB object types to many others. All data processing is + done using objects and methods of those classes. +</p> +<p> + For full details of objects in MATLAB, refer to <a href="matlab:web(['jar:file:///' matlabroot '/help/techdoc/help.jar!/matlab_oop/ug_intropage.html'])">MATLAB Classes and Object-Oriented Programming</a>. +</p> +<a name="classes" id= "classes"><h3 class="title">LTPDA Classes</h3></a> + +<p> + Various classes make up the object-oriented infrastructure of LTPDA. The figure below shows all the classes in LTPDA. + All classes are derived from the base class, <tt>ltpda_obj</tt>. The classes then fall into two main types deriving + from the classes <tt>ltpda_nuo</tt> and <tt>ltpda_uo</tt>. +</p> +<br> + <img src="images/objects_class_diagram.png" alt="LTPDA classes"> +<br> +<p> + The left branch, <tt>ltpda_nuo</tt>, are termed 'non-user objects'. These + objects are not typically accessed or created by users. The right branch, <tt>ltpda_uo</tt>, are termed 'user objects'. + These objects have a 'name' and a 'history' property which means that their processing history is tracked through all + LTPDA algorithms. In addition, these 'user objects' can be saved to disk or to an LTPDA repository. +</p> +<p> + The objects drawn in green are expected to be created by users in scripts or on the LTPDA GUI. +</p> + + + <p>Details of each class are given in:</p> + + <table border="1" cellpadding="2" width="30%" bgcolor="#DDDDDD"> + <tr valign="top"> + <td><a href="class_desc_ao.html">analysis object class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_ssm.html">statespace model class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_rational.html">rational class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_parfrac.html">partial fraction class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_pzmodel.html">pole/zero model class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_miir.html">iir filter class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_mfir.html">fir filter class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_timespan.html">timespan class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_plist.html">parameter list class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_specwin.html">spectral window class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_time.html">time class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_pz.html">pole/zero class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_minfo.html">method info class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_history.html">history class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_provenance.html">provenance class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_param.html">parameter class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_unit.html">unit class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_cdata.html">constant data class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_xydata.html">xy data class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_tsdata.html">time-series data class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_fsdata.html">frequency-series data class</a></td> + </tr> + <tr valign="top"> + <td><a href="class_desc_xyzdata.html">xyz data class</a></td> + </tr> + </table> + + </p> + + <br> + <br> + <table class="nav" summary="Navigation aid" border="0" width= + "100%" cellpadding="0" cellspacing="0"> + <tr valign="top"> + <td align="left" width="20"><a href="userguide.html"><img src= + "b_prev.gif" border="0" align="bottom" alt= + "User Guide"></a> </td> + + <td align="left">User Guide</td> + + <td> </td> + + <td align="right">Types of User Objects</td> + + <td align="right" width="20"><a href= + "object_types.html"><img src="b_next.gif" border="0" align= + "bottom" alt="Types of User Objects"></a></td> + </tr> + </table><br> + + <p class="copy">©LTP Team</p> +</body> +</html>