Details

Software Defined Radio


Software Defined Radio

The Software Communications Architecture
Wiley Series in Software Radio, Band 6 1. Aufl.

von: John Bard, Vincent J. Kovarik

136,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 04.04.2007
ISBN/EAN: 9780470865194
Sprache: englisch
Anzahl Seiten: 440

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

The Software Communications Architecture (SCA) establishes an implementation-independent framework for the development of Joint Tactical Radio System software configurable radios. It specifies the Operating Environment, services and interfaces that applications use. <p><i>Software Defined Radio: The Software Communications Architecture</i> focuses on the issues and benefits associated with developing a radio system in compliance with the SCA specification. This book provides a comprehensive, practical introduction to building a SCA-compliant system taking the reader through the historical and conceptual background to help filling in the gaps between the intent of the SCA specification and the practice.</p> <p><b>Key features:</b></p> <ul> <li>Presents a practical approach to the Software Communications Architecture</li> <li>Provides an example-oriented understanding of the usage of the SCA and thus allows the reader to extend the concepts and practice to more complicated multi-processor distributed environments.</li> <li>Covers the Operating Environment: a Core framework, CORBA middleware, POSIX operating systems and Domain profiles.</li> <li>Features an accompanying website with appendices, and links to further information on the SCA.</li> </ul> <p>This invaluable reference will provide applications programmers, designers, professional researchers, wireless manufacturers and operators with an indispensable guide to the Software Communications Architecture. Advanced undergraduate and postgraduate students on mobile and wireless communications courses will also find this to be an excellent guide to the topic.</p>
<b>Acknowledgments.</b> <p><b>Foreword.</b></p> <p><b>Preface.</b></p> <p>Audience.</p> <p>Scope.</p> <p>Conventions Used in this Book.</p> <p>Organization.</p> <p>Additional Material and Author Contact.</p> <p><b>PART I The Operating Environment (OE).</b></p> <p><b>1 Introduction.</b></p> <p>1.1 Software Radios.</p> <p>1.2 The Software Communications Architecture.</p> <p>1.3 The Operating Environment.</p> <p>1.4 The SCA Specification Structure.</p> <p>1.5 Summary.</p> <p><b>2 Operational Scenarios.</b></p> <p>2.1 Startup.</p> <p>2.2 Shutdown.</p> <p>2.3 Application (Un)Installation.</p> <p>2.4 Instantiate Application.</p> <p>2.5 Control Application.</p> <p>2.6 System Configuration.</p> <p><b>3 General Requirements and Services.</b></p> <p>3.1 Non-Functional Requirements.</p> <p>3.2 Name Service.</p> <p>3.3 Event Service.</p> <p>3.4 Log Service.</p> <p>3.5 FileSystem.</p> <p>3.6 File.</p> <p><b>4 Foundation Interfaces and Data Types.</b></p> <p>4.1 TestableObject.</p> <p>4.2 PortSupplier.</p> <p>4.3 LifeCycle.</p> <p>4.4 PropertySet.</p> <p>.5 Resource.</p> <p>4.6 ResourceFactory.</p> <p>4.7 Port.</p> <p><b>5 Devices and the Device Manager.</b></p> <p>5.1 Introduction.</p> <p>5.2 Device.</p> <p>5.3 LoadableDevice.</p> <p>5.4 ExecutableDevice.</p> <p>5.5 AggregateDevice.</p> <p>5.6 DeviceManager.<br /> </p> <p><b>6 Domain Management.</b></p> <p>6.1 DomainManager.</p> <p>6.2 FileManager.</p> <p>6.3 The ApplicationFactory.</p> <p>6.4 Application.</p> <p><b>7 Operating Environment Security.</b></p> <p>7.1 Core Framework Security Requirements.</p> <p><b>8 Certification.</b></p> <p>8.1 Certification Process.</p> <p>8.2 Operating Environment Certification.</p> <p>8.3 Waveform Assessment and Certification.</p> <p><b>PART II The Domain Profile.</b></p> <p><b>9 The Domain Profile.</b></p> <p>9.1 Overview.</p> <p>9.2 SCA Domain Profile XML.</p> <p>9.3 Domain Profile Data Types.</p> <p><b>10 Base Descriptor Files.</b></p> <p>10.1 Properties Descriptor.</p> <p>10.2 softpkg.</p> <p>10.3 Software Component Descriptor.</p> <p>10.4 Device Package Descriptor.</p> <p><b>11 Device Configuration Descriptor.</b></p> <p>11.1 Overview.</p> <p>11.2 deviceconfiguration.</p> <p><b>12 The Domain Manager Descriptor.</b></p> <p>12.1 Overview.</p> <p><b>13 The Software Assembly Descriptor.</b></p> <p>13.1 Overview.</p> <p><b>PART III Building an SCA-Compliant System.</b></p> <p><b>14 The POSIX Operating System.</b></p> <p>14.1 An Operating Environment.</p> <p>14.2 Linux 2.6 Kernel.</p> <p><b>15 POSIX Threads.</b></p> <p>15.1 The Thread Object.</p> <p>15.2 Un-named Semaphores.</p> <p>15.3 Mutex Variables.</p> <p>15.4 Thread Attributes.</p> <p>15.5 Conditional Variables.</p> <p>15.6 Less Interesting Thread Calls.</p> <p><b>16 All ORBS are not Created Equal.</b></p> <p>16.1 CORBA Basics.</p> <p>16.2 The Object Management Group.<br /> </p> <p>16.3 ‘C’ ORB versus C++ ORBs.</p> <p>16.4 Initial Services.</p> <p>16.5 The Interface Repository.</p> <p>16.6 Minimum CORBA.</p> <p>16.7 The Portable Object Adapter (POA).</p> <p>16.8 Real-time CORBA.</p> <p>16.9 Overview of Available ORBs.</p> <p><b>17 The Services.</b></p> <p>17.1 Interoperable Naming Service.</p> <p>17.2 Event Service.</p> <p>17.3 Log Service.</p> <p><b>18 Exploring the Domain.</b></p> <p>18.1 Application Factory Attributes.</p> <p>18.2 Application Attributes.</p> <p>18.3 DeviceManager Attributes.</p> <p>18.4 Device Attributes.</p> <p>18.5 AggregateDevice Attributes.</p> <p>18.6 DomainManager Attributes.</p> <p>18.7 Properties.</p> <p>18.8 Manipulating Ports.</p> <p>18.9 Summary.</p> <p><b>19 An SCA-compliant Application.</b></p> <p>19.1 Hello World Legacy Application.</p> <p>19.2 Legacy Hello World SPD.</p> <p>19.3 HMI Applications.</p> <p>19.4 Shutting Down.</p> <p>19.5 An SCA-compliant Hello World Application.</p> <p><b>Appendix A Mandatory POSIX Calls.</b></p> <p><b>Appendix B References to Part III.</b></p> <p><b>Index.</b></p>
<p>John Bard and Vincent J. Kovarik Jr are the authors of Software Defined Radio: The Software Communications Architecture, published by Wiley.
The Software Communications Architecture (SCA) establishes an implementation-independent framework for the development of Joint Tactical Radio System software configurable radios. It specifies the Operating Environment, services and interfaces that applications use. <p><i>Software Defined Radio: The Software Communications Architecture</i> focuses on the issues and benefits associated with developing a radio system in compliance with the SCA specification. This book provides a comprehensive, practical introduction to building a SCA-compliant system taking the reader through the historical and conceptual background to help filling in the gaps between the intent of the SCA specification and the practice.</p> <p><b>Key features:</b></p> <ul> <li>Presents a practical approach to the Software Communications Architecture</li> <li>Provides an example-oriented understanding of the usage of the SCA and thus allows the reader to extend the concepts and practice to more complicated multi-processor distributed environments.</li> <li>Covers the Operating Environment: a Core framework, CORBA middleware, POSIX operating systems and Domain profiles.</li> <li>Features an accompanying website with appendices, and links to further information on the SCA.</li> </ul> <p>This invaluable reference will provide applications programmers, designers, professional researchers, wireless manufacturers and operators with an indispensable guide to the Software Communications Architecture. Advanced undergraduate and postgraduate students on mobile and wireless communications courses will also find this to be an excellent guide to the topic.</p>

Diese Produkte könnten Sie auch interessieren:

Open RAN Explained
Open RAN Explained
von: Jyrki T. J. Penttinen, Michele Zarri, Dongwook Kim
PDF ebook
102,99 €
Open RAN Explained
Open RAN Explained
von: Jyrki T. J. Penttinen, Michele Zarri, Dongwook Kim
EPUB ebook
102,99 €
Ground Penetrating Radar
Ground Penetrating Radar
von: Mohammed Serhir, Dominique Lesselier
EPUB ebook
142,99 €