Replies: 1 comment 6 replies
-
You can add new components to a netlist but there is no built-in method to join two netlists. I'll have a think about this. The alternative is to take your transfer function and multiply it by the Laplace or Fourier transform of the input signal to find the transform of the output signal. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to play
puzzle
, that means I want to take what I already programmed, and simply append something to its ports, it can be either be as a "box" or as a tiny version of the circuit let me give you an example.Say for example I create a low pass filter, this circuit has no voltage sources, or current sources. After plotting or getting the transfer function for this circuit, I want to "append" the voltage or maybe stack the same low pass filter again, how can you do this?
If this question is not clear, let me know and I will give better examples of what I mean.
Beta Was this translation helpful? Give feedback.
All reactions