There is an online java circuit simulator here (http://www.falstad.com/circuit/e-ohms.html).
Directions for its use are here (http://www.falstad.com/circuit/directions.html).
I'm trying it out. My knowledge of electronics comes from learning physics at high school a long time ago, so I have a load of misconceptions about the subject. Please forgive my ignorance.
I have started to build a simple ring-modulator circuit, but have come to the limit of my knowledge. To see how far I have got, copy the code at the end of this post (not including the bits in [b]bold[/b]), open the simulator using the second link in this post, right click (mac users, control-click) on a black part of the simulator, select File-->Import in the contextual menu that appears, paste my code into the window that opens and click on the Import button. (*)
The output is not quite as I expected. It has corners, but the inputs are both sine waves.
Questions...
What is an appropriate primary inductance for the tapped transformers?
Am I right to put a resistor across the outputs to simulate a load? How many Ohms?
[b]Code Starts[/b]
$ 1 5.0E-6 13.654669808981877 31 5.0 50
d 208 112 256 64 1 0.805904783
d 256 64 304 112 1 0.805904783
d 304 112 256 160 1 0.805904783
d 256 160 208 112 1 0.805904783
169 80 80 144 80 0 1.0 1.0 -6.047907177736401 8.200832295068906
w 144 80 144 64 0
169 432 144 368 144 0 1.0 1.0 -2.8990260628714717 6.458960171845058
w 304 80 304 112 0
w 368 144 368 192 0
w 208 192 208 112 0
w 208 192 368 192 0
w 368 80 304 80 0
w 144 64 256 64 0
w 144 144 144 160 0
w 144 160 256 160 0
w 144 112 176 112 0
w 176 112 176 224 0
w 176 224 224 224 0
w 368 112 336 112 0
w 336 112 336 224 0
w 336 224 272 224 0
v 464 80 464 144 0 1 30.0 20.0 0.0 0.0 0.5
v 48 80 48 144 0 1 20.0 20.0 0.0 0.0 0.5
w 48 80 80 80 0
w 48 144 80 144 0
w 432 144 464 144 0
w 432 80 464 80 0
w 224 224 224 272 0
w 272 224 272 272 0
r 224 272 272 272 0 1.0
o 21 32 0 38 20.0 6.4 0 -1
o 22 32 0 38 20.0 6.4 0 -1
o 29 64 0 38 2.3384026197294445 0.7482888383134223 1 -1
[b]Code Ends[/b]
(*) Update. Damnit! The simulator's import routine is sensitive to font data or something - at least on my Mac - so the above instructions don't work as given. To work around this (for Mac users), after copying the code from this post, paste it into TextWrangler (free download (http://www.barebones.com/products/TextWrangler/)) then copy the text from the TextWrangler window. This removes whatever is causing the problem. (I also tried this in TextEdit but it didn't work. :-( ) Also - you must include a line feed at the end, but no blank line.