<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>TadaoYamaoka</author_name>
  <author_url>https://blog.hatena.ne.jp/TadaoYamaoka/</author_url>
  <blog_title>TadaoYamaokaの開発日記</blog_title>
  <blog_url>https://tadaoyamaoka.hatenablog.com/</blog_url>
  <categories>
    <anon>ピッチ解析</anon>
    <anon>FFT</anon>
  </categories>
  <description>前回の続きです。周辺のパワースペクトルの和を測ることで、周波数分解能の整数倍とのずれの影響をどれだけ抑えることができるか調べた。周辺3つのパワースペクトルの和をとった場合のピークの値を、400Hzから500Hzの間を0.1Hz間隔で調べた結果、以下のようになった。 peaks = [] fset = np.linspace(400, 500, 1001) for f in fset: y = np.sin(2 * np.pi * f * t) Y = np.fft.fft(y) P = abs(Y)**2 P_around = np.convolve(P, np.ones(3)/3, 'val…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftadaoyamaoka.hatenablog.com%2Fentry%2F2016%2F08%2F31%2F214335&quot; title=&quot;FFTとエネルギーについての考察(続き) - TadaoYamaokaの開発日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/T/TadaoYamaoka/20160831/20160831212828.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-08-31 21:43:35</published>
  <title>FFTとエネルギーについての考察(続き)</title>
  <type>rich</type>
  <url>https://tadaoyamaoka.hatenablog.com/entry/2016/08/31/214335</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
