0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (5)
  • R100 - R250 (307)
  • R250 - R500 (1,795)
  • R500+ (34,034)
  • -
Status
Format
Author / Contributor
Publisher

Books > Professional & Technical > Electronics & communications engineering

RF and Baseband Techniques for Software Defined Radio (Hardcover, New): Peter B. Kenington RF and Baseband Techniques for Software Defined Radio (Hardcover, New)
Peter B. Kenington
R3,416 Discovery Miles 34 160 Ships in 18 - 22 working days

This authoritative book gives you new perspective on the RF and analog hardware and systems design aspects of software defined radio. It delves into the architecture of transmitters and receivers that make software-defined radio a reality. Covering both the practical aspects and underpinnings of these architectures, the book details all key RF and analog baseband components and sub-systems, from the converters that interface with DSPs and ASICs through to the duplexer feeding the antenna. It enables you to select the right technique for any application by providing alternatives for implementing the main system components.

Random Processes with Applications to Circuits and Communications (Hardcover, 1st ed. 2020): Bernard C. Levy Random Processes with Applications to Circuits and Communications (Hardcover, 1st ed. 2020)
Bernard C. Levy
R2,742 Discovery Miles 27 420 Ships in 10 - 15 working days

This textbook is based on 20 years of teaching a graduate-level course in random processes to a constituency extending beyond signal processing, communications, control, and networking, and including in particular circuits, RF and optics graduate students. In order to accommodate today's circuits students' needs to understand noise modeling, while covering classical material on Brownian motion, Poisson processes, and power spectral densities, the author has inserted discussions of thermal noise, shot noise, quantization noise and oscillator phase noise. At the same time, techniques used to analyze modulated communications and radar signals, such as the baseband representation of bandpass random signals, or the computation of power spectral densities of a wide variety of modulated signals, are presented. This book also emphasizes modeling skills, primarily through the inclusion of long problems at the end of each chapter, where starting from a description of the operation of a system, a model is constructed and then analyzed. Provides semester-length coverage of random processes, applicable to the analysis of electrical and computer engineering systems; Designed to be accessible to students with varying backgrounds in undergraduate mathematics and engineering; Includes solved examples throughout the discussion, as well as extensive problem sets at the end of every chapter; Develops and reinforces student's modeling skills, with inclusion of modeling problems in every chapter; Solutions for instructors included.

100 Genesys Design Examples - Based on the Textbook: Microwave and RF Engineering (Hardcover): Ali A Behagi 100 Genesys Design Examples - Based on the Textbook: Microwave and RF Engineering (Hardcover)
Ali A Behagi
R1,136 R964 Discovery Miles 9 640 Save R172 (15%) Ships in 18 - 22 working days
Ultra Wideband Systems - Technologies and Applications (Paperback): Roberto Aiello Ph D, Anuj Batra Ph D Ultra Wideband Systems - Technologies and Applications (Paperback)
Roberto Aiello Ph D, Anuj Batra Ph D
R2,307 Discovery Miles 23 070 Ships in 10 - 15 working days

Ultra wideband technology turns the radio spectrum available to wireless applications from a country road into a high-speed ten lane super freeway, and the destination is the future of wireless technology. UWB is a huge leap forward because it offers wide bandwidth with little interference, allowing multiple UWB signals to share a single channel. This multi-author volume, compiled under the guidance of Dr. Roberto Aiello, introduces the theory and concepts behind ultra wideband (UWB) systems as well as their applications. Authors include those involved in creating the UWB standards, researchers, and applications specialists.
This book has been broken down into three parts: introduction to UWB, different techniques available, and applications. Within these sections topics covered are UWB spectrum and regulations, UWB channels, modulation techniques, antennas, signal propagation, and UWB transceiver architectures. This book has all the information RF/wireless engineers will need to understand this burgeoning technology.
*An all-star list of contributors covers the subject more authoritatively than any single author could
*Discusses U.S. and international ultra wideband regulations
*Includes material on antenna systems and signal propagation at ultra wideband frequencies

