vimwiki/tech/electronics.wiki

63 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-09-23 17:54:24 +00:00
= Electronics =
Both digital and analog components
2021-11-11 18:30:01 +00:00
== Properties ==
_Voltage_ is the electrical potential. It is similar to water pressure in a
pipe. Voltage is polarized, and relative, therefore it is often measured with
respect to the earth, or _ground_. A parallel circut always has the same
voltage across all components.
_Current_ is the flow of electricity. It is similar to water flow in a pipe.
Current is not polarized, and not relative. A series circut always has the same
current across all components.
2021-11-11 18:45:01 +00:00
These two are related via the following equation (Ohms law):
V = I * R
Where V is voltage (Volts),
I is current(Amps),
and R is resistance(Ohms).
Power is Voltage times Current and is measured in Watts (W). Power is a rate
upon which electrical energy is used.
2021-11-11 18:30:01 +00:00
2021-11-11 19:15:01 +00:00
Also see
* [[Impedance]]
* [[Resonance]]
2021-11-11 18:30:01 +00:00
== Primitive ==
* [[Resistor]]
* [[Capacitor]]
2021-11-11 19:00:01 +00:00
* [[Inductor]]
2021-11-11 19:15:01 +00:00
* [[Fuse]]
== AC/Radio ==
* [[Oscillator]]
2021-11-15 20:30:01 +00:00
* [[ADC]]
* [[DAC]]
2021-09-23 17:54:24 +00:00
2021-10-11 03:22:53 +00:00
== Combinational ==
2021-09-23 17:54:24 +00:00
* [[multiplexer|Multiplexer]]
2021-10-11 03:22:53 +00:00
== Sequential ==
2021-09-23 17:54:24 +00:00
* [[buffer|Buffer]]
2021-11-02 19:15:01 +00:00
* [[Flip-flop]]
* [[registers|Registers]]
2021-11-02 19:45:01 +00:00
* [[counters|Counters]]
2021-09-23 17:54:24 +00:00
2021-10-11 03:22:53 +00:00
== Theoretical ==
* [[K-map]]
2021-09-23 17:54:24 +00:00
[[index]]