⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ctsyshlp.m

📁 trabajos en matlab para verificar son muy buenos
💻 M
字号:
function ctsyshlp
% CTSYSHLP Help file for CTSYSGUI


% ADSP Toolbox: Version 2.0 
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PWS Publishing Co.
%
% Ashok Ambardar, EE Dept. MTU, Houghton, MI 49931, USA
% http://www.ee.mtu/faculty/akambard.html
% e-mail: akambard@mtu.edu
% Copyright (c) 1998


%============================================================
    tit_str= 'CT SYSTEM RESPONSE';
    page1= ... 
        ['                                                 '
         ' This GUI plots the response of CT systems.      '  
         ' Use the signal pop-up to select a signal.       '      
         ' Edit its values and press ADD to accept.        '
         '                                                 '
         ' To EDIT an added signal click on the item in    '
         ' in the components area to highlight it. Then,   '
         ' edit its values and click on the item AGAIN.    '
         ' To DELETE a signal component, highlight it      '
         ' and press the delete button.                    '
         '                                                 '
         ' Plots are updated as signal values are edited.  '         
         '                                                 '
         ' Edit the numerator and denominator coefficient  '
         ' arrays of the system transfer function (or the  '
         ' coefficient arrays of the RHS and LHS of the    '
         ' difference equation, respectively).             '
         ' Edit the initial conditions, if nonzero.        '
         ' Activate RESPONSE button to plot response.      '];
 

    page2= ...                                          
        [' SPECIAL FEATURES                                ' 
         ' SYMBOLIC EXPRESSION for the response is         '
         ' shown in the yellow status-bar (and plotted)    '
         ' if GENERAL FORM is used for input signal.       '
         '                                                 '
         ' CURSOR: Turn it on and then move and click      '
         ' the mouse button inside a plot to activate.     '
         ' The co-ordinates of the mouse are displayed in  '
         ' the upper right corner as you move the mouse.   '
         '                                                 '
         ' You can enter workspace variables into the      '
         ' numerator, denominator, IC  fields and the      '
         ' MATLAB expression for the input if prefixed     '
         ' by W. For example, the variable name xyz        '
         ' must be entered as Wxyz                         '
         '                                                 '
         '                                                 '
         ' M-FILE NAME:  ctsysgui                          '];

    helpgui(tit_str,page1,page2);
 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -