Changes between Version 8 and Version 9 of ConceptandMotivation

Show
Ignore:
Timestamp:
07/03/10 15:51:37 (16 years ago)
Author:
vuk (IP: 147.83.105.169)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConceptandMotivation

    v8 v9  
    33[[Image(ALOEV0.png, 400px, align=right)]] 
    44 
    5 The software-defined radio (SDR) concept envisages dynamic waveform reconfigurations. This, however, requires software and hardware support and computing resource management, in particular. The abstraction layer and operating environment (ALOE) is an open-source SDR framework with cognitive computing resource management capabilities. It supports partial or total reconfigurations of the transceiver digital signal processing chain (waveform) while facilitating the deployment of waveforms on heterogeneous and distributed hardware resources. The main attributes and functionalities of ALOE are: 
     5The software-defined radio (SDR) concept envisages dynamic waveform reconfigurations. This requires software and hardware support and computing resource management, in particular. ALOE supports partial or total reconfigurations of the transceiver digital signal processing chain (waveform) while facilitating the deployment of waveforms on heterogeneous and distributed hardware resources. The main attributes and functionalities of ALOE are: 
    66 
    77   *    Flexibility – be able to trade implementation efficiency against flexibility. An efficient implementation makes best use of the available computing resources (low resource overhead), whereas a flexible solution allows for dynamic reconfigurations at the cost of some resource overhead. 
     
    2020 
    2121 
    22 While defining a common framework for developing and deploying SDR applications it is important to eliminate any platform (hardware and supporting software) dependency. Radio applications are built through a set of precedence-constrained modules. (These modules may also be called “objects”.) Each module represents a more or less complex signal processing block that acquires information from preceding objects in the processing chain and delivers the processed information to the following modules. ALOE assumes that object interfaces are unknown at design time. This enables dynamically composing and recomposing processing chains at execution time while integrating the objects that assemble the desired waveform. 
    23  
    2422=== Layers === 
    2523 
    26 The figure shows the ALOE layers. The hardware layer typically consists of several processors or processing elements (PEs), which are physically interconnected. The ALOE Layer abstracts the hardware platform, providing a homogeneous execution environment, the ALOE platform, to applications. The abstract application layer models a radio application or waveform by means of the task graph. It abstracts the waveform modules, providing information about the involved tasks (modules or objects), their precedence constraints and data flow requirements. The real application layer uses the services or functionalities provided by the ALOE layer for assembling the complete waveform and distributing its modules among the available hardware resources. 
     24ALOE assumes that object interfaces are unknown at design time. This enables dynamically composing and recomposing processing chains at execution time while integrating the objects that assemble the desired waveform. The figure illustrates this. It shows the ALOE layers. The hardware layer typically consists of several processors or processing elements (PEs), which are physically interconnected. The ALOE Layer abstracts the hardware platform, providing a homogeneous execution environment, the ALOE platform, to applications. The abstract application layer models a radio application or waveform by means of the task graph. It abstracts the waveform modules, providing information about the involved tasks (modules or objects), their precedence constraints and data flow requirements. The real application layer uses the services or functionalities provided by the ALOE layer for assembling the complete waveform and distributing its modules among the available hardware resources. 
    2725 
    2826[wiki:ALOE Back to ALOE Project]