agcmem.html

来自「具有特色的地震数据处理源码」· HTML 代码 · 共 31 行

HTML
31
字号
<TITLE>/</TITLE><BODY><A HREF = "../index.html">[Master Index]</A><A HREF = "index.html">[Index for ./main]</A><H1>agcmem</H1><H2>(./main/agcmem.m)</H2><HR><H3>Function Synopsis</H3><pre>[dataout]=agcmem(datain,window,type)</pre><HR><H3>Help text</H3><pre>[dataout]=agcmem(datain,window,type)This function will do automatic gain control with a running window equationon the traces in datain.The size of the sliding window is specified by the parameter 'window' in seconds.'type' = 1 use absolute values for normalizing'type' = 2 use energy values (x^2) for normalizingRewritten to conserve memory!Is much slower than <A HREF = "../8.main/agc.html">agc</A> but conserves memoryUse only when memory restrictions make <A HREF = "../8.main/agc.html">agc</A> unuseable!Based on module by Kristen Beaty Dec. 1997Written by Marko Mah February 1999</pre><HR>Produced by <A HREF = "http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Wed Jun 14 15:21:32 Canada/Eastern 2000<BR>Cross-Directory links are: ON<BR></BODY>

⌨️ 快捷键说明

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