Understanding GPS - Principles and Applications (Hardcover, 2nd Revised edition): Elliott Kaplan, Christopher Hegarty Understanding GPS - Principles and Applications (Hardcover, 2nd Revised edition)
Elliott Kaplan, Christopher Hegarty
R4,163 Discovery Miles 41 630 Ships in 18 - 22 working days

This thoroughly updated second edition of an Artech House bestseller brings together a team of leading experts who provide a current and comprehensive treatment of the Global Positioning System (GPS). The book covers all the latest advances in technology, applications, and systems. The second edition includes new chapters that explore the integration of GPS with vehicles and cellular telephones, new classes of satellite broadcast signals, the emerging GALILEO system, and new developments in the GPS marketplace. This single-source reference provides a quick overview of GPS essentials, an in-depth examination of advanced technical topics, and a review of emerging trends in the GPS industry.

Handbook of Isoelectric Focusing and Proteomics, Volume 7 (Hardcover): David Garfin, Satinder Ahuja Handbook of Isoelectric Focusing and Proteomics, Volume 7 (Hardcover)
David Garfin, Satinder Ahuja
R5,921 Discovery Miles 59 210 Ships in 10 - 15 working days

Isoelectric focusing (IEF) is a high-resolution, stand-alone technique that can be used as an analytical method or tool for protein purification. The only current book on the market, the Handbook of Isoelectric Focusing and Proteomics is the ideal 'one-stop' source for germane information in this discipline. This highly practical book also contains chapters on alternative methods that may pave the way in the search for efficient techniques for fractionating and purifying proteins. Complete with the history of IEF focusing to authors' insights and practical tips, this book is a must for anyone working in proteomics.
* Is the only current book available on the subject
* Includes author insights and practical tips
* Is an ideal single source for students and researchers working in proteomics

Electrical Age [microform]; v.11 (Hardcover): Anonymous Electrical Age [microform]; v.11 (Hardcover)
Anonymous
R984 Discovery Miles 9 840 Ships in 10 - 15 working days
Sockets, Shellcode, Porting, and Coding: Reverse Engineering Exploits and Tool Coding for Security Professionals (Paperback):... Sockets, Shellcode, Porting, and Coding: Reverse Engineering Exploits and Tool Coding for Security Professionals (Paperback)
James C Foster
R1,135 Discovery Miles 11 350 Ships in 10 - 15 working days

The book is logically divided into 5 main categories with each category representing a major skill set required by most security professionals:
1. Coding The ability to program and script is quickly becoming a mainstream requirement for just about everyone in the security industry. This section covers the basics in coding complemented with a slue of programming tips and tricks in C/C++, Java, Perl and NASL.
2. Sockets The technology that allows programs and scripts to communicate over a network is sockets. Even though the theory remains the same communication over TCP and UDP, sockets are implemented differently in nearly ever language.
3. Shellcode Shellcode, commonly defined as bytecode converted from Assembly, is utilized to execute commands on remote systems via direct memory access.
4. Porting Due to the differences between operating platforms and language implementations on those platforms, it is a common practice to modify an original body of code to work on a different platforms. This technique is known as porting and is incredible useful in the real world environments since it allows you to not recreate the wheel.
5. Coding Tools The culmination of the previous four sections, coding tools brings all of the techniques that you have learned to the forefront. With the background technologies and techniques you will now be able to code quick utilities that will not only make you more productive, they will arm you with an extremely valuable skill that will remain with you as long as you make the proper time and effort dedications.
*Contains never before seen chapters on writing and automating exploits on windows systems with all-new exploits.
*Perform zero-day exploit forensics by reverse engineering malicious code.
*Provides working code and scripts in all of the most common programming languages for readers to use TODAY to defend their networks."

Knowledge Management and Web 3.0 - Next Generation Business Models (Hardcover): Sandeep Kautish, Deepmala Singh, Zdzislaw... Knowledge Management and Web 3.0 - Next Generation Business Models (Hardcover)
Sandeep Kautish, Deepmala Singh, Zdzislaw Polkowski, Alka Mayura, Mary Jeyanthi
R4,228 Discovery Miles 42 280 Ships in 10 - 15 working days

