Changes between Version 9 and Version 10 of ConceptandMotivation

Show
Ignore:
Timestamp:
07/05/10 19:47:26 (16 years ago)
Author:
vuk (IP: 147.83.105.169)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConceptandMotivation

    v9 v10  
    33[[Image(ALOEV0.png, 400px, align=right)]] 
    44 
    5 The 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: 
     5The software-defined radio (SDR) concept envisages dynamic waveform reconfigurations. 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. 
     
    2222=== Layers === 
    2323 
    24 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. 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. 
     24The above figure presents the ALOE layers. The hardware layer typically consists of several processing elements (PEs) and their physical interconnection. The ALOE Layer abstracts the hardware platform, providing a homogeneous execution environment, the ALOE platform, to applications. The abstract application layer models a waveform (digital signal processing chain) by means of the task graph. It abstracts the waveform modules, providing information about the encapsulated signal processing tasks (modules, components, or objects), their precedence constraints and data flow requirements. The real application layer uses the services provided by the ALOE layer for assembling the desired waveform and distributing its components among the available hardware resources. 
    2525 
    2626[wiki:ALOE Back to ALOE Project]