⚡ Electrical Systems: DC, AC, and Signal Fundamentals
Electrical Systems — a deep dive into the two fundamental types of electrical current and the systems built around them. Here’s what stood out:
🔋 Direct Current (DC)
· Definition: Current that flows steadily in one direction.
· Sources: Batteries, solar panels, EV systems.
· Pros: Simple, stable, ideal for portable/low-voltage electronics.
· Cons: Inefficient for long-distance transmission; voltage transformation is not straightforward.
🔁 Alternating Current (AC)
· Definition: Current that periodically reverses direction and varies in magnitude.
· Sources: Power grids, generators, inverters.
· Pros: Easy voltage transformation (via transformers), efficient long-distance transmission, compatible with motors and inductive loads.
· Cons: More complex due to impedance and phase considerations; can cause electromagnetic interference (EMI).
📈 AC Characterization & Calculations
· Key metrics: Frequency (Hz), RMS voltage, peak values.
· Example problem: A 240V(RMS), 50Hz supply connected to a 48Ω heater → calculate RMS current, power, peak current, and instantaneous voltage.
· Tools: Phasor diagrams and impedance (Z = R + jX) simplify AC analysis.
🔄 Conversion Systems
· AC → DC: Rectifiers (half/full wave) used in chargers and power supplies.
· DC → AC: Inverters produce AC from DC sources (e.g., solar panels, UPS systems). Output can be square, modified sine, or pure sine waves.
📡 Analogue vs. Digital Systems
· Analogue: Continuous signals (e.g., sound waves, sensor outputs).
· Digital: Discrete binary signals (0s and 1s), used in computing and digital communication.
· Conversion:
· ADC (Analogue-to-Digital): Enables digital processing of real-world signals.
· DAC (Digital-to-Analogue): Allows digital systems to control analogue devices (e.g., audio playback).
🔢 Number Systems in Digital Context
· Decimal (base-10), Binary (base-2), and Hexadecimal (base-16) systems.
· Positional weighting and conversion methods (binary ↔️ decimal) are foundational for digital logic and microcontroller programming.