⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exp8.html

📁 (Ebook-Pdf) Dsp - Real Time Digital Signal Processing (Usando Tms320-55Xx). 有书
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<html xmlns:v="urn:schemas-microsoft-com:vml"xmlns:o="urn:schemas-microsoft-com:office:office"xmlns:w="urn:schemas-microsoft-com:office:word"xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=ProgId content=Word.Document><meta name=Generator content="Microsoft Word 9"><meta name=Originator content="Microsoft Word 9"><link rel=File-List href="exp8_files/filelist.xml"><link rel=Edit-Time-Data href="exp8_files/editdata.mso"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}o\:* {behavior:url(#default#VML);}w\:* {behavior:url(#default#VML);}.shape {behavior:url(#default#VML);}</style><![endif]--><!--[if gte mso 9]><xml> <o:DocumentProperties>  <o:Author>Bob</o:Author>  <o:Template>Normal</o:Template>  <o:LastAuthor>Bob</o:LastAuthor>  <o:Revision>2</o:Revision>  <o:TotalTime>1</o:TotalTime>  <o:Created>2001-03-18T01:30:00Z</o:Created>  <o:LastSaved>2001-03-18T01:31:00Z</o:LastSaved>  <o:Pages>6</o:Pages>  <o:Words>1141</o:Words>  <o:Characters>6509</o:Characters>  <o:Lines>54</o:Lines>  <o:Paragraphs>13</o:Paragraphs>  <o:CharactersWithSpaces>7993</o:CharactersWithSpaces>  <o:Version>9.3821</o:Version> </o:DocumentProperties></xml><![endif]--><style><!-- /* Style Definitions */p.MsoNormal, li.MsoNormal, div.MsoNormal	{mso-style-parent:"";	margin:0pt;	margin-bottom:.0001pt;	mso-pagination:widow-orphan;	font-size:12.0pt;	font-family:"Times New Roman";	mso-fareast-font-family:"Times New Roman";}p	{font-size:12.0pt;	font-family:"Times New Roman";	mso-fareast-font-family:"Times New Roman";}@page Section1	{size:612.0pt 792.0pt;	margin:72.0pt 90.0pt 72.0pt 90.0pt;	mso-header-margin:36.0pt;	mso-footer-margin:36.0pt;	mso-paper-source:0;}div.Section1	{page:Section1;} /* List Definitions */@list l0	{mso-list-id:228734560;	mso-list-type:hybrid;	mso-list-template-ids:-2133063728 211951192 1635442472 -1647567634 943196222 -1399805256 -64087352 -886248504 405205804 1587978272;}@list l1	{mso-list-id:941451282;	mso-list-type:hybrid;	mso-list-template-ids:-1440050232 -44035412 -1899339858 173703990 1395552506 2143324158 -1307383712 1139944504 -930862648 1452050960;}@list l2	{mso-list-id:2027367505;	mso-list-type:hybrid;	mso-list-template-ids:-1427479320 -1566552294 -307301110 985530980 961461132 2108469030 -1162693502 1872952052 25310440 -51751328;}ol	{margin-bottom:0pt;}ul	{margin-bottom:0pt;}--></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026"/></xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit">  <o:idmap v:ext="edit" data="1"/> </o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=blue style='tab-interval:36.0pt'><div class=Section1><p><strong><span style='font-size:18.0pt'>Experiments for Chapter 8</span></strong></p><p style='margin-right:36.0pt;margin-left:36.0pt'><a href="exp8.zip">DownloadChapter 8 experimental software programs</a></p><p><a href="#top"><span style='font-size:7.5pt'>Back to Top</span></a> <input type=button value="go back" onclick="history.go(-1)"></p><div class=MsoNormal align=center style='text-align:center'><hr size=3 width="100%" align=center></div><p><strong><span style='font-size:13.5pt'>Adaptive Filter Implementation</span></strong></p><p>&nbsp;</p><p style='margin-right:72.0pt;margin-left:72.0pt'>There are 2 experiments inthis chapter:</p><p style='margin-right:108.0pt;margin-left:144.0pt;text-indent:-18.0pt;mso-list:l2 level1 lfo1;tab-stops:list 36.0pt'><![if !supportLists]>1.<spanstyle='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; </span><![endif]>Experiment8A - System Identification Using Adaptive Filter</p><p style='margin-right:108.0pt;margin-left:144.0pt;text-indent:-18.0pt;mso-list:l2 level1 lfo1;tab-stops:list 36.0pt'><![if !supportLists]>2.<spanstyle='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; </span><![endif]>Experiment8B - Self-tuned Leaky LMS Adaptive System</p><p style='margin-right:108.0pt;margin-left:108.0pt'>&nbsp;</p><p style='margin-right:72.0pt;margin-left:72.0pt'>We will conduct twoexperiments for Chapter 8 applying the adaptive algorithms. The firstexperiment uses LMS algorithm for an application of system identification. Theunknown system can be any types of plants. Here we use an FIR filter (thelowpass filter from Chapter 5) as the unknown system. We will show you how theadaptive filter adjusts its weights to match the unknown system. The secondexperiment is an application of adaptive linear predictor. It can be used toseparate the narrow band signal from wide band signal. It can also be used toremove a narrow band signal from the wide band signal as a notch filer. Thelinker command file <a href="exp8/exp8.cmd"><span style='font-family:"Courier New"'>exp8.cmd</span></a>for both experiments is given in Table E8-1.</p><p align=center style='margin-right:72.0pt;margin-left:72.0pt;text-align:center'>Table8-1 Linker command file for experiments in this chapter.</p><form><p align=center style='margin-right:72.0pt;margin-left:72.0pt;text-align:center'><TEXTAREA ROWS="7" COLS="70" NAME="exp8.cmd">/* SPECIFY THE SYSTEM MEMORY MAP */&#13;&#10;&#13;&#10;MEMORY&#13;&#10;{&#13;&#10;   RAM   (RWIX) : origin = 0100h,    length = 01feffh /* Data Memory */&#13;&#10;   RAM2  (RWIX) : origin = 040100h,  length = 040000h /* Program Memory */&#13;&#10;   ROM   (RIX)  : origin = 020100h,  length = 020000h /* Program Memory */&#13;&#10;   VECS  (RIX)  : origin = 0ffff00h  length = 00100h  /* Reset Vector */&#13;&#10;}&#13;&#10; &#13;&#10;/* SPECIFY THE SECTIONS ALLOCATION INTO MEMORY */&#13;&#10;&#13;&#10;SECTIONS&#13;&#10;{&#13;&#10;    vectors  &gt; VECS        /* Interrupt vector table */&#13;&#10;   .text     &gt; ROM         /* CODE */&#13;&#10;   lms_code  &gt; ROM         /* CODE */       &#13;&#10;   fir_code  &gt; ROM         /* CODE */&#13;&#10;   .switch   &gt; RAM         /* SWITCH TABLE INFO  */&#13;&#10;   .const    &gt; RAM         /* CONSTANT DATA */&#13;&#10;   .cinit    &gt; RAM2        /* INITIALIZATION TABLES */  &#13;&#10;   .data     &gt; RAM         /* INITIALIZED DATA */&#13;&#10;   lms_coef  &gt; RAM         /* INITIALIZED DATA */&#13;&#10;   lms_data  &gt; RAM         /* INITIALIZED DATA */&#13;&#10;   .bss      &gt; RAM         /* GLOBAL &amp; STATIC VARS */&#13;&#10;   lms_err   &gt; RAM aligh 4 /* GLOBAL &amp; STATIC VARS */&#13;&#10;   lms_out   &gt; RAM align 4 /* GLOBAL &amp; STATIC VARS */&#13;&#10;   lms_in    &gt; RAM align 4 /* GLOBAL &amp; STATIC VARS */&#13;&#10;   .stack    &gt; RAM         /* PRIMARY SYSTEM STACK */&#13;&#10;}&#13;&#10;&#13;&#10;&#13;&#10;</TEXTAREA></p></form><p align=center style='margin-right:72.0pt;margin-left:72.0pt;text-align:center'>&nbsp;</p><p>&nbsp;</p><div class=MsoNormal align=center style='text-align:center'><hr size=3 width="100%" align=center></div><p style='margin-right:72.0pt;margin-left:72.0pt'>&nbsp;</p><p style='margin-right:72.0pt;margin-left:72.0pt'><strong><spanstyle='font-size:13.5pt;color:blue'>Experiment 8A - System Identification UsingAdaptive Filter</span></strong></p><p style='margin-right:72.0pt;margin-left:72.0pt'>System identification is anapplication using adaptive filters. Figure E8-1 shows the block diagram of the

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -