Skip to content

Harmonic Packet Engine

Packet-Oriented Waveform Synthesis


Overview

REVA v4.0 employs a Harmonic Packet Engine to organize carrier bursts into deterministic packet structures.

The packet engine separates carrier generation from packet organization.


Architecture

Packet Category
        ↓
Packet Library
        ↓
Packet Family
        ↓
Packet Executor
        ↓
Timer2
        ↓
Timer1
        ↓
Half Bridge

Layer Separation

Carrier generation and packet generation are independent subsystems.

Packet Structures
        ↓
Timer2

Carrier
        ↓
Timer1

The packet scheduler determines when the carrier engine becomes active.


Purpose

The packet engine provides:

  • deterministic packet structures,
  • repeatable timing,
  • mathematical packet families,
  • category abstraction,
  • reproducible experiments.

Design Principle

The operator does not construct packets manually.

Instead, the operator selects:

  • category,
  • family,
  • scaling factors.

The Harmonic Packet Engine performs the remaining organization automatically.


See Also