Friday 19 February 2016

audio - Twin-T Active Notch Filter Analysis


Could anyone give me a hint in analyzing the Twin-T Active Notch Filter? I tried a delta-star transform, followed by nodal analysis, but ended up with conflicting equations. For an example, look at Figure 1 from the Texas Instruments application note "An audio circuit collection, part 2":


enter image description here


In the more general example I am studying, I remove C4/C5 and R6/R7 (and that Vcc) and treat the T passive components as matched conductances as follows:


R1 and R2 become Y1, R3 becomes 2Y1, C1 and C2 become Y2, C3 becomes 2Y2, R4 and R5 generic voltage divider with resistances R1 and R2





No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...