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

📄 demos.m

📁 有关matlab的电子书籍有一定的帮助希望有用
💻 M
字号:
function tbxStruct=Demos
% DEMOS   Demo list for the Signal Processing Toolbox

% Kelly Liu, 8-6-96
%   Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.8 $  $Date: 1997/11/26 20:13:16 $

if nargout==0, demo toolbox; return; end

tbxStruct.Name='Signal Processing';
tbxStruct.Type='toolbox';

tbxStruct.Help= {
    ' The Signal Processing Toolbox includes many    '
    ' powerful, classical algorithms for processing  '
    ' digital signals, including: '
    '    - altering frequency content (filter design),'
    '    - analyzing frequency content (spectral '
    '      analysis), and '
    '    - extracting features (parametric modeling).'
    ' '
    ' These tools are an essential part of many'
    ' applications, including audio, video, '
    ' telecommunications, medicine, geophysics,'
    ' RADAR, SONAR, and econometrics.'
    ' '
     };

tbxStruct.DemoList={
                'Filtering a Signal', 'filtdem',
                'Bandpass Filter Design', 'filtdem2',
                'Spectral Analysis of DTMF', 'phone',
                'Discrete Fourier Transform', 'sigdemo1',
                'Continuous Fourier Transform', 'sigdemo2',
                'Chirp-z Transform', 'cztdemo',
                'Interactive Lowpass Filter Design', 'filtdemo',
                'Modulation', 'moddemo',
                '2nd-Order Sections', 'sosdemo'};

⌨️ 快捷键说明

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