Knowledge Management makes the management of information and resources within a commercial organization more effective. The contributions of this book investigate the applications of Knowledge Management in the upcoming era of Semantic Web, or Web 3.0, and the opportunities for reshaping and redesigning business strategies for more effective outcomes.

Wireless Sensor Networks: Signals and Communication Technology (Hardcover): Bob Tucker Wireless Sensor Networks: Signals and Communication Technology (Hardcover)
Bob Tucker
R3,027 R2,742 Discovery Miles 27 420 Save R285 (9%) Ships in 18 - 22 working days
Applied Signal and Image Processing - Multidisciplinary Advancements (Hardcover): Rami Qahwaji, Roger Green, Evor Hines Applied Signal and Image Processing - Multidisciplinary Advancements (Hardcover)
Rami Qahwaji, Roger Green, Evor Hines
R4,607 Discovery Miles 46 070 Ships in 18 - 22 working days

Image and signal processing techniques are receiving increasing interest because of their numerous real-world applications. Data is now available in different forms, different wavelengths, and even in different dimensions, creating the need for novel multidisciplinary solutions for automated data processing and analysis. Applied Signal and Image Processing: Multidisciplinary Advancements highlights the growing multidisciplinary nature of signal and image processing by focusing on emerging applications and recent advances in well-established fields. This book covers state-or-the-art applications in both signal and image processing, which include optical communication and sensing, wireless communication management, face recognition and facial imaging, solar imaging and feature detection, fractal analysis, and video processing.

Photodiodes - Communications, Bio-Sensings, Measurements and High-Energy Physics (Hardcover): Jin-Wei Shi Photodiodes - Communications, Bio-Sensings, Measurements and High-Energy Physics (Hardcover)
Jin-Wei Shi
R3,127 Discovery Miles 31 270 Ships in 18 - 22 working days
Semiconductors (Second Edition) - Bonds and bands (Paperback): David K. Ferry Semiconductors (Second Edition) - Bonds and bands (Paperback)
David K. Ferry
R777 Discovery Miles 7 770 Ships in 10 - 15 working days
New Directions in Thin Film Nanophotonics (Hardcover, 1st ed. 2019): Sreekanth K. V., Mohamed ElKabbash, Vincenzo Caligiuri,... New Directions in Thin Film Nanophotonics (Hardcover, 1st ed. 2019)
Sreekanth K. V., Mohamed ElKabbash, Vincenzo Caligiuri, Ranjan Singh, Antonio De Luca, …
R2,653 Discovery Miles 26 530 Ships in 18 - 22 working days

This book highlights recent advances in thin-film photonics, particularly as building blocks of metamaterials and metasurfaces. Recent advances in nanophotonics has demonstrated remarkable control over the electromagnetic field by tailoring the optical properties of materials at the subwavelength scale which results in the emergence of metamaterials and metasurfaces. However, most of the proposed platforms require intense lithography which makes them of minor practical relevance. Stacked ultrathin-films of dielectrics, semi-conductors, and metals are introduced as an alternative platform that perform unique or similar functionalities. This book discusses the new era of thin film photonics and its potential applications in perfect and selective light absorption, structural coloring, biosensing, enhanced spontaneous emission, reconfigurable photonic devices and super lensing.

Optical Switching - Device Technology and Applications in Networks (Hardcover): D Nandi Optical Switching - Device Technology and Applications in Networks (Hardcover)
D Nandi
R3,154 Discovery Miles 31 540 Ships in 18 - 22 working days

