vimwiki/tech/electronics.wiki

77 lines
1.4 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]]
2022-01-26 17:30:01 +00:00
* [[Series]]
* [[Parallel]]
2021-11-11 19:15:01 +00:00
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]]
2022-01-26 19:15:01 +00:00
* [[Transformers]]
2021-11-11 19:15:01 +00:00
== AC/Radio ==
2022-01-26 16:45:01 +00:00
* [[AC]]
2022-01-26 17:00:01 +00:00
* [[PEP]]
2022-03-16 20:15:01 +00:00
2022-01-26 16:45:01 +00:00
* [[Oscillator]]
2022-03-16 20:15:01 +00:00
* [[Mixer]]
* [[Multiplier]]
* [[Modulator]]
2021-11-15 20:30:01 +00:00
* [[ADC]]
* [[DAC]]
2021-09-23 17:54:24 +00:00
2022-01-31 16:56:53 +00:00
== Practical circuits ==
* [[Rectifier]]
== Digital logic circuits ==
=== Combinational ===
2021-09-23 17:54:24 +00:00
* [[multiplexer|Multiplexer]]
2022-01-31 16:56: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]]
2022-01-31 19:15:01 +00:00
* [[LFSR|Linear Feedback Shift Registers]]
2021-09-23 17:54:24 +00:00
2022-01-31 16:56:53 +00:00
=== Theoretical ===
2021-10-11 03:22:53 +00:00
* [[K-map]]
2021-09-23 17:54:24 +00:00
[[index]]