Skip to content
/ fir Public

Additional tools for FIR filter designs in Python/Numpy

Notifications You must be signed in to change notification settings

ekgibbons/fir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fir - additions to the Scipy signals toolbox.

This is a package to compliment the the SciPy signals toolbox. Some functions are redundant (the remez function) from the SciPy package. Indeed, the remez function is a direct copy. However, some are new.

Installation

This package does require some external packages, particularly the latest version of boost (v1.63). At the moment this is installed by source. Information can be found here.

To use, you will first need to build the program. Assuming you are on a Linux machine

cd fir
mkdir obj # build objects will be placed here
make
make install

The install step is determined where you place the install path. The install location is established by

INSTALL_PATH = /location/of/python/path

Usage

Each of the functions should be documented, but the usage is similar to the Scipy function calls.

The documentation can be found by launching python in the command line and then

>>>import fir
>>>help(fir)

to see that documentation.

About

Additional tools for FIR filter designs in Python/Numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published