OPTICAL SWITCHING Comprehensive coverage of optical switching technologies and their applications in optical networks Optical Switching: Device Technology and Applications in Networks delivers an accessible exploration of the evolution of optical networks with clear explanations of the current state-of-the-art in the field and modern challenges in the development of Internet-of-Things devices. A variety of optical switches--including MEMS-based, magneto, photonic, and SOA-based--are discussed, as is the application of optical switches in networks. The book is written in a tutorial style, easily understood by both undergraduate and graduate students. It describes the fundamentals and recent developments in optical switch networks and examines the architectural and design challenges faced by those who design and construct emerging optical switch networks, as well as how to overcome those challenges. The book offers ways to assess and analyze systems and applications, comparing a variety of approaches available to the reader. It also provides: A thorough introduction to switch characterization, including optical, electro optical, thermo optical, magneto optical, and acoustic-optic switches Comprehensive explorations of MEMS-based, SOA-based, liquid crystal, photonic crystal, and optical electrical optical (OEO) switches Practical discussions of quantum optical switches, as well as nonlinear optical switches In-depth examinations of the application of optical switches in networks, including switch fabric control and optical switching for high-performance computing Perfect for researchers and professionals in the fields of telecommunications, Internet of Things, and optoelectronics, Optical Switching: Device Technology and Applications in Networks will also earn a place in the libraries of advanced undergraduate and graduate students studying optical networks, optical communications, and sensor applications.

Principles of Biophotonics, Volume 2 - Light emission, detection, and statistics (Paperback): Gabriel Popescu Principles of Biophotonics, Volume 2 - Light emission, detection, and statistics (Paperback)
Gabriel Popescu
R761 Discovery Miles 7 610 Ships in 10 - 15 working days
Designer's Guide to the Cypress PSoC (Paperback, New): Robert Ashby Designer's Guide to the Cypress PSoC (Paperback, New)
Robert Ashby
R1,304 Discovery Miles 13 040 Ships in 10 - 15 working days

This it the first technical reference book available on the PSoC, and it offers the most comprehensive combination of technical data, example code, and descriptive prose you ll find anywhere.
Embedded design expert Robert Ashby will guide you through the entire PSoC world, providing thorough coverage of device feature, design, programming and development of the software-reconfigurable PSoC. He shares his best tips, tricks, and techniques that will help you to utilize the flexible and inexpensive PSoC to its greatest potential, with a minimum of heartaches and late nights.
With its emphasis on designing for adaptability -- a feature of the utmost importance in today s fast-paced and cost-pressured design cycles -- this book will bring you up to speed quickly on everything PSoC, from memory management to interconnects. You will add brains and capable signal conditioning to a design with one chip, giving you extreme flexibility for a relatively low price. Specific application examples highlighting the PSoC s unique capabilities are included throughout the text, with the supporting sample source code. This valuable code is also provided on the companion website so you can easily adapt it to your own designs.
* The first independent technical reference available on the PSoC, a product line experiencing explosive growth in the embedded design world
* Application examples, sample code, and design tips and techniques will get readers get up-to-speed quickly
* Companion website includes all example code from book, so that engineers can easily adapt it to their own designs"

Sound Capture and Processing - Practical Approaches (Hardcover): IJ Tashev Sound Capture and Processing - Practical Approaches (Hardcover)
IJ Tashev
R3,210 Discovery Miles 32 100 Ships in 10 - 15 working days

Provides state-of-the-art algorithms for sound capture, processing and enhancement

"Sound Capture and Processing: Practical Approaches" covers the digital signal processing algorithms and devices for capturing sounds, mostly human speech. It explores the devices and technologies used to capture, enhance and process sound for the needs of communication and speech recognition in modern computers and communication devices. This book gives a comprehensive introduction to basic acoustics and microphones, with coverage of algorithms for noise reduction, acoustic echo cancellation, dereverberation and microphone arrays; charting the progress of such technologies from their evolution to present day standard.

Sound Capture and Processing: Practical Approaches

Brings together the state-of-the-art algorithms for sound capture, processing and enhancement in one easily accessible volumeProvides invaluable implementation techniques required to process algorithms for real life applications and devicesCovers a number of advanced sound processing techniques, such as multichannel acoustic echo cancellation, dereverberation and source separationGenerously illustrated with figures and charts to demonstrate how sound capture and audio processing systems workAn accompanying website containing Matlab code to illustrate the algorithms

This invaluable guide will provide audio, R&D and software engineers in the industry of building systems or computer peripherals for speech enhancement with a comprehensive overview of the technologies, devices and algorithms required for modern computers and communication devices. Graduate students studying electrical engineering and computer science, and researchers in multimedia, cell-phones, interactive systems and acousticians will also benefit from this book.

