fdomain.m

来自「很多matlab的源代码」· M 代码 · 共 41 行

M
41
字号

% 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


clc,v=exist('version');
fseries,disp(' '),disp('Strike a key to continue'),pause
fskernel,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
tfplot,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
bodelin,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
modsig,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
demodsig,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
wbfm,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
analytic,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
fftplot,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
winfft,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
window,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
winspec,
%if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
timefreq,if v~=5,pause,end
disp(' '),disp('Strike a key to continue'),pause
psdwelch,if v~=5,pause,end
disp(' '),disp('Strike a key to return to menu'),pause

⌨️ 快捷键说明

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