I'm trying to hack together a relatively basic filter for my synthproject. For now I need a filter for some "proof of concept" so all the "bells ,whistles and fizzbangs" of the great sounding filters out there are less important.
The filter is supposed to be a voltage controlled state variable filter. The controlvoltages will be generated by a MCU. So I started the hunt for some existing designs.
Looking at obvious places like DIY-synth pages i found Mutable instruments Dual SVF
http://mutable-instruments.net/static/schematics/Shruthi-Analog-SVF-v03.pdf. More or less the same concept that I'm planning and its based on controlvoltages in the 0-5V range. BUT it uses the v2164-chip (clone of the obsolete SSM2164). Paying ~$3.5 each+shipping and some weeks of waiting, thanks but no thanks(not for a prototype, maybe later on)
Next stop: MFOS
http://www.musicfromouterspace.com/index.php?MAINTAB=SYNTHDIY&PROJARG=STATEVARVCFFEB2006/STATEVARVCFFEB2006.html&VPW=1670&VPH=797Sweet, easy to get components (have the most of them), but I have no clue whats going on in that circuit. Its obviously not a "real" SVF-topology. So trying to adapt it to 0-5V ranges (and keep partcount down) seems to be a bit to much work (and math)
So.. I started to realize that i more or less had to build something from scratch. so after some googling I found this:
http://www.electronics-tutorials.ws/filter/state-variable-filter.htmlOK. Nice, right of the bat i had a SVF That did what it was supposed to do. Well for 1kHz that is, still no voltagecontrol of Cutoff and resonance.
Trying to puzzle together bits and pieces of information i realized that the integrators in the MFOS looked like a "OTA-C Lp Cell" (
http://pdp7.org/synthwiki/OtaCLpCell.html) on the other hand the circuit from electronics-tutorials.ws looked something like a "OTA-Integrator LP cell" (
http://pdp7.org/synthwiki/OtaIntegratorLpCell.html)
When i tried to simulate the 2 "OTA-cells" i got some.. ehm.. interesting results.
So. Can someone give me some advice how to proceed?
What i Need is a basic SVF where i can sweep the cutooff-frequency in the 20-20khz spectrum (15-25k is ok
) A resonance (Q) control that has a range from no resonance to.. a lot(?) (self oscillating with pure sine is one of those "bells ,whistles and fizzbangs")
Note: This is not a "please design my circuit for me because im too lazy"-thread, I'ts rather "OK I've tried to do the maths and followed the guides but my simulations says I'm wrong"