-
Notifications
You must be signed in to change notification settings - Fork 8
/
Contents.m
23 lines (22 loc) · 1.07 KB
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Open Qsyn
% Version 0 3-March-2019
%
% Open source toolbox for QFT control synthesis
%
% Classes:
% qdesign - class that hosts all command related to siso loop shaping design
% qplant - class for plant description and related operations
% qspc - is class is used to generate and store specificstions
% qtpl - QFTTPL Summary of this class goes here
% qblackbox - subclass of the qplant class, represent black box plants
% qexpression - class represents mathmatical expressions of qpar objects
% qfr - class for frequency response data
% qlti - deprecated class for lti models - depricated
% qpar - class for reprensenting a single uncertain parameter in qpenQsyn.
% qpoly - class for polynomials containing qpar and/or qexpression objects
% qsys - class used to decribe a system composed of at least one qplant
%
% Important Functions:
% oqsyn_ini - initiates OpenQsyn
%
% <a href="doc\html\landingPage.html">Open Qsyn Documentation</a>