<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>morning-pumpkin</author_name>
  <author_url>https://blog.hatena.ne.jp/morning-pumpkin/</author_url>
  <blog_title>morning-pumpkin’s blog</blog_title>
  <blog_url>https://morning-pumpkin.hatenablog.com/</blog_url>
  <categories>
    <anon>FFT</anon>
  </categories>
  <description>helve-blog.com import numpy as np import matplotlib.pyplot as plt N = 1024 # サンプル数 dt = 0.001 # サンプリング周期 [s] f1, f2 = 50, 120 # 周波数 [Hz] t = np.arange(0, N*dt, dt) # 時間 [s] x = 1.5*np.sin(2*np.pi*f1*t) + np.sin(2*np.pi*f2*t) + 3 # 信号 fig, ax = plt.subplots() ax.plot(t, x) # ax.set_xlim(0, 0.1) ax.se…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmorning-pumpkin.hatenablog.com%2Fentry%2F2022%2F09%2F26%2F000842&quot; title=&quot;FFT 参考 - morning-pumpkin’s blog&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>2022-09-26 00:08:42</published>
  <title>FFT 参考</title>
  <type>rich</type>
  <url>https://morning-pumpkin.hatenablog.com/entry/2022/09/26/000842</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
