Menu

Tree [5024df] default tip /
 History

Read Only access


File Date Author Commit
 doc 2010-04-25 "Alan Somers "Alan Somers [611580] Merged two version of mrfilter.xml
 images 2009-08-20 "Alan Somers "Alan Somers [daa6b0] Improved distutils setup. mrfilter can now be ...
 mrfilter 2012-06-26 "Alan Somers "Alan Somers [3fa85b] Fix for newer versions of numpy for which numpy...
 schematics 2012-06-26 "Alan Somers "Alan Somers [bfe546] Use awk instead of gawk for systems that do not...
 scripts 2009-08-20 "Alan Somers "Alan Somers [daa6b0] Improved distutils setup. mrfilter can now be ...
 spice 2009-11-11 "Alan Somers "Alan Somers [fb4f37] Remove unneeded spice files. Update todos
 test 2012-06-26 "Alan Somers "Alan Somers [98a69c] Print more informative error message when runni...
 .hgignore 2009-09-15 "Alan Somers "Alan Somers [1bbbaf] Tested more opamps and updated the list
 .hgtags 2009-08-26 "Alan Somers "Alan Somers [6888dc] Added tag manual-0.0.1 for changeset d3d740cedab6
 COPYING 2009-08-19 "Alan Somers "Alan Somers [d4ef05] Applied GPLv3 to all files. Removed gfilter.py
 ChangeLog 2010-04-25 "Alan Somers "Alan Somers [60d701] Updated changelog
 MANIFEST.in 2009-09-15 "Alan Somers "Alan Somers [9a0551] Last minute fixes before 0.2
 README.txt 2009-09-15 "Alan Somers "Alan Somers [35fbb9] Updated README
 SConstruct 2009-08-30 "Alan Somers "Alan Somers [2cf33b] Merged 230:c0e5b6cefb44 and 212:f2f14797cf31 : ...
 known_bugs.txt 2009-09-15 "Alan Somers "Alan Somers [e52e41] ngspice interface works, but with an error in Z...
 setup.py 2013-06-19 "Alan Somers "Alan Somers [5024df] Bump version to 0.2.2
 test.py 2009-08-31 "Alan Somers "Alan Somers [0d370a] Started test-sim.py

Read Me

About Mr. Filter
================

Mr. Filter is an analog active filter design assistant.  It walks the user 
through the steps of designing a filter from the specification stage through
simulation.  The most recent information can be found at

https://sourceforge.net/project/screenshots.php?group_id=274571

and the code can be downloaded from

https://sourceforge.net/projects/mrfilter/files/

But as the project is in the pre-alpha stage, it's better to fetch the code
from mercurial:

hg clone http://mrfilter.hg.sourceforge.net:8000/hgroot/mrfilter/mrfilter mrfilter


Installation
============
Unix users can download the tarball, unpack it, then run

$ cd mrfilter-X.Y.Z (where X.Y.Z is the version number)
$ sudo python setup.py install

If you do not have superuser priveleges, you do a personal installation with
$ python setup.py install --home=~

That will put all the files in your home directory.  To use them you must set
these environment variables:
export PATH=~/bin:$PATH
export PYTHONPATH=~/lib/python:$PYTHONPATH

Windows is not yet officially supported, but should work with possibly minor
modification.


Requirements
============
mrfilter requires the following packages to be installed:
* scipy
* numpy (may be included with scipy)
* matplotlib
* gnucap and/or ngspice (for simulation)


Support
=======
For help with problems, or to submit patches, bugs, or feature requests, email
the mailing list: mrfilter-users@lists.sourceforge.net .  Bear in mind that
mrfilter is in an early stage of development.  Right now bugs are many,
features are lacking, and the project is changing rapidly.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.