I want to use a CPE in my circuit, but I can't find a CPE in the Simscape library, so I want to make a CEP with the Simscape language. What can I do?
I just want to build this circuit,like the picture,the impedacne is a complex number,I can't express it's imaginary part.
Electrical – How to make a CPE (constant phase element) with Simscape language
impedancesimulink
Related Question
- Antenna analyzer
- Electronic – Impedance of headphones
- Electronic – How to make an impedance matched circuit for fabbed antenna
- Electronic – frequency at which jumpers start to become a problem
- Electronic – Equations governing the impedance of a generalised constant-phase element in the time domain
- Electronic – Laplace Transforms and the imaginary input
- Electronic – How does Laplace transform include the transient response
- Electronic – Wien Bridge Oscillator: Why does equating the real part to 0 give the gain equation
Best Answer
You can write a custom component:
This code isn't even close to being workable, remember, this took a small amount of my time so I hope you have some appreciation for it (and vote accordingly). Writing custom components isn't easy and it will take a few weeks of pulling your hair out in frustration before you understand the concepts to make this work. There is one concept I don't understand that you will need to fill in, and thats adding in the differential equations, this custom component is an example. Simscape does do s-paramters
I had to pour through the documentation about 4 times and try simple examples before I could work my way up to a full component with many nodes. The first thing I would do is get only the Zcpe component working and tested as a custom component, then work your way up. If you can get Zcpe, you can get everything working.