Essential Electrical Engineering Concepts Summary

Unit 1: Basic Electrical Principles

1. Ohm’s Law

At constant temperature, current is directly proportional to voltage; V = IR.

2. Kirchhoff’s Laws

  • KCL: Algebraic sum of currents at a node is zero.
  • KVL: Sum of voltages in a loop is zero.

3. Resistance, Inductance, Capacitance

  • Resistance (Ohm): Opposes current flow.
  • Inductance (Henry): Opposes current change.
  • Capacitance (Farad): Stores electric charge.

4. Active and Passive Elements

  • Active: Voltage sources, current sources.
  • Passive: Resistor, inductor, capacitor.
Read More

RL and RC Circuit Transient Response Analysis

1.Derive the expression for Transient Response of RL Circuits

A


1. Circuit and assumptions

Resistance = R

Inductance = L

DC source = V applied at t=0

Initial current in inductor:                 i(0)=0

2. Apply Kirchhoff’s Voltage Law (KVL)

For t>0:


V=Ri(t)+L di(t)/dt

Rearranging,                 L di(t)/dt+Ri(t)=V

3. Solve the differential equation

Step 1: Standard form:    di(t)/dt+R/T i(T)=V/L

This is a first-order linear differential equation

Step 2: Complementary (homogeneous) solution

Di/

Read More

Protective Relays and Electrical System Safeguards

Protective Relay Functions in Device Protection

Protective relays are essential devices that detect faults or abnormalities in electrical systems and initiate actions to prevent equipment damage or ensure safe operation. Their primary functions include:

  • Fault Detection: Identifying issues like short circuits, overloads, or ground faults.
  • Isolation: Triggering circuit breakers to isolate faulty sections.
  • Protection: Preventing damage to equipment and ensuring system stability.

Protective relays play a

Read More

Semiconductor Physics and Electronic Circuit Analysis

Hall Effect Fundamentals

The Hall effect is the phenomenon in which a transverse electric field (and hence a potential difference called Hall voltage) is developed across a current-carrying conductor or semiconductor when it is placed in a magnetic field perpendicular to the direction of current.

The Hall Field

The Hall field (EH) is the electric field produced across the width of the conductor due to charge separation caused by the magnetic force on moving charge carriers. It acts perpendicular to

Read More

Image Texture Features — Mean, GLCM Metrics, Entropy & Energy

Image Intensity Statistics and Texture Features

Mean (m)

Mean (m)
The mean is the expected value of the pixel intensity and reflects the overall brightness of the image.
↑ MEAN → ↑ BRIGHTNESS

Variance (M₂(Z))

Variance (M₂(Z))
The variance measures the dispersion of pixel intensities around the mean.
↑ VARIANCE → Large intensity differences and contrast textures, noise.
↓ VARIANCE → Smooth or uniform textures.

Standard Deviation (σ)

Standard Deviation (σ)
The standard deviation is

Read More

Image Feature Extraction: Shape, Color, and Texture Descriptors

Shape Descriptors

Contour-Based Shape Descriptors

DescriptorDescription
Shape SignatureRepresents the shape of an object as a one-dimensional function extracted from contour points. Examples include distance to centroid, tangent angle, curvature, or arc length. It provides a compact representation for shape analysis and matching.
Convex HullDefines the smallest convex polygon enclosing the shape. It simplifies complex shapes by excluding concavities, providing a more generalized outline. Useful for
Read More