Why does a disconnected circuit start to oscillate? #130
-
Hi all 👋 I've build a circuit that's meant to divide input frequency by two. Then I duplicated it. Then I noticed that the second circuit started to oscillate together with the first one, even though they're not yet connected by any wire. There's also no clock source in the second circuit. I assume voltage sources and grounds are meant to be ideal, so shouldn't conduct any noise between the circuits. See it here - in the right side circuit, voltages switch without apparent reason, but in phase sync with switching in the left side circuit. Disconnecting the clock from the left circuit also stops oscillations in the right circuit. Bonus question: does this indicate a design flaw in the circuit? I'm rather new to electronics, still only partially understanding of what I'm doing at all :D In this case, I took a schematic found in the internet, not fully understanding how it works. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think it's a simulator bug caused by roundoff error when solving the circuit. Everything gets loaded into one matrix, and when solving it, some unrelated nodes can become connected. |
Beta Was this translation helpful? Give feedback.
I don't think so. There are a lot of commonly used circuits that are tricky to simulate. This particular circuit looks pretty common. It looks like one of the transistor examples in the menus, Circuits->Transistors->Multivibrators->Bistable.