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

Subversion Repositories gfir

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

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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