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

📄 randhlp.m

📁 ADSP TOOLBOX: Version 2.0 and gui m-files
💻 M
字号:
function randhlp
% RANDHLP Help file for RANDGUI


% 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= 'RANDOM SIGNAL CONCEPTS';
    page1= ...                                          
        ['                                                 '
         ' This GUI illustrates random signal concepts.    ' 
         ' It plots the sum of random signals and their    '   
         ' histogram. You can edit values for number of    '
         ' signals, the signal length and number of bins.  '
         ' You can also select the noise distribution.     '
         '                                                 '
         ' The mean, STD and variance of the sum is shown  '
         ' in the signal measures area.                    '
         ' All plots and values for the signal measures    '
         ' are updated as edits are made.                  '
         '                                                 '
         ' You can, for example, see how the distibution   '
         ' of a sum of random signals tends to a Gaussian  '  
         ' (the central limit theorem).                    '];
 

    page2= ...                                          
        [' SPECIAL FEATURES                                ' 
         '                                                 '
         ' 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.   '
         '                                                 '
         '                                                 '
         ' M-FILE NAME:  randgui                           '];

    helpgui(tit_str,page1,page2);
 

⌨️ 快捷键说明

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