Skip to content

jks-prv/cic_prune

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

A C version of Rick Lyon's Matlab implementation of Hogenauer's CIC filter register pruning algorithm.

A Verilog file is generated containing unrolled calls to the integrator and comb sections at the pruned bit widths. Assumes you have a Verilog wrapper that looks like this:

	wire signed [IN_WIDTH-1:0] in = ...;
	wire signed [OUT_WIDTH-1:0] out;
	`include "cic_test.vh"

And the modules "cic_integrator" and "cic_comb" called by the generated code that implement the actual CIC filter (examples included in package). Variables "in" and "out" connect to the generated code.

See Rick's original article at: http://www.dsprelated.com/showcode/269.php

More info at: http://jks.com/cic/cic.html

About

A C version of Rick Lyon's Matlab implementation of Hogenauer's CIC filter register pruning algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published