OpenCores
URL https://opencores.org/ocsvn/gfir/gfir/trunk

Subversion Repositories gfir

[/] [gfir/] [trunk/] [vhdl/] [help/] [html/] [fir__filter__stage__DF_8vhd.html] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 ahmed.shah
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5
<title>FIR Digital Filter: src/fir_filter_stage_DF.vhd File Reference</title>
6
<link href="tabs.css" rel="stylesheet" type="text/css"/>
7
<link href="search/search.css" rel="stylesheet" type="text/css"/>
8
<script type="text/javascript" src="search/search.js"></script>
9
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
10
</head>
11
<body onload='searchBox.OnSelectItem(0);'>
12
<!-- Generated by Doxygen 1.7.3 -->
13
<script type="text/javascript"><!--
14
var searchBox = new SearchBox("searchBox", "search",false,'Search');
15
--></script>
16
<div id="top">
17
<div id="titlearea">
18
<table cellspacing="0" cellpadding="0">
19
 <tbody>
20
 <tr style="height: 56px;">
21
  <td style="padding-left: 0.5em;">
22
   <div id="projectname">FIR Digital Filter</div>
23
  </td>
24
 </tr>
25
 </tbody>
26
</table>
27
</div>
28
  <div id="navrow1" class="tabs">
29
    <ul class="tablist">
30
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
31
      <li><a href="annotated.html"><span>Design&#160;Unit&#160;List</span></a></li>
32
      <li class="current"><a href="files.html"><span>Files</span></a></li>
33
      <li id="searchli">
34
        <div id="MSearchBox" class="MSearchBoxInactive">
35
        <span class="left">
36
          <img id="MSearchSelect" src="search/mag_sel.png"
37
               onmouseover="return searchBox.OnSearchSelectShow()"
38
               onmouseout="return searchBox.OnSearchSelectHide()"
39
               alt=""/>
40
          <input type="text" id="MSearchField" value="Search" accesskey="S"
41
               onfocus="searchBox.OnSearchFieldFocus(true)"
42
               onblur="searchBox.OnSearchFieldFocus(false)"
43
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
44
          </span><span class="right">
45
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
46
          </span>
47
        </div>
48
      </li>
49
    </ul>
50
  </div>
51
  <div id="navrow2" class="tabs2">
52
    <ul class="tablist">
53
      <li><a href="files.html"><span>File&#160;List</span></a></li>
54
    </ul>
55
  </div>
56
</div>
57
<div class="header">
58
  <div class="summary">
59
<a href="#nested-classes">Architectures</a>  </div>
60
  <div class="headertitle">
61
<h1>src/fir_filter_stage_DF.vhd File Reference</h1>  </div>
62
</div>
63
<div class="contents">
64
 
65
<p>This is the top-level design for a direct-form FIR digital filter. <br/>
66
.
67
<a href="#_details">More...</a></p>
68
<table class="memberdecls">
69
<tr><td colspan="2"><h2><a name="nested-classes"></a>
70
Architectures</h2></td></tr>
71
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classfir__filter__stage__DF.html">fir_filter_stage_DF</a>&#160;</td><td class="memItemRight" valign="bottom"><b>Entity </b></td></tr>
72
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classfir__filter__stage__DF_1_1struct.html">struct</a>&#160;</td><td class="memItemRight" valign="bottom"><b>Architecture </b></td></tr>
73
</table>
74
<hr/><a name="_details"></a><h2>Detailed Description</h2>
75
<div class="textblock"><p>This is the top-level design for a direct-form FIR digital filter. <br/>
76
. </p>
77
<p>It instantiate the three major components for constructing a digital filter such as;<br/>
78
 adder (<a class="el" href="classadder__gen.html">adder_gen</a>), multiplier (<a class="el" href="classmultiplier__gen.html">multiplier_gen</a>), and delay (<a class="el" href="classdelay__gen.html">delay_gen</a>). <br/>
79
 The top-level is a structural description in a generic/scalable form. <br/>
80
 The filter coefficients and the quantization bit width should be edited/pasted <br/>
81
 into the <a class="el" href="fir__pkg_8vhd.html" title="This is the supporting package. &quot;JUST EDIT THIS FILE&quot;.">fir_pkg.vhd</a>. The filter coefficients should be given in integer format. <br/>
82
 Design specs: <br/>
83
 Unsigned single/multi-bit input (fir_in) <br/>
84
 Signed multi-bit output (fir_out) <br/>
85
 Active high asynchronous reset (fir_clr) <br/>
86
 Rising edge clock (fir_clk) <br/>
87
 </p>
88
</div></div>
89
<!--- window showing the filter options -->
90
<div id="MSearchSelectWindow"
91
     onmouseover="return searchBox.OnSearchSelectShow()"
92
     onmouseout="return searchBox.OnSearchSelectHide()"
93
     onkeydown="return searchBox.OnSearchSelectKey(event)">
94
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Variables</a></div>
95
 
96
<!-- iframe showing the search results (closed by default) -->
97
<div id="MSearchResultsWindow">
98
<iframe src="" frameborder="0"
99
        name="MSearchResults" id="MSearchResults">
100
</iframe>
101
</div>
102
 
103
<hr class="footer"/><address class="footer"><small>Generated on Thu Apr 12 2012 22:44:00 for FIR Digital Filter by&#160;
104
<a href="http://www.doxygen.org/index.html">
105
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
106
</body>
107
</html>

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.