figure098b.m
来自「时间序列分析中很用的源码,书的原名为时间序列分析的小波方法.」· M 代码 · 共 16 行
M
16 行
% figure098b - Calculate and plot equivalent LA(8) wavelet and scaling filters.% % Usage:% figure098b%% $Id: figure098b.m 353 2004-06-14 20:53:21Z ccornish $plotOpts.PlotAutoCorrelationWidth = 0;plot_equivalent_filter('DWT', 'la8', 7, ... '', '', ... '', '', plotOpts);figure_datestamp(mfilename, gcf);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?