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

📄 readme.txt

📁 產生你所需要的FIR濾波器
💻 TXT
字号:
FirGen/MultGen: VHDL Core Generator for FIR filters and Multiplier arrays

Details

Name: fir_filter_generator
Created: 29-Dec-2005 02:30:02
Updated: 08-Oct-2006 21:25:10
CVS: no files in cvs

Other project properties

Category :: DSP core
Language :: Other
Language :: VHDL
License :: GPL
Phaze :: FPGA proven
Development status :: Production/Stable
	
Project maintainers

# Boris Kipnis

Statistics
# view

Description

VHDL core generator
for FIR filters and Multiplier arrays with common input
using "Nonrecursive Signed Common Subexpression Algorithm"
for optimization

program writen on C++
--------------------------
firgen [OPTION..]
Available options are :
-w Input Data Width
-m Generate Only Multipliers Array
-a Generate Asynchronus Multipliers array (no CLK signal)
-e Use CLK_EN input
-c filter coefficients, coma separated
-o Output File Name
-? Help

Example For Use:
----------------
FirGen -w 16 -c 1,2,3,4,5 -o my_fir

this command generates 2 output files
my_fir.vhd - Main Fir module
my_fir_mult.vhd - Multipliers Array (DIn*C1, DIn*C2,..., DIn*Cn)

Input data width is 16 bit
Filter Coefitions : 1,2,3,4,5

Features

FIR Filter Generator
Multiplyer Array Generator with common input

Status

Stable and ready for use Ver1.1
Asynchronus operation
and CLK_En features added

note : May be you will need to install cygwin from www.cygwin.com to be able
run this program.

⌨️ 快捷键说明

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