<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>seinzumtode</author_name>
  <author_url>https://blog.hatena.ne.jp/seinzumtode/</author_url>
  <blog_title>how to code something</blog_title>
  <blog_url>https://seinzumtode.hatenadiary.jp/</blog_url>
  <categories>
    <anon>画像処理</anon>
    <anon>MATLAB</anon>
  </categories>
  <description>DCT-IIの定義式 ただし function show_dct_basis clear; close all; m = 8; N = m*m; function F=getBasisF(u,v) F = zeros(m,m); for y=0:m-1 for x=0:m-1 F(y+1,x+1) = sqrt(2/m) * calcC(u)*calcC(v) ... * cos(((2*x+1)*u*pi)/(2*m)) ... * cos(((2*y+1)*v*pi)/(2*m)); end end end function C=calcC(k) if k==0 C=1/sqrt(2); …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fseinzumtode.hatenadiary.jp%2Fentry%2F20171123%2F1511468787&quot; title=&quot;２次元DCT（離散コサイン変換）の基底 - how to code something&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>https://cdn-ak.f.st-hatena.com/images/fotolife/s/seinzumtode/20171124/20171124052614.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-11-23 05:26:27</published>
  <title>２次元DCT（離散コサイン変換）の基底</title>
  <type>rich</type>
  <url>https://seinzumtode.hatenadiary.jp/entry/20171123/1511468787</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
