meanfilt.html

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

HTML
36
字号
<TITLE>/</TITLE><BODY><A HREF = "../index.html">[Master Index]</A><A HREF = "index.html">[Index for ./main]</A><H1>meanfilt</H1><H2>(./main/meanfilt.m)</H2><HR><H3>Function Synopsis</H3><pre>[y]=meanfilt(x,n)</pre><HR><H3>Help text</H3><pre>[y]=meanfilt(x,n)one dimensional mean filter based on MATLAB's MEDFILT1called by 'fkfilt' and GUI module '<A HREF = "../7.fkfilter/fkpoly.html">fkpoly</A>'INPUTx = vector to be mean filteredn = number of points to use in mean filter   odd n =&gt; y(k) is the mean of x( k-(n-1)/2 : k+(n-1)/2 )   even n =&gt; y(k) is the mean of x( k-n/2 : k+n/2-1 )OUTPUTy = mean filtered vectorCustomized VSP Processing Softwarewritten by K.S. Beaty July 1998</pre><HR><H3>Cross-Reference Information</H3>This function is called by<pre><UL><LI><A HREF = "../7.fkfilter/fkfilt.html">fkfilt</A>         ./fkfilter/fkfilt.m</LI></UL></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 + -
显示快捷键?