Search content
Articles
What is Telecommunications? | Teleinf Edu
Defining the field: processing, transmission, and switching of information.
/en/fundamentals/introduction/what-is-telecomAnalog Signal and Sine Wave | Teleinf Edu
Understanding the characteristics of continuous signals: amplitude, period, and frequency.
/en/fundamentals/introduction/analog-signalSignal Spectrum | Teleinf Edu
Analyzing signals in the frequency domain and understanding signal bandwidth.
/en/fundamentals/introduction/signal-spectrumData Transmission Signal | Teleinf Edu
Visualizing digital information as a series of voltage levels over time.
/en/fundamentals/introduction/data-signalElectromagnetic Waves | Teleinf Edu
The basis of wireless communication and the electromagnetic spectrum.
/en/fundamentals/introduction/electromagnetic-wavesUnits of Measurement | Teleinf Edu
Key units in telecommunications, including decibels (dBm, dBr) and information units (bit, byte).
/en/fundamentals/introduction/unitsThe Teletransmission Chain | Teleinf Edu
From information source to destination: the complete path of a signal.
/en/fundamentals/transmission/chainTransmission Modes | Teleinf Edu
Simplex, half-duplex, and full-duplex communication explained.
/en/fundamentals/transmission/modesChannel Interference and Noise | Teleinf Edu
Understanding additive (noise) and multiplicative (fading) disturbances.
/en/fundamentals/transmission/interferenceTransmission Quality | Teleinf Edu
Measuring performance with Bit Error Rate (BER) and energy efficiency (Eb/N0).
/en/fundamentals/transmission/qualityNetwork Elements | Teleinf Edu
The building blocks of a network: end devices, intermediary devices, and media.
/en/fundamentals/architecture/elementsNetwork Devices | Teleinf Edu
Roles of hosts, clients, servers, routers, switches, and firewalls.
/en/fundamentals/architecture/devicesNetwork Types | Teleinf Edu
Classification by scale: PAN, LAN, MAN, and WAN.
/en/fundamentals/architecture/typesNetwork Topologies | Teleinf Edu
Physical and logical layouts: Bus, Star, Ring, Mesh, Tree, and Full Mesh.
/en/fundamentals/architecture/topologiesGraph Theory in Networks | Teleinf Edu
Applying concepts like graph degree, paths, and connectivity to network analysis.
/en/fundamentals/architecture/graph-theoryLayered Network Models | Teleinf Edu
The principle of dividing complex communication tasks into manageable layers.
/en/fundamentals/models/layered-modelsThe OSI Model | Teleinf Edu
A deep dive into the 7 layers of the Open Systems Interconnection reference model.
/en/fundamentals/models/osi-modelThe TCP/IP Model | Teleinf Edu
Exploring the 4-layer practical model that powers the Internet.
/en/fundamentals/models/tcp-ip-modelEncapsulation and Decapsulation | Teleinf Edu
How data is wrapped with headers and trailers as it moves through the network layers.
/en/fundamentals/models/encapsulationLogic Gates | Teleinf Edu
Fundamental building blocks of digital circuits: AND, OR, NOT, XOR gates and their truth tables.
/en/fundamentals/digital-logic/logic-gatesFlip-Flops | Teleinf Edu
Sequential logic circuits that store binary information: SR, JK, D, and T flip-flops.
/en/fundamentals/digital-logic/flip-flopsRegisters | Teleinf Edu
Digital storage devices composed of flip-flops: shift registers, parallel registers, and their applications.
/en/fundamentals/digital-logic/registersCounters | Teleinf Edu
Sequential circuits that count pulses: binary counters, decade counters, and up/down counters.
/en/fundamentals/digital-logic/countersMemory Elements | Teleinf Edu
Basic memory components in digital systems: latches, SRAM, DRAM, and ROM types.
/en/fundamentals/digital-logic/memory-elementsSampling | Teleinf Edu
The first step of A/D conversion: the Nyquist-Shannon sampling theorem.
/en/signal-processing/conversion/samplingQuantization | Teleinf Edu
Converting continuous sample amplitudes into discrete levels and the resulting quantization noise.
/en/signal-processing/conversion/quantizationCompanding | Teleinf Edu
Non-linear quantization using A-law and µ-law to improve SNR for low-amplitude signals.
/en/signal-processing/conversion/compandingPulse Code Modulation (PCM) | Teleinf Edu
The fundamental technique for digital representation of analog signals, like voice.
/en/signal-processing/conversion/pcmDelta Modulation (DM) | Teleinf Edu
A simple 1-bit differential coding technique, including its adaptive variants (ADM).
/en/signal-processing/conversion/delta-modulationDifferential PCM (DPCM/ADPCM) | Teleinf Edu
Advanced differential coding using multi-bit quantization for better compression.
/en/signal-processing/conversion/differential-pcmA/D Converter Methods | Teleinf Edu
An overview of indirect (e.g., integrating) and direct (e.g., flash) conversion techniques.
/en/signal-processing/conversion/adc-methodsFlash A/D Converters | Teleinf Edu
The fastest ADC architecture: parallel conversion using comparators.
/en/signal-processing/conversion/flash-adcIntegrating A/D Converters | Teleinf Edu
High-precision conversion using single-slope and dual-slope integration methods.
/en/signal-processing/conversion/integrating-adcSuccessive Approximation ADC | Teleinf Edu
A widely used method balancing speed and resolution via iterative comparisons.
/en/signal-processing/conversion/successive-approximation-adcWeighted Resistor D/A Converters | Teleinf Edu
Converting digital words to analog signals using a weighted resistor network.
/en/signal-processing/conversion/weighted-dacR-2R Ladder D/A Converters | Teleinf Edu
A precise and practical DAC architecture using a ladder of only two resistor values.
/en/signal-processing/conversion/r2r-dacLine Coding | Teleinf Edu
Transforming binary data into physical signals for transmission (NRZ, RZ, Manchester, AMI, HDB-3).
/en/signal-processing/coding/line-codingScrambling (Randomization) | Teleinf Edu
Using pseudo-random sequences (PRBS) to ensure clock recovery and eliminate DC component.
/en/signal-processing/coding/scramblingClock Recovery - Technical Implementation | Teleinf Edu
Advanced clock recovery techniques including PLL architectures, jitter performance, and implementation considerations.
/en/signal-processing/coding/clock-recoveryClock Recovery | Teleinf Edu
Techniques for extracting the timing signal from the received data stream.
/en/signal-processing/coding/frame-synchronizationNRZ Codes | Teleinf Edu
The basics of Non-Return-to-Zero line coding and its spectral properties.
/en/signal-processing/coding/nrzRZ Codes | Teleinf Edu
Understanding Return-to-Zero codes and how they improve clock recovery.
/en/signal-processing/coding/rzManchester Code | Teleinf Edu
A self-clocking line code used in Ethernet with built-in transitions.
/en/signal-processing/coding/manchesterAMI Code | Teleinf Edu
Alternate Mark Inversion: a bipolar code that eliminates DC component.
/en/signal-processing/coding/amiHDB3 Code | Teleinf Edu
High-Density Bipolar 3-zero code, an enhancement of AMI that avoids long zero sequences.
/en/signal-processing/coding/hdb3CMI Code | Teleinf Edu
Coded Mark Inversion, a line code providing excellent clock recovery features.
/en/signal-processing/coding/cmiBlock Codes (mBnB) | Teleinf Edu
Redundant codes like 1b/2b or 3b/4b used in fiber optics to ensure DC balance and synchronization.
/en/signal-processing/coding/block-codesIntroduction to Error Control | Teleinf Edu
Concepts of redundancy, ARQ (feedback) and FEC (forward error correction).
/en/signal-processing/error-control/introParity Check | Teleinf Edu
A simple error detection method based on counting the number of ones.
/en/signal-processing/error-control/parityRepetition Codes | Teleinf Edu
The simplest form of FEC based on majority voting.
/en/signal-processing/error-control/repetitionHamming Code | Teleinf Edu
A classic single-error correcting, double-error detecting block code.
/en/signal-processing/error-control/hammingCyclic Redundancy Check (CRC) | Teleinf Edu
A powerful error-detection technique based on polynomial division.
/en/signal-processing/error-control/crcWhat is Modulation? | Teleinf Edu
The core concept of impressing information onto a high-frequency carrier wave.
/en/signal-processing/modulation/introductionAmplitude Modulation (AM) | Teleinf Edu
Varying the amplitude of the carrier wave. Exploring DSB-WC, DSB-SC, and SSB.
/en/signal-processing/modulation/amFrequency Modulation (FM) | Teleinf Edu
Varying the frequency of the carrier. Concepts of deviation and modulation index.
/en/signal-processing/modulation/fmPhase Modulation (PM) | Teleinf Edu
Varying the phase of the carrier wave and its relationship with FM.
/en/signal-processing/modulation/pmAmplitude-Shift Keying (ASK) | Teleinf Edu
Digital modulation by switching between discrete amplitude levels.
/en/signal-processing/modulation/askFrequency-Shift Keying (FSK) | Teleinf Edu
Digital modulation by switching between discrete frequency levels.
/en/signal-processing/modulation/fskPhase-Shift Keying (PSK) | Teleinf Edu
The general principle of digital modulation by shifting the phase of the carrier.
/en/signal-processing/modulation/pskConstellation Diagrams | Teleinf Edu
Visualizing digital modulation schemes in the I-Q plane.
/en/signal-processing/modulation/constellations