Narrow your search

Library

UCLL (5012)

Odisee (5006)

VIVES (5005)

Thomas More Kempen (5004)

Thomas More Mechelen (5003)

KU Leuven (4983)

ULiège (4894)

ULB (4871)

UGent (2120)

KBC (1248)

More...

Resource type

book (4984)

periodical (30)


Language

English (4986)

Undetermined (8)

German (7)

Italian (6)

Dutch (2)

More...

Year
From To Submit

2023 (58)

2022 (43)

2021 (142)

2020 (522)

2019 (382)

More...
Listing 1 - 10 of 5012 << page
of 502
>>
Sort by
Differential geometry in array processing
Author:
ISBN: 1281866601 9786611866600 186094602X 9781860946028 9781860944239 186094423X 9781860944222 1860944221 186094423X 1860944221 Year: 2004 Publisher: London Imperial College Press

Loading...
Export citation

Choose an application

Bookmark

Abstract

In view of the significance of the array manifold in array processingand array communications, the role of differential geometry as ananalytical tool cannot be overemphasized. Differential geometry ismainly confined to the investigation of the geometric properties ofmanifolds in three-dimensional Euclidean space R3 and inreal spaces of higher dimension.


Book
Intel Xeon Phi coprocessor high-performance programming : knights landing edition
Authors: --- ---
ISBN: 0128091959 0128091940 9780128091951 9780128091944 Year: 2016 Publisher: Amsterdam, [Netherlands] : Morgan Kaufmann,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Intel Xeon Phi Processor High Performance Programming is an all-in-one source of information for programming the Second-Generation Intel Xeon Phi product family also called Knights Landing. The authors provide detailed and timely Knights Landingspecific details, programming advice, and real-world examples. The authors distill their years of Xeon Phi programming experience coupled with insights from many expert customers — Intel Field Engineers, Application Engineers, and Technical Consulting Engineers — to create this authoritative book on the essentials of programming for Intel Xeon Phi products. Intel® Xeon Phi™ Processor High-Performance Programming is useful even before you ever program a system with an Intel Xeon Phi processor. To help ensure that your applications run at maximum efficiency, the authors emphasize key techniques for programming any modern parallel computing system whether based on Intel Xeon processors, Intel Xeon Phi processors, or other high-performance microprocessors. Applying these techniques will generally increase your program performance on any system and prepare you better for Intel Xeon Phi processors. A practical guide to the essentials for programming Intel Xeon Phi processors Definitive coverage of the Knights Landing architecture Presents best practices for portable, high-performance computing and a familiar and proven threads and vectors programming model Includes real world code examples that highlight usages of the unique aspects of this new highly parallel and high-performance computational product Covers use of MCDRAM, AVX-512, Intel® Omni-Path fabric, many-cores (up to 72), and many threads (4 per core) Covers software developer tools, libraries and programming models Covers using Knights Landing as a processor and a coprocessor


Book
Intel Xeon Phi coprocessor high-performance programming
Authors: ---
ISBN: 0124104940 1299160085 0124104142 9780124104945 9780124104143 Year: 2013 Publisher: Waltham, Mass. : Morgan Kaufmann,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Authors Jim Jeffers and James Reinders spent two years helping educate customers about the prototype and pre-production hardware before Intel introduced the first Intel Xeon Phi coprocessor. They have distilled their own experiences coupled with insights from many expert customers, Intel Field Engineers, Application Engineers and Technical Consulting Engineers, to create this authoritative first book on the essentials of programming for this new architecture and these new products. This book is useful even before you ever touch a system with an Intel Xeon Phi coprocessor. To ensure t


Book
A practical guide to energy management for processors
Author:
ISBN: 1280125322 9786613529183 184735596X 9781847355966 Year: 2012 Publisher: Shrewsbury ISmithers Rapra Pub.

Loading...
Export citation

Choose an application

Bookmark

Abstract

Do you know how best to manage and reduce your energy consumption? This book gives comprehensive guidance on effective energy management for organisations in the polymer processing industry. This book is one of three which support the ENERGYWISE Plastics Project eLearning platform for European plastics processors to increase their knowledge and understanding of energy management. Topics covered include: Understanding Energy,


Book
Fundamentals of Spherical Array Processing
Author:
ISBN: 9783662456644 366245663X 9783662456637 3662456648 Year: 2015 Publisher: Berlin, Heidelberg : Springer Berlin Heidelberg : Imprint: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book provides a comprehensive introduction to the theory and practice of spherical microphone arrays. It is written for graduate students, researchers and engineers who work with spherical microphone arrays in a wide range of applications.  The first two chapters provide the reader with the necessary mathematical and physical background, including an introduction to the spherical Fourier transform and the formulation of plane-wave sound fields in the spherical harmonic domain. The third chapter covers the theory of spatial sampling, employed when selecting the positions of microphones to sample sound pressure functions in space. Subsequent chapters present various spherical array configurations, including the popular rigid-sphere-based configuration. Beamforming (spatial filtering) in the spherical harmonics domain, including axis-symmetric beamforming, and the performance measures of directivity index and white noise gain are introduced, and a range of optimal beamformers for spherical arrays, including beamformers that achieve maximum directivity and maximum robustness, and the Dolph-Chebyshev beamformer are developed. The final chapter discusses more advanced beamformers, such as MVDR and LCMV, which are tailored to the measured sound field.


