<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://mix.kumikomi.net/skins/common/feed.css?164"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>線形予測法 - 変更履歴</title>
		<link>http://mix.kumikomi.net/index.php?title=%E7%B7%9A%E5%BD%A2%E4%BA%88%E6%B8%AC%E6%B3%95&amp;action=history</link>
		<description>このウィキのこのページに関する変更履歴</description>
		<language>ja</language>
		<generator>MediaWiki 1.13.2</generator>
		<lastBuildDate>Wed, 06 May 2026 01:25:22 GMT</lastBuildDate>
		<item>
			<title>2009年1月29日 (木) 06:26 における Worker による編集</title>
			<link>http://mix.kumikomi.net/index.php?title=%E7%B7%9A%E5%BD%A2%E4%BA%88%E6%B8%AC%E6%B3%95&amp;diff=3985&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

			&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;←前の版&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;2009年1月29日 (木) 06:26の版&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;9 行&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;9 行&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;br&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;br&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:組み込み技術全般]] [[Category:技術要素]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:組み込み技術全般&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;|センケイヨソクホウ&lt;/ins&gt;]] [[Category:技術要素&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;|センケイヨソクホウ&lt;/ins&gt;]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2026-05-06 01:25:22 --&gt;
&lt;/table&gt;</description>
			<pubDate>Thu, 29 Jan 2009 06:26:25 GMT</pubDate>			<dc:creator>Worker</dc:creator>			<comments>http://mix.kumikomi.net/index.php/%E3%83%8E%E3%83%BC%E3%83%88:%E7%B7%9A%E5%BD%A2%E4%BA%88%E6%B8%AC%E6%B3%95</comments>		</item>
		<item>
			<title>Worker: 新しいページ: '線形予測法（せんけいよそくほう）  　信号x[n]を自己回帰モデルの項に示される式で表現する際に，その係数a1，a2，…，aMを求め...'</title>
			<link>http://mix.kumikomi.net/index.php?title=%E7%B7%9A%E5%BD%A2%E4%BA%88%E6%B8%AC%E6%B3%95&amp;diff=2786&amp;oldid=prev</link>
			<description>&lt;p&gt;新しいページ: '線形予測法（せんけいよそくほう）  　信号x[n]を自己回帰モデルの項に示される式で表現する際に，その係数a1，a2，…，aMを求め...'&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;線形予測法（せんけいよそくほう）&lt;br /&gt;
&lt;br /&gt;
　信号x[n]を自己回帰モデルの項に示される式で表現する際に，その係数a1，a2，…，aMを求める方法が線形予測法である．この係数は，次のようにして求められる．ある時間範囲内でのすべての時刻nに対して，x[n]とa1x[n−1]＋a2x[n−2]＋…＋aMx[n−M]（実際には入力信号x[n]は分からないので，b0x[n]は除く）の差の2乗平均値が最も小さくなるように，係数a1，a2，…，aMを選べばよい．なお，このようにして求めた係数は線形予測係数と呼ばれる．&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
【出典】Interface編集部 編；組み込み技術用語集，Interface 2007年8月号 別冊付録，CQ出版社，2007年8月．&lt;br /&gt;
&amp;lt;!-- 【著作権者】○○ ○○氏 --&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:組み込み技術全般]] [[Category:技術要素]]&lt;/div&gt;</description>
			<pubDate>Mon, 26 Jan 2009 07:12:38 GMT</pubDate>			<dc:creator>Worker</dc:creator>			<comments>http://mix.kumikomi.net/index.php/%E3%83%8E%E3%83%BC%E3%83%88:%E7%B7%9A%E5%BD%A2%E4%BA%88%E6%B8%AC%E6%B3%95</comments>		</item>
	</channel>
</rss>