diff --git a/docs/guides/spice-simulation/Diodes/full-wave-rectifier.mdx b/docs/guides/spice-simulation/Diodes/full-wave-rectifier.mdx new file mode 100644 index 0000000..068d90f --- /dev/null +++ b/docs/guides/spice-simulation/Diodes/full-wave-rectifier.mdx @@ -0,0 +1,74 @@ +--- +title: Full-Wave Rectifier Example +sidebar_label: Full-Wave Rectifier +sidebar_position: 2 +description: An example of a full-wave rectifier circuit for SPICE simulation. +--- +import CircuitPreview from "@site/src/components/CircuitPreview" + +
+ This example demonstrates a full-wave bridge rectifier. The four diodes are + arranged to route both the positive and negative halves of the AC input + sine wave to the output, but with the negative half inverted. The result is + a DC voltage that pulses at twice the frequency of the AC input. +
+
+ To build and simulate this circuit, we defined a {"connectsTo and{" "}
+ referenceTo props. Finally, the {"