Book
ARM Cortex M4 cookbook
Author:
ISBN: 1523106158 1782176519 9781782176510 9781782176503 1782176500 9781523106158 Year: 2016 Publisher: Birmingham, UK

Loading...
Export citation

Choose an application

Bookmark

Abstract

Over 50 hands-on recipes that will help you develop amazing real-time applications using GPIO, RS232, ADC, DAC, timers, audio codecs, graphics LCD, and a touch screen About This Book This book focuses on programming embedded systems using a practical approach Examples show how to use bitmapped graphics and manipulate digital audio to produce amazing games and other multimedia applications The recipes in this book are written using ARM's MDK Microcontroller Development Kit which is the most comprehensive and accessible development solution Who This Book Is For This book is aimed at those with an interest in designing and programming embedded systems. These could include electrical engineers or computer programmers who want to get started with microcontroller applications using the ARM Cortex-M4 architecture in a short time frame. The book's recipes can also be used to support students learning embedded programming for the first time. Basic knowledge of programming using a high level language is essential but those familiar with other high level languages such as Python or Java should not have too much difficulty picking up the basics of embedded C programming. What You Will Learn Use ARM's uVision MDK to configure the microcontroller run time environment (RTE), create projects and compile download and run simple programs on an evaluation board. Use and extend device family packs to configure I/O peripherals. Develop multimedia applications using the touchscreen and audio codec beep generator. Configure the codec to stream digital audio and design digital filters to create amazing audio effects. Write multi-threaded programs using ARM's real time operating system (RTOS). Write critical sections of code in assembly language and integrate these with functions written in C. Fix problems using ARM's debugging tool to set breakpoints and examine variables. Port uVision projects to other open source development environments. In Detail Embedded microcontrollers are at the core of many everyday electronic devices. Electronic automotive systems rely on these devices for engine management, anti-lock brakes, in car entertainment, automatic transmission, active suspension, satellite navigation, etc. The so-called internet of things drives the market for such technology, so much so that embedded cores now represent 90% of all processor's sold. The ARM Cortex-M4 is one of the most powerful microcontrollers on the market and includes a floating point unit (FPU...


Book
The designer's guide to the Cortex-M processor family : a tutorial approach
Author:
ISBN: 1299364497 0080982999 0080982964 9780080982991 9781299364493 9780080982960 Year: 2013 Publisher: Amsterdam ; Boston : Elsevier/Newnes,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The Designer's Guide to the Cortex-M Family is a tutorial-based book giving the key concepts required to develop programs in C with a Cortex M-based processor. The book begins with an overview of the Cortex-M family, giving architectural descriptions supported with practical examples, enabling the engineer to easily develop basic C programs to run on the Cortex-M0/M3 and M4. It then examines the more advanced features of the Cortex architecture, such as memory protection, operating modes and dual stack. Those used to 8- and 16-bit architectures will find advice on how to do RTOS deve

Network processor design.
Author:
ISBN: 1280626224 9786610626229 008051250X 0120884763 9780120884766 1423708199 9781423708193 Year: 2005 Publisher: San Francisco, Calif. Morgan Kaufmann

Loading...
Export citation

Choose an application

Bookmark

Abstract

The past few years have seen significant change in the landscape of high-end network processing. In response to the formidable challenges facing this emerging field, the editors of this series set out to survey the latest research and practices in the design, programming, and use of network processors. Through chapters on hardware, software, performance and modeling, Volume 3 illustrates the potential for new NP applications, helping to lay a theoretical foundation for the architecture, evaluation, and programming of networking processors.Like Volume 2 of the series, Volume 3 f


Book
Advances in computers.
Author:
ISBN: 0128122307 0128122315 Year: 2017 Publisher: Cambridge, Massachusetts : Academic Press,


Book
Advances in computers.
Author:
ISBN: 0128151226 0128151218 Year: 2019 Publisher: Cambridge, MA : Academic Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Advances in Computers, Volume 112 , the latest volume in a series published since 1960, presents detailed coverage of innovations in computer hardware, software, theory, design and applications. Chapters in this updated volume include Mobile Application Quality Assurance, Advances in Combinatorial Testing, Advances in Applications of Object Constraint Language for Software Engineering, Advances in Techniques for Test Prioritization, Data Warehouse Testing, Mutation Testing Advances: An Analysis and Survey, Event-Based Concurrency: Applications, Abstractions, and Analyses, and A Taxonomy of Software Integrity Protection Techniques. Provides in-depth surveys and tutorials on new computer technology Covers well-known authors and researchers in the field Presents extensive bibliographies with most chapters Includes volumes that are devoted to single themes or subfields of computer science

Listing 1 - 10 of 5012 << page
of 502
>>
Sort by