<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>licheng</author_name>
  <author_url>https://blog.hatena.ne.jp/licheng/</author_url>
  <blog_title>滴了庵日録</blog_title>
  <blog_url>https://lipoyang.hatenablog.com/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>マイコン</anon>
  </categories>
  <description>前回の記事のつづき ESP32ではesp_dspライブラリが利用できるが、ARMではCMSIS-DSPライブラリが利用できる。 使い方 #include &lt;arm_math.h&gt; arm_rfft_fast_instance_f32 S; arm_status status = arm_rfft_fast_init_f32(&amp;S, nfft); arm_rfft_fast_f32(&amp;S, data, data, 0); 検証 前回と同じ計算をARMのCMSIS-DSPライブラリを使って実行してみる。実験にはSPRESENSEを用いた。 #include &lt;Arduino.h&gt; #include…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flipoyang.hatenablog.com%2Fentry%2F2026%2F03%2F13%2F152512&quot; title=&quot;ARMのCMSIS-DSPライブラリで実数FFT - 滴了庵日録&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>2026-03-13 15:25:12</published>
  <title>ARMのCMSIS-DSPライブラリで実数FFT</title>
  <type>rich</type>
  <url>https://lipoyang.hatenablog.com/entry/2026/03/13/152512</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