A Baker's Dozen - Real Analog Solutions for Digital Designers (Paperback): Bonnie Baker A Baker's Dozen - Real Analog Solutions for Digital Designers (Paperback)
Bonnie Baker
R1,766 Discovery Miles 17 660 Ships in 10 - 15 working days

This book has been written to help digital engineers who need a few basic analog tools in their toolbox. For practicing digital engineers, students, educators and hands-on managers who are looking for the analog foundation they need to handle their daily engineering problems, this will serve as a valuable reference to the nuts-and-bolts of system analog design in a digital world.
This book is a hands-on designer's guide to the most important topics in analog electronics-such as Analog-to-Digital and Digital-to-Analog conversion, operational amplifiers, filters, and integrating analog and digital systems. The presentation is tailored for engineers who are primarily experienced and/or educated in digital circuit design. This book will teach such readers how to "think analog" when it is the best solution to their problem. Special attention is also given to fundamental topics, such as noise and how to use analog test and measurement equipment, that are often ignored in other analog titles aimed at professional engineers.
* Extensive use of case-histories and real design examples.
* Offers digital designers the right analog "tool" for the job at hand.
* Conversational, annecdotal "tone" is very easily accessible by students and practitioners alike.

Quality of Service Architectures for Wireless Networks - Performance Metrics and Management (Hardcover): Quality of Service Architectures for Wireless Networks - Performance Metrics and Management (Hardcover)
R4,731 Discovery Miles 47 310 Ships in 18 - 22 working days

Quality of service provides different priorities to different users to guarantee a certain level of performance to a data flow in accordance with requests from the Internet service provider policy. Quality of Service Architectures for Wireless Networks: Performance Metrics and Management presents a comprehensive collection of quality of service mechanisms for various access technologies and introduces existing and traditional approaches to traffic management for wireless technologies. With expert international contributions, this critical mass of knowledge covers both academic and industry-based state-of-the-art techniques and ongoing research.

Beginning Digital Electronics through Projects (Paperback): Andrew Singmin Beginning Digital Electronics through Projects (Paperback)
Andrew Singmin
R1,482 Discovery Miles 14 820 Ships in 10 - 15 working days

Digital electronics is a little more abstract than analog electronics, and trying to find a useful starter book can be tough. For those interested in learning digital electronics, with a practical approach, Beginning Digital Electronics Through Projects is for you. It is published in the same tradition as Beginning Analog Electronics Through Projects, Andrew Singmin's revision to the popular Beginning Electronics Through Projects.


Beginning Digital Electronics Through Projects provides practical exercises, building techniques, and ideas for over thirty-five useful digital projects. Some digital logic knowledge is necessary, but the theory is limited to "need-to-know" information that will allow you to get started right away without complex math. Many components in this text are common to either analog or digital electronics, and beginners or hobbyists making their start here will find and overview of commonly used components and their functions described in everyday terms.
Each of the projects builds on the theory and component knowledge developed in earlier chapters, establishing progressively more ambitious goals. Step-by-step learning instructions help you determine the best ways of working with such projects as Schmitt Trigger Circuits, Versatile ICs, Digital Support Circuits, and much more. Two interesting wireless projects (an FM receiver and an FM transmitter) bring the final chapters of this book to a close.

Provides a logical step by step project-based way to learn the basics of digital electronics.
Gives the reader hands-on learning experiences through building simple projects.
Explains circuit design, circuit testing, and how to design your own projects.

Current Sources and Voltage References - A Design Reference for Electronics Engineers (Paperback): Linden T. Harrison Current Sources and Voltage References - A Design Reference for Electronics Engineers (Paperback)
Linden T. Harrison
R1,794 Discovery Miles 17 940 Ships in 10 - 15 working days

