← all documents
Concept· /e/concepts/exponential-filter

Exponential Filter

Aliases

EMAEMA filterExponential FilterExponential Moving AverageExponential filterExponential smoothingexponential filter

Disambiguation

A signal processing technique, NOT a person, organization, or military operation. Also known as Exponential Moving Average (EMA) filter.

Stats

mentions4
documents1

Concept

scientific-term

A discrete, low-pass IIR filter that smooths time-series data by assigning exponentially decreasing weights to past observations using the formula s_t = αx_t + (1−α)s_{t-1}.

Um filtro discreto passa-baixa IIR que suaviza dados de série temporal atribuindo pesos exponencialmente decrescentes às observações passadas usando a fórmula s_t = αx_t + (1−α)s_{t-1}.

Enrichment

deeplast:2026-05-14 20:58:39 UTC
  • Exponential Smoothing
    Wikipediahigh· 2026-05-14
    • Mathematical formula s_t = αx_t + (1−α)s_{t-1}
    • Also called exponential moving average
    • Used for time series smoothing and forecasting
    • Assigns exponentially decreasing weights to past observations
    • Widely implemented in statistical and engineering software
  • Exponential Moving Average (EMA) Filters
    mbedded.ninjahigh· 2026-05-14
    • EMA is a discrete low-pass IIR filter
    • Requires minimal computational overhead
    • Popular in embedded systems and real-time applications
    • Used for signal smoothing with minimal data retention
  • Simplifying Telemetry
    Aerospace Testing Internationalmedium· 2026-05-14
    • Telemetry used in aircraft and missile testing
    • Filtering techniques essential for processing sensor data
    • Signal processing critical for avionics systems
ingest:2026-05-14 06:39:31 UTC

Exponential Filter

Description (EN)

Stub generated by entity dedup. Will be enriched in Phase 6.

Descrição (PT-BR)

Stub gerado pela deduplicação de entidades. Será enriquecido na Fase 6.

<!-- enrichment:start -->

Enrichment (EN)

Disambiguation: A signal processing technique, NOT a person, organization, or military operation. Also known as Exponential Moving Average (EMA) filter.

Exponential filter (also called Exponential Moving Average or EMA filter) is a fundamental signal processing technique used to smooth noisy data streams by assigning exponentially decreasing weights to past observations. Defined by the recurrence relation s_t = αx_t + (1−α)s_{t-1}, where α (0 to 1) controls the smoothing factor, it is a discrete, low-pass, infinite-impulse response (IIR) filter. Widely employed in avionics, radar telemetry, process control, and real-time embedded systems to attenuate high-frequency noise while preserving underlying trends. The method requires only one tuning parameter and minimal computational overhead, making it essential in flight test instrumentation and aircraft telemetry systems.

Enriquecimento (PT-BR)

Desambiguação: A signal processing technique, NOT a person, organization, or military operation. Also known as Exponential Moving Average (EMA) filter.

Filtro exponencial (também chamado de filtro de Média Móvel Exponencial ou EMA) é uma técnica fundamental de processamento de sinais usada para suavizar fluxos de dados ruidosos, atribuindo pesos exponencialmente decrescentes às observações passadas. Definido pela relação de recorrência s_t = αx_t + (1−α)s_{t-1}, onde α (0 a 1) controla o fator de suavização, é um filtro discreto passa-baixa de resposta ao impulso infinita (IIR). Amplamente empregado em aviônica, telemetria de radar, controle de processos e sistemas embarcados em tempo real para atenuar ruído de alta frequência enquanto preserva tendências subjacentes. O método requer apenas um parâmetro de ajuste e sobrecarga computacional mínima, tornando-o essencial em instrumentação de teste de voo e sistemas de telemetria de aeronaves.

External Sources

  • Exponential Smoothing · Wikipedia · reliability: high — Mathematical formula s_t = αx_t + (1−α)s_{t-1}; Also called exponential moving average; Used for time series smoothing and forecasting; Assigns exponentially decreasing weights to past observations; Widely implemented in statistical and engineering software
  • Exponential Moving Average (EMA) Filters · mbedded.ninja · reliability: high — EMA is a discrete low-pass IIR filter; Requires minimal computational overhead; Popular in embedded systems and real-time applications; Used for signal smoothing with minimal data retention
  • Simplifying Telemetry · Aerospace Testing International · reliability: medium — Telemetry used in aircraft and missile testing; Filtering techniques essential for processing sensor data; Signal processing critical for avionics systems
<!-- enrichment:end -->