Hi, I’m Kazu.
I’m new to Kicad.
I created and simulated a circuit for EEG detection and got the following error.
doAnalyses: Too many iterations without convergence
run simulation(s) aborted
The EEG circuit is a combination of an instrumentation amplifier, a Sallen-key low pass filter, and a 50hz notch filter.
AC analysis and transient analysis work fine when testing each above individual circuit, but when I combine the circuits, I get the above error. I would appreciate it if you could tell me the cause of this problem.
I would like to attach the Kicad file, but since I’m a newcomer to this forum and can’t seem to attach files.
A way to bypass the starting conditions for transient simulation is using .tran 200u 2 1 uic
This starts with 0 voltage, if not specified otherwise, and the first second is skipped until the signal is stable.
For ac we still will need a stable operating point though