Skip to content

buckeye43210/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

sandbox

Playground for testing new things.

Mermaid Diagram:

graph LR
  a --> b & c --> d
Loading

RC Low-Pass Filter – TikZ Circuit Diagram

\begin{circuitikz}[
    % Works perfectly in GitHub with the "tikz" language tag
\draw
  (0,0) node[ground] {} to[sinusoidal voltage source, l=$$   v_{in}(t)   $$, invert] (0,3)
        to[short] (2,3)
        to[R, l=$$   R   $$, *-] (4,3)
        to[C, l=$$   C   $$, *-] (4,0) node[ground] {}
  (4,3) to[short, -o] (5,3) node[above] {$$   v_{out}(t)   $$}
  ;

% Optional component values
\node at (3,2.4) {$$   R = 10\,\mathrm{k\Omega}   $$};
\node at (5,1.5) {$$   C = 100\,\mathrm{nF}   $$};

About

Playground for testing new things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors