diff options
| author | mick grierson <mickgrierson@gmail.com> | 2015-08-27 13:33:41 +0100 |
|---|---|---|
| committer | mick grierson <mickgrierson@gmail.com> | 2015-08-27 13:33:41 +0100 |
| commit | 5b37d13616c303538a61b520e6930b322e4ff378 (patch) | |
| tree | a616325e9bdd71ba22fd22ad419963035322e8a0 /maximilian.cpp | |
| parent | b155008277cbdba3534ca392d67e2db199d9c458 (diff) | |
redoing tutorials a bit
Diffstat (limited to 'maximilian.cpp')
| -rw-r--r-- | maximilian.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maximilian.cpp b/maximilian.cpp index 7ba4978..1a79129 100644 --- a/maximilian.cpp +++ b/maximilian.cpp @@ -432,6 +432,7 @@ double maxiFilter::lopass(double input, double cutoff) { outputs[0]=output; return(output); } + //as above double maxiFilter::hipass(double input, double cutoff) { output=input-(outputs[0] + cutoff*(input-outputs[0])); |
