Changes between Version 8 and Version 9 of FlexWaves

Show
Ignore:
Timestamp:
05/04/09 18:28:32 (16 years ago)
Author:
ismael (IP: 62.57.1.15)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FlexWaves

    v8 v9  
    11= FlexWaves Project = 
    22 
     3This folder contains a repository of waveforms currently available for public download and use with ALOE. 
     4 
     5The license of this folder may change from one object to another, even from one file to another thus, we encourage the reader to read in each source file the specific license before using and distributing it. 
     6 
     7Some of the waveforms and/or objects under this folder have been developed by graduate and under-graduate students. This means that the level of optimization and compliance with the standards is not guaranteed. However, they may be useful for testing purposes or evaluating the performance of the algorithms under different situations or platforms.    
     8 
     9 
     10== Test == 
     11 
     12This waveform is a dummy example for testing purposes. It consist on a single executable that can be instantiated as two different functionalities: read and write. The final function depends on the interfaces modes (input/output) we have configured it for in the Application's Definition File.    
     13 
     14You can download the waveform executable from our svn repository: 
     15 
     16{{{ 
     17svn co http://flexnets.upc.edu/svn/phal-apps/trunk/test 
     18}}} 
     19 
     20And the Application's Definition File from: 
     21{{{ 
     22svn co http://flexnets.upc.edu/svn/phal-apps/trunk/phal-repositories/test.app 
     23}}} 
     24 
     25To compile and use it follow the instructions under WaveformDeveloperGuide and AloeUserGuide 
     26 
     27 
     28== UTRAN ==  
     29 
     30This waveform partially implements the bit-level processing of a UTRAN transceiver.  
     31 
     32 
     33You can download the waveform executable from our svn repository: 
     34 
     35{{{ 
     36svn co http://flexnets.upc.edu/svn/phal-apps/trunk/utran 
     37}}} 
     38 
     39And the Application's Definition File from: 
     40{{{ 
     41svn co http://flexnets.upc.edu/svn/phal-apps/trunk/phal-repositories/utran.app 
     42}}} 
     43 
     44To compile and use it follow the instructions under WaveformDeveloperGuide and AloeUserGuide 
     45  
     46 
     47 
    348== WiMAX == 
    4  
    5 == UTRAN == 
    649 
    750'''Under work''' 
    851 
    952We apologise for the inconvenience, come back soon please. 
     53 
     54 
     55 
     56== Generating Modules from Matlab(c)'s Simulink(c) == 
     57 
     58'''Under work''' 
     59 
     60We apologise for the inconvenience, come back soon please.