<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fugaga</author_name>
  <author_url>https://blog.hatena.ne.jp/fugaga/</author_url>
  <blog_title>fugagaの備忘録</blog_title>
  <blog_url>https://fugaga.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>ローパスフィルタの記事は多いけど、ハイパスフィルタの記事はあまりなかったので、メモ。 ローパスフィルタ 微細なギザギザしたノイズをカットできる。 x[i] = coef*x[i] + (1.0-coef)*x[i-1]ただし、位相が遅れるので、オンライン処理しないなら、移動平均を取った方がベター。 x[i] = (x[i-1] + x[i] + x[i+1]) / 3単純な移動平均でなく、重み付けしても。 ハイパスフィルタ 低周波のノイズをカットできる。 現在の値からローパスフィルタの結果を引けば、ハイパスフィルタの結果になる。 tmp = x[i] x[i] = coef*x[i] + (1…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffugaga.hatenablog.com%2Fentry%2F2014%2F02%2F16%2F164524&quot; title=&quot;ハイパスフィルタ（High Pass Filter） - fugagaの備忘録&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-02-16 16:45:24</published>
  <title>ハイパスフィルタ（High Pass Filter）</title>
  <type>rich</type>
  <url>https://fugaga.hatenablog.com/entry/2014/02/16/164524</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
