1 resultado para News radio stations
em Universitätsbibliothek Kassel, Universität Kassel, Germany
Filtro por publicador
- Repository Napier (1)
- Aberystwyth University Repository - Reino Unido (6)
- Academic Archive On-line (Stockholm University; Sweden) (1)
- Adam Mickiewicz University Repository (1)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (1)
- Aquatic Commons (38)
- Archive of European Integration (2)
- Archivo Digital para la Docencia y la Investigación - Repositorio Institucional de la Universidad del País Vasco (8)
- Aston University Research Archive (3)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (1)
- Biblioteca Digital de la Universidad Católica Argentina (1)
- Biblioteca Digital de Teses e Dissertações Eletrônicas da UERJ (3)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (4)
- Boston University Digital Common (3)
- Brock University, Canada (47)
- CaltechTHESIS (5)
- Cambridge University Engineering Department Publications Database (90)
- Center for Jewish History Digital Collections (6)
- Chinese Academy of Sciences Institutional Repositories Grid Portal (33)
- Cochin University of Science & Technology (CUSAT), India (8)
- CORA - Cork Open Research Archive - University College Cork - Ireland (6)
- DI-fusion - The institutional repository of Université Libre de Bruxelles (2)
- Digital Commons at Florida International University (2)
- DRUM (Digital Repository at the University of Maryland) (1)
- Duke University (4)
- eResearch Archive - Queensland Department of Agriculture; Fisheries and Forestry (1)
- Funes: Repositorio digital de documentos en Educación Matemática - Colombia (2)
- Gallica, Bibliotheque Numerique - Bibliothèque nationale de France (French National Library) (BnF), France (35)
- Greenwich Academic Literature Archive - UK (2)
- Harvard University (1)
- Helda - Digital Repository of University of Helsinki (14)
- Indian Institute of Science - Bangalore - Índia (65)
- Instituto Politécnico de Viseu (2)
- Instituto Politécnico do Porto, Portugal (2)
- Ministerio de Cultura, Spain (4)
- Plymouth Marine Science Electronic Archive (PlyMSEA) (3)
- Portal de Revistas Científicas Complutenses - Espanha (8)
- QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast (150)
- Queensland University of Technology - ePrints Archive (153)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (7)
- Repositorio de la Universidad de Cuenca (1)
- Repositório digital da Fundação Getúlio Vargas - FGV (2)
- Repositório Institucional da Universidade de Aveiro - Portugal (4)
- Repositorio Institucional de la Universidad Nacional Agraria (1)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (6)
- Research Open Access Repository of the University of East London. (1)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (4)
- SAPIENTIA - Universidade do Algarve - Portugal (2)
- Savoirs UdeS : plateforme de diffusion de la production intellectuelle de l’Université de Sherbrooke - Canada (1)
- School of Medicine, Washington University, United States (5)
- South Carolina State Documents Depository (15)
- Universidad Autónoma de Nuevo León, Mexico (2)
- Universidad del Rosario, Colombia (10)
- Universidad Politécnica de Madrid (2)
- Universidade Complutense de Madrid (2)
- Universidade Federal de Uberlândia (1)
- Universidade Federal do Pará (1)
- Universidade Federal do Rio Grande do Norte (UFRN) (2)
- Universidade Metodista de São Paulo (13)
- Universitat de Girona, Spain (2)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (1)
- Université de Lausanne, Switzerland (3)
- Université de Montréal, Canada (14)
- University of Michigan (118)
- University of Queensland eSpace - Australia (3)
- University of Southampton, United Kingdom (2)
- University of Washington (3)
- WestminsterResearch - UK (8)
- Worcester Research and Publications - Worcester Research and Publications - UK (1)
Resumo:
Software Defined Radio (SDR) hardware platforms use parallel architectures. Current concepts of developing applications (such as WLAN) for these platforms are complex, because developers describe an application with hardware-specifics that are relevant to parallelism such as mapping and scheduling. To reduce this complexity, we have developed a new programming approach for SDR applications, called Virtual Radio Engine (VRE). VRE defines a language for describing applications, and a tool chain that consists of a compiler kernel and other tools (such as a code generator) to generate executables. The thesis presents this concept, as well as describes the language and the compiler kernel that have been developed by the author. The language is hardware-independent, i.e., developers describe tasks and dependencies between them. The compiler kernel performs automatic parallelization, i.e., it is capable of transforming a hardware-independent program into a hardware-specific program by solving hardware-specifics, in particular mapping, scheduling and synchronizations. Thus, VRE simplifies programming tasks as developers do not solve hardware-specifics manually.