This repository has been archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathroutines.window.html
34 lines (32 loc) · 2.41 KB
/
routines.window.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<h1><span class="yiyi-st" id="yiyi-14">Window functions</span></h1>
<blockquote>
<p>原文:<a href="https://docs.scipy.org/doc/numpy/reference/routines.window.html">https://docs.scipy.org/doc/numpy/reference/routines.window.html</a></p>
<p>译者:<a href="https://github.com/wizardforcel">飞龙</a> <a href="http://usyiyi.cn/">UsyiyiCN</a></p>
<p>校对:(虚位以待)</p>
</blockquote>
<div class="section" id="various-windows">
<h2><span class="yiyi-st" id="yiyi-15">Various windows</span></h2>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%">
<col width="90%">
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><span class="yiyi-st" id="yiyi-16"><a class="reference internal" href="generated/numpy.bartlett.html#numpy.bartlett" title="numpy.bartlett"><code class="xref py py-obj docutils literal"><span class="pre">bartlett</span></code></a>(M)</span></td>
<td><span class="yiyi-st" id="yiyi-17">返回Bartlett窗口。</span></td>
</tr>
<tr class="row-even"><td><span class="yiyi-st" id="yiyi-18"><a class="reference internal" href="generated/numpy.blackman.html#numpy.blackman" title="numpy.blackman"><code class="xref py py-obj docutils literal"><span class="pre">blackman</span></code></a>(M)</span></td>
<td><span class="yiyi-st" id="yiyi-19">返回Blackman窗口。</span></td>
</tr>
<tr class="row-odd"><td><span class="yiyi-st" id="yiyi-20"><a class="reference internal" href="generated/numpy.hamming.html#numpy.hamming" title="numpy.hamming"><code class="xref py py-obj docutils literal"><span class="pre">hamming</span></code></a>(M)</span></td>
<td><span class="yiyi-st" id="yiyi-21">返回汉明窗口。</span></td>
</tr>
<tr class="row-even"><td><span class="yiyi-st" id="yiyi-22"><a class="reference internal" href="generated/numpy.hanning.html#numpy.hanning" title="numpy.hanning"><code class="xref py py-obj docutils literal"><span class="pre">hanning</span></code></a>(M)</span></td>
<td><span class="yiyi-st" id="yiyi-23">返回Hanning窗口。</span></td>
</tr>
<tr class="row-odd"><td><span class="yiyi-st" id="yiyi-24"><a class="reference internal" href="generated/numpy.kaiser.html#numpy.kaiser" title="numpy.kaiser"><code class="xref py py-obj docutils literal"><span class="pre">kaiser</span></code></a>(M,beta)</span></td>
<td><span class="yiyi-st" id="yiyi-25">返回Kaiser窗口。</span></td>
</tr>
</tbody>
</table>
</div>