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

Subversion Repositories biquad

[/] [biquad/] [web_uploads/] [index.shtml] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 root
<!--# include virtual="/ssi/ssi_start.shtml" -->
2
<!--# set var="title" value="Biquad IIR Filter Core" -->
3
<font size=+2 color=#bf0000><b>
4
 
5
Project Name:  Biquad IIR Filter Core
6
 
7
</font></b><p>
8
<font size=+1><b>
9
 
10
Specifications:
11
 
12
</b></font><p>
13
 
14
<li>IIR filter with two poles and two zeros</<li>
15
<li>Data width set by user</li>
16
<li>Coefficient width set by user up to 16 bits</li>
17
<li>Wishbone interface for read and write of filter coefficient registers</li>
18
<li>Multiple filters can be combined to form filters with more than two poles and zeros</li><br><br><br>
19
 
20
<font size=+1><b>
21
 
22
Description:
23
 
24
</b></font><p>
25
 
26
The difference equation for the biquad filter is:<br><br>
27
y[n] = b10*x[n] + b11*x[n-1] + b12*x[n-2] + a11*y[n-1] + a12*y[n-2]<br><br>
28
This equation is implemented as shown below:
29
<img src="bquad_blk.gif"><br><br>
30
Specification in pdf format:  <a href="biquad.pdf" target=_new>biquad.pdf</a><br><br>
31
 
32
<font size=+1><b>
33
 
34
Synthesis:
35
 
36
</b></font><p><br>
37
Synthesized with Synopsys FPGA Express version 2000.11-FE3.5.
38
 
39
<font size=+1><b><br><br><br>
40
 
41
Current Status:
42
 
43
</b></font><p><br>
44
Verilog <a href="vsource.html" target=_new>source</a> code available.
45
 
46
<font size=+1><b><br><br><br>
47
 
48
Author & Maintainer:
49
 
50
</b></font><p><br>
51
<ul><a href="mailto:ccox@opencores.org_NOSPAM">Chuck Cox</a></ul><br>
52
If you use this core please let me know.
53
 
54
 
55
 
56
 
57
 
58
 
59
 
60
 
61
<!--# include virtual="/ssi/ssi_end.shtml" -->

powered by: WebSVN 2.1.0

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