II.
LibraryProcess JSON
Structured · livelib-process:electrical-engineering--dsp-algorithm-design
dsp-algorithm-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:electrical-engineering--dsp-algorithm-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "dsp-algorithm-design",
"description": "DSP Algorithm Design and Implementation - Guide the design and implementation of digital signal\nprocessing algorithms. Covers algorithm development, fixed-point conversion, and optimization for real-time\nperformance on DSP processors and FPGAs.",
"libraryPath": "library/specializations/domains/science/electrical-engineering/dsp-algorithm-design.js",
"specialization": "electrical-engineering",
"references": [
"- IEEE 754 (Floating-Point Arithmetic)\n- Fixed-Point Best Practices\n- MATLAB/Simulink Documentation\n- DSP Algorithm Implementation Guidelines"
],
"example": "const result = await orchestrate('specializations/domains/science/electrical-engineering/dsp-algorithm-design', {\n algorithmName: 'Adaptive Echo Canceller',\n signalType: 'audio',\n requirements: { sampleRate: '48kHz', latency: '<5ms', convergenceTime: '<1s' },\n targetPlatform: 'ARM-Cortex-M7'\n});",
"usesAgents": [
"dsp-algorithm-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:electrical-engineering--dsp-algorithm-design",
"to": "skill-area:hardware-abstraction-layer",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--dsp-algorithm-design",
"to": "skill-area:device-drivers",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--dsp-algorithm-design",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:electrical-engineering--dsp-algorithm-design",
"to": "domain:electrical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--dsp-algorithm-design",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--dsp-algorithm-design",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:electrical-engineering--dsp-algorithm-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:electrical-engineering--dsp-algorithm-design",
"to": "specialization:electrical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}