"Current Sources and Voltage References" provides fixed, well-regulated levels of current or voltage within a circuit. These are two of the most important "building blocks" of analog circuits, and are typically used in creating most analog IC designs.
Part 1 shows the reader how current sources are created, how they can be optimized, and how they can be utilized by the OEM circuit designer. The book serves as a "must-have" reference for the successful development of precision circuit applications. It shows practical examples using either BJTs, FETs, precision op amps, or even matched CMOS arrays being used to create highly accurate current source designs, ranging from nanoAmps to Amps. In each chapter the most important characteristics of the particular semiconductor type being studied are carefully reviewed. This not only serves as a helpful refresher for experienced engineers, but also as a good foundation for all EE student coursework, and includes device models and relevant equations.
Part 2 focuses on semiconductor voltage references, from their design to their various practical enhancements. It ranges from the simple Zener diode to today's most advanced topologies, including Analog Devices' XFET(R) and Intersil's FGA(TM) (invented while this book was being written). Over 300 applications and circuit diagrams are shown throughout this easy-to-read, practical reference book.
* Discusses how to design low-noise, precision current sources using matched transistor pairs.
* Explains the design of high power current sources with power MOSFETs
* Gives proven techniques to reduce drift and improve accuracy in voltage references.

Applied Digital Logic Exercises Using FPGAs (Hardcover): Kurt Wick Applied Digital Logic Exercises Using FPGAs (Hardcover)
Kurt Wick
R2,848 Discovery Miles 28 480 Ships in 18 - 22 working days

FPGAs have almost entirely replaced the traditional Application Specific Standard Parts (ASSP) such as the 74xx logic chip families because of their superior size, versatility, and speed. For example, FPGAs provide over a million fold increase in gates compared to ASSP parts. The traditional approach for hands-on exercises has relied on ASSP parts, primarily because of their simplicity and ease of use for the novice. Not only is this approach technically outdated, but it also severely limits the complexity of the designs that can be implemented. By introducing the readers to FPGAs, they are being familiarized with current digital technology and the skills to implement complex, sophisticated designs. However, working with FGPAs comes at a cost of increased complexity, notably the mastering of an HDL language, such as Verilog. Therefore, this book accomplishes the following: first, it teaches basic digital design concepts and then applies them through exercises; second, it implements these digital designs by teaching the user the syntax of the Verilog language while implementing the exercises. Finally, it employs contemporary digital hardware, such as the FPGA, to build a simple calculator, a basic music player, a frequency and period counter and it ends with a microprocessor being embedded in the fabric of the FGPA to communicate with the PC. In the process, readers learn about digital mathematics and digital-to-analog converter concepts through pulse width modulation.

Supercapacitors - Theoretical and Practical Solutions (Hardcover): Lionginas Liudvinavicius Supercapacitors - Theoretical and Practical Solutions (Hardcover)
Lionginas Liudvinavicius
R3,073 Discovery Miles 30 730 Ships in 18 - 22 working days
Recent Microwave Technologies (Hardcover): Ahmed Kishk, Kim Ho Yeap Recent Microwave Technologies (Hardcover)
Ahmed Kishk, Kim Ho Yeap
R3,583 Discovery Miles 35 830 Ships in 18 - 22 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Computer and Computing Technologies in…
Daoliang Li, Yingyi Chen Hardcover R2,749 Discovery Miles 27 490
The Era of Artificial Intelligence…
Stephanie K. Ashenden Paperback R2,531 Discovery Miles 25 310
Blockchain Technology for Emerging…
S. K. Hafizul Islam, Arup Kumar Pal, … Paperback R2,941 Discovery Miles 29 410
Real-time Linked Dataspaces - Enabling…
Edward Curry Hardcover R1,564 Discovery Miles 15 640
Artificial Intelligence and Integrated…
Xuan F. Zha Hardcover R2,538 Discovery Miles 25 380
Cyberspace Security and Defense…
Janusz S. Kowalik, Janusz G orski, … Hardcover R2,862 Discovery Miles 28 620
Computer and Computing Technologies in…
Daoliang Li, Yingyi Chen Hardcover R2,784 Discovery Miles 27 840
A Handbook of Artificial Intelligence in…
Anil K. Philip, Aliasgar Shahiwala, … Paperback R2,963 Discovery Miles 29 630
Industrial IoT - Challenges, Design…
Ismail Butun Hardcover R4,637 Discovery Miles 46 370
Computer and Computing Technologies in…
Daoliang Li, Chunjiang Zhao Hardcover R2,758 Discovery Miles 27 580

 

Partners