capacitance multiplier

Thread Starter

nurul1234

Joined May 5, 2025
1
how is the equation of the capacitance multiplier using current mirror? and how do we determine the capacitance value that is multiplied?
1746423921734.png
 

f26dn

Joined May 3, 2025
4
Ben olsam, önce SPICE simülatörü kullanarak girdiye dayalı çıktı grafiğini elde ederdim. Daha sonra bir sayı dizisine sahip olursunuz — giriş akımı ve çıkış akımı. Bundan sonra, Python kullanarak bu değerlere bir denklem uydururdum. Bunun için sklearn kütüphanesini kullanabilirsiniz.

Mod:translated, Please use English text.,

If it were me, I would first get the output plot based on the input using the SPICE simulator. Then you have a series of numbers — input current and output current. After that, I would fit an equation to those values using Python. You can use the sklearn library for this.
 
Last edited by a moderator:
Top