<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>DOSEI</author_name>
  <author_url>https://blog.hatena.ne.jp/DOSEI/</author_url>
  <blog_title>DOSEIの日記</blog_title>
  <blog_url>https://dosei.hatenadiary.jp/</blog_url>
  <categories>
    <anon>メモ</anon>
    <anon>Matlab</anon>
    <anon>Octave</anon>
  </categories>
  <description>標準の spline は、周期境界条件では使えない。 Spline Toolbox の csape で可能。何の略かは不明。 Octave-forge にも互換パッケージがある。例: n=10; % 標本点数 m=1000; % リサンプリング点数 % サンプリング点 x=(0:(n-1))./(n-1); xx=(0:(m-1))./(m-1); % 適当な標本データ y=rand(n,1); y(1)=y(n); % 両端一致 % 周期スプライン補間 s=csape(x,y,&quot;periodic&quot;); yy=fnval(s,xx); plot(x,y,&quot;-o&quot;,xx,yy);</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdosei.hatenadiary.jp%2Fentry%2F20101119%2Fp1&quot; title=&quot; 周期境界条件の cspline (interpolation of periodic function by cspline) - DOSEIの日記&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>2010-11-19 00:00:01</published>
  <title> 周期境界条件の cspline (interpolation of periodic function by cspline)</title>
  <type>rich</type>
  <url>https://dosei.hatenadiary.jp/entry/20101119/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
