<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>malibu-bulldog</author_name>
  <author_url>https://blog.hatena.ne.jp/malibu-bulldog/</author_url>
  <blog_title>malibu-bulldogの日記</blog_title>
  <blog_url>https://malibu-bulldog.hatenadiary.org/</blog_url>
  <categories>
    <anon>アルゴリズム</anon>
  </categories>
  <description>前回のフーリエ変換のプログラムだと入力されるデータの間隔が1.0でないとうまく動かないという問題がありました。それと、周波数を求める箇所が間違えてました。ってことで改良したものを #include #include using namespace std; class Dft { public: int m_sum; double* m_cos_coefficient; double* m_sin_coefficient; double m_length; public: Dft(); ~Dft(); void computing(double* f, int sum, double dx);…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmalibu-bulldog.hatenadiary.org%2Fentry%2F20080128%2F1201508412&quot; title=&quot;離散フーリエ変換 - malibu-bulldogの日記&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>2008-01-28 17:20:12</published>
  <title>離散フーリエ変換</title>
  <type>rich</type>
  <url>https://malibu-bulldog.hatenadiary.org/entry/20080128/1201508412</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
