'rbfilter' is intended to design, predict and simulate digital filters. As of version 1.0 it can deal with low-, band- and high-pass filters, designed as "Sallen and Key", "Rauch" and Discrete forms of Bessel, Butterworth and Chebyshev types
 
 
 
 
Go to file
R. Burghall b39c0423d1
Add files via upload
2022-08-13 17:10:51 +01:00
Circuit_diagrams Add files via upload 2022-08-13 17:10:51 +01:00
Build Add files via upload 2022-08-12 13:32:15 +01:00
Calcs.cpp Add files via upload 2022-08-12 13:32:15 +01:00
Calcs.h Add files via upload 2022-08-12 13:32:15 +01:00
Clean Add files via upload 2022-08-12 13:32:15 +01:00
Count_lines Add files via upload 2022-08-12 13:32:15 +01:00
Debug Add files via upload 2018-05-27 15:10:28 +01:00
Discrete.cpp Add files via upload 2018-05-28 11:07:53 +01:00
Discrete.h Add files via upload 2018-05-28 11:07:53 +01:00
Document Add files via upload 2018-05-27 15:10:28 +01:00
Document.conf Add files via upload 2018-05-27 15:10:28 +01:00
Drawing.h Add files via upload 2022-08-13 11:07:08 +01:00
Edit Add files via upload 2022-08-12 13:32:15 +01:00
Enums.h Add files via upload 2018-05-28 11:07:53 +01:00
LICENSE Initial commit 2018-05-27 14:58:35 +01:00
Libraries_needed.txt Update Libraries_needed.txt 2022-08-13 11:14:56 +01:00
Makefile Add files via upload 2022-08-12 13:32:15 +01:00
README Update README 2018-06-23 11:26:08 +01:00
Rauch.cpp Add files via upload 2022-08-12 13:32:15 +01:00
Run Add files via upload 2018-05-27 15:10:28 +01:00
Sallen_and_Key.cpp Add files via upload 2022-08-12 13:32:15 +01:00
Script.odt Add files via upload 2022-08-12 13:32:15 +01:00
Script2.odt Add files via upload 2022-08-12 13:32:15 +01:00
ToDo list.odt Add files via upload 2018-05-27 15:10:28 +01:00
Use_of_rbfilter.odt Add files via upload 2018-05-28 11:07:53 +01:00
bilinear.cpp Add files via upload 2018-05-28 11:07:53 +01:00
compile Add files via upload 2022-08-12 13:32:15 +01:00
configure Add files via upload 2022-08-12 13:32:15 +01:00
filter.h Add files via upload 2018-05-28 11:07:53 +01:00
main.cpp Add files via upload 2018-05-28 11:07:53 +01:00
rbfilter Add files via upload 2022-08-13 11:30:54 +01:00
rbfilter.cpp Add files via upload 2022-08-12 13:32:15 +01:00
using_rbfilter.odt Add files via upload 2018-05-27 15:10:28 +01:00

README

Copyright (c) 2018 Roger Burghall

This is a git repository for 'rbfilter'. Copyright is owned by Roger Burghall.

This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.


The contents of this repository are subject to the GPLv3.0 ("General Public Licence")

*** No responsibility is taken for the results obtained using the program contained in or created using these files. ***

It is strongly recommended that the user should verify and validate the results obtained. Component tolerances and the limitations of real amplifiers will affect the results with actual circuits, and finite time intervals used in circuit simulation software will affect results indicated by circuit simulation software such as SPICE. Similar limitations exist when creating discrete filters. 

'rbfilter' is intended to design, predict and simulate the operation of active and digital filters. As of version 1.0 it can deal with low-, band- and high-pass filters, designed as "Sallen and Key", "Rauch" and Discrete forms of Bessel, Butterworth and Chebyshev types. It does not, in general, comment on the sanity or otherwise of trying to create a particular filter, even if it involves unrealistic "q" values or operates at ridiculous frequencies.

The original version of this program was written in the early 1970s, using a Digital Equipment Corporation PDP12 computer, in Fortran. The next version dates from the 1980s and was written in BASIC and run on a BBC Model B computer. This version, written in C++, was recreated using a PC running Ubuntu; while it has enhanced functionality in some areas it lacks, as yet, some of the functions of the BBC version, such as the ability to simulate the output of a filter, given a file containing a representation of the input signal.

Use 'Build' to compile and link the program, 'Run' to run it, 'Debug' to run it under the gdb debugger. (I have created a makefile but am not sure it works - the autotools don't seem to have done what the tutorials say they should.)