mfd

所属分类:matlab编程
开发工具:matlab
文件大小:140KB
下载次数:92
上传日期:2010-04-13 00:49:13
上 传 者yanyanbit
说明:  MDF多变量频域设计工具箱,可方便的绘制格西高林圆及Nyquist曲线
(MDF multivariable frequency domain design tool, can easily draw the circle and Geshe Nyquist curve of the high forest)

文件列表:
mfd\abcpgchk.m (499, 2010-01-26)
mfd\aircmake.m (885, 2010-01-26)
mfd\alignf.m (598, 2010-01-26)
mfd\arc.m (409, 1993-02-01)
mfd\blkbdemo.m (6071, 1993-07-15)
mfd\blkbprep.m (10625, 2010-01-26)
mfd\calcdemo.m (6295, 1993-07-12)
mfd\chardemo.m (18610, 2010-01-26)
mfd\circ.m (1086, 1993-05-29)
mfd\clip.m (701, 2010-01-26)
mfd\comp.m (978, 1993-05-29)
mfd\contents.m (6574, 2010-01-26)
mfd\csort.m (2207, 2009-05-07)
mfd\demoprep.m (2890, 1993-07-11)
mfd\desktop.ini (46, 2010-01-26)
mfd\dirndemo.m (17632, 1993-07-14)
mfd\dmv2fr.m (3547, 1993-02-01)
mfd\dsgnprep.m (2307, 1993-07-11)
mfd\expd.m (1116, 1993-05-29)
mfd\eyef.m (1018, 1993-05-29)
mfd\facc.m (2286, 2010-01-26)
mfd\fadd.m (710, 1993-03-22)
mfd\faddf.m (484, 1993-04-04)
mfd\fadj.m (2165, 1993-05-30)
mfd\fblkb.m (3848, 1993-07-11)
mfd\fbrga.m (1776, 1993-07-11)
mfd\fcdom.m (1164, 1993-05-30)
mfd\fcgersh.m (684, 1993-05-29)
mfd\fcnmat.m (1394, 1993-02-01)
mfd\fcomp.m (873, 2009-05-07)
mfd\fcon.m (5801, 1993-07-11)
mfd\fcost.m (1092, 1993-05-30)
mfd\fcsod.m (770, 1993-05-29)
mfd\fdedmund.m (5201, 1993-07-11)
mfd\fdedmut.m (4704, 1993-07-11)
mfd\fdiag.m (1317, 1993-05-29)
mfd\fdisp.m (467, 1993-05-29)
mfd\fdly.m (646, 1993-02-06)
mfd\fedmunds.m (5104, 1993-07-11)
mfd\fedmutil.m (4545, 1993-07-11)
... ...

% README file for MULTIVARIABLE FREQUENCY DOMAIN TOOLBOX Version 2.4. % % 10 Jul 93 % % The MULTIVARIABLE FREQUENCY DOMAIN TOOLBOX requires MATLAB 4.0 and % the CONTROL SYSTEM TOOLBOX. % % ------------------------------------------------------------------ % % 1. DEMONSTRATIONS % % A demonstration file % % MFDDEMO.M % % is provided to illustrate some of the functions and design tools provided % in this toolbox. To run this demo, type `mfddemo' in MATLAB. % % ------------------------------------------------------------------ % % 2. UNLISTED .M FILES % % The following .M files do not appear in the Reference manual because % they do not warrant it % % DEMO FILES % % MFDDEMO.M MFD main menu for demonstration files % GENRDEMO.M MVFR generation demo % GENRDATA.MAT Data saved from GENRDEMO % CALCDEMO.M Calculation demo % MVPLDEMO.M Plotting demo % QUASDEMO.M Quasi-Classical design demo % CHARDEMO.M Characteristic Locus design demo % CHARDATA.MAT Data for CHARDEMO % BLKBDATA.MAT Data for BLKBDEMO % DIRNDEMO.M Direct Nyquist Array design demo % INVNDEMO.M Inverse Nyquist Array design demo % BLKBDEMO.M Multivariable block build and connection demo % MVDLIST.M List of main demo menu options called by MFDDEMO % DSGNDATA.MAT Frequency data for the design demos % % UTILITY FILES % % PSEUDINT.M Utility for FPSEUDO % PDSOLV.M Utility for FPSEUDO % FSVUT.M Utility for FSVAN and FSVANF % ABCPGCHK.M Checks A,B,C for pure gain form % FEDMUTIL.M Utility for FEDMUNDS % FDEDMUT.M Utility for FDEDMUND % % % REPAIR FILES for use in the event of loss of .MAT files % % GENRPREP.M Utility to rebuild GENRDATA.MAT % BLKBPREP.M Utility to rebuild BLKBDATA.MAT % DEMOPREP.M Utility to rebuild DEMODATA.MAT % DSGNPREP.M Utility to rebuild DSGNDATA.MAT % % Type these files or use HELP on the .M files for further information. % % ------------------------------------------------------------------ % % 3. CHANGES TO FILES FROM VERSION 2.0: % % CONTENTS.M is a new file, to exploit Matlab 4.0 `help'. % DIRNDEMO.M uses `unwrap' instead of `fixphase'. % FDEDMUT.M has had a bug fixed (so FDEDMUND works OK now), % and has been made Matlab 4.0 compatible. % FEDMUTIL.M has been made Matlab 4.0 compatible. % FMINIMUM.M replaces `fmin.m', to avoid name clash with Matlab. % MKNIC.M uses `unwrap' instead of `fixphase'. % MKPLOT.M has been made Matlab 4.0 compatible. % MVBODE.M now draws magnitude and phase plots in one figure % without waiting for user to strike a key. % MVTF2SS.M has been made compatible with Control Systems % Toolbox version 3. % PLOTBODE.M now draws magnitude and phase plots in one figure % without waiting for user to strike a key. % uses `unwrap' instead of `fixphase'. % PLOTNIC.M uses `unwrap' instead of `fixphase'. % % Most of the DEMONSTRATION files have been modified to make them % Matlab 4.0 compatible. % % ------------------------------------------------------------------- % % 4. INSTALLATION: % % To install the MULTIVARIABLE FREQUENCY DOMAIN TOOLBOX create a new % subdirectory on your working disc off the MATLAB toolbox directory. % Usually this will be TOOLBOX\MFD. % % [1] Copy all the files from the MULTIVARIABLE FREQUENCY DOMAIN TOOLBOX % to the new subdirectory. % % [2] Change the MATLABPATH environmental parameter to include this new % subdirectory (eg use `path' in file MATLABRC.M or in STARTUP.M). % % File revised by J.M.Maciejowski, 21 Dec 87, 29 May 93, 10 Jul 93. % % Copyright (c) 1***7 and 1993 by GEC Engineering Research Centre and % Cambridge Control Ltd. All Rights Reserved. % History: % This version created from the `readmemv.m' file created for version % 1.3, on 10.7.93, and revised on 16 Jul 93, by JMM. % MRN0016 MRN0019 MRN0020 MRN0021 MRN0024 MRN0028

近期下载者

相关文件


收藏者