iiRecord
Agentic AI Atlas · communication-system-design
lib-process:electrical-engineering--communication-system-designa5c.ai
II.
LibraryProcess JSON

lib-process:electrical-engineering--communication-system-design

Structured · live

communication-system-design json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:electrical-engineering--communication-system-design",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "communication-system-design",
    "description": "Communication System Design - Guide the design of digital communication systems including modulation,\ndemodulation, synchronization, and channel coding. Covers system-level design through implementation.",
    "libraryPath": "library/specializations/domains/science/electrical-engineering/communication-system-design.js",
    "specialization": "electrical-engineering",
    "references": [
      "- IEEE 802.x Standards\n- 3GPP Standards\n- DVB Standards\n- Digital Communications (Proakis)"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/electrical-engineering/communication-system-design', {\n  systemName: 'IoT LPWAN Modem',\n  communicationType: 'OFDM',\n  requirements: { dataRate: '1Mbps', ber: '1e-6', bandwidth: '20MHz', range: '1km' },\n  channelModel: 'Rayleigh-fading'\n});",
    "usesAgents": [
      "communications-engineer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:electrical-engineering--communication-system-design",
      "to": "skill-area:hardware-abstraction-layer",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--communication-system-design",
      "to": "skill-area:device-drivers",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:electrical-engineering--communication-system-design",
      "to": "skill-area:firmware-development",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:electrical-engineering--communication-system-design",
      "to": "domain:electrical-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--communication-system-design",
      "to": "role:embedded-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--communication-system-design",
      "to": "role:systems-integration-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:electrical-engineering--communication-system-design",
      "to": "workflow:architecture-decision-record",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:electrical-engineering--communication-system-design",
      "to": "specialization:electrical-engineering",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}