Thursday, 31 August 2017

remote control - Transfer function of three cascaded RC filters?


I am looking for the transfer function of three cascaded RC filters: schematic of the circuit


I have found the solution for two RC cascades (components differently labeled): second order solution


I need an analytical expression like this one for three cascaded RC stages, because I need to fit such a function to experimentally measured data from a network with unknown components Ri and Ci.


I tried to find the function myself using KCL and KVL but expressions tend to get awfully long and so far I didn't manage to find a transfer function that is in agreement with simulations of such networks.



Maybe one of you guys has the transfer function for three cascaded RC filters at hand? Or is there probably a different way to find the components Ri and Ci for a system like that from measured data Vout/Vi(frequency)?



Answer



From the following schematic:


schematic


simulate this circuit – Schematic created using CircuitLab


I get the following set of expressions:


VOR3+sC3VO=VYR3VYR2+VYR3+sC2VY=VXR2+VOR3VXR1+VXR2+sC1VX=VIR1+VYR2


Solving, I get this gnarly mess:


VOVI=1R1R2R3[R22R23(C1s+1R1+1R2)(C2s+1R2+1R3)(C3s+1R3)R22(C1s+1R1+1R2)R23(C3s+1R3)]


Moving towards a characteristic form:



VOVI=Ks3+As2+Bs+C,where,K=1C3C2C1R3R2R1A=1C1R1+1C1R2+1C2R2+1C2R3+1C3R3B=1C2C1R2R1+1C2C1R3R1+1C2C1R3R2+1C3C1R3R1+1C3C1R3R2+1C3C2R3R2C=1C3C2C1R3R2R1


At this point I think it moves on to a substitution to get the denominator into the form of $x^3+p\cdot x + q$ with $x=s-\frac{A}{3}$, $p=B-\frac{A^2}{3}$ and $q=\frac{2 A^3}{27}-\frac{A B}{3}+C$, then variable replacement using $x=\sigma+j\omega$, then sorting into real and imaginary parts. And so on. Enjoy.


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...