Software-Defined Radio for Engineers

Software-Defined Radio for Engineers
Author: Alexander M. Wyglinski
Publisher: Artech House
Total Pages: 375
Release: 2018-04-30
Genre: Technology & Engineering
ISBN: 1630814598

Based on the popular Artech House classic, Digital Communication Systems Engineering with Software-Defined Radio, this book provides a practical approach to quickly learning the software-defined radio (SDR) concepts needed for work in the field. This up-to-date volume guides readers on how to quickly prototype wireless designs using SDR for real-world testing and experimentation. This book explores advanced wireless communication techniques such as OFDM, LTE, WLA, and hardware targeting. Readers will gain an understanding of the core concepts behind wireless hardware, such as the radio frequency front-end, analog-to-digital and digital-to-analog converters, as well as various processing technologies. Moreover, this volume includes chapters on timing estimation, matched filtering, frame synchronization message decoding, and source coding. The orthogonal frequency division multiplexing is explained and details about HDL code generation and deployment are provided. The book concludes with coverage of the WLAN toolbox with OFDM beacon reception and the LTE toolbox with downlink reception. Multiple case studies are provided throughout the book. Both MATLAB and Simulink source code are included to assist readers with their projects in the field.

Decode and Conquer

Decode and Conquer
Author: Lewis C. Lin
Publisher:
Total Pages: 206
Release: 2013-11-28
Genre: Employment interviewing
ISBN: 9780615930411

Land that Dream Product Manager Job...TODAYSeeking a product management position?Get Decode and Conquer, the world's first book on preparing you for the product management (PM) interview. Author and professional interview coach, Lewis C. Lin provides you with an industry insider's perspective on how to conquer the most difficult PM interview questions. Decode and Conquer reveals: Frameworks for tackling product design and metrics questions, including the CIRCLES Method(tm), AARM Method(tm), and DIGS Method(tm) Biggest mistakes PM candidates make at the interview and how to avoid them Insider tips on just what interviewers are looking for and how to answer so they can't say NO to hiring you Sample answers for the most important PM interview questions Questions and answers covered in the book include: Design a new iPad app for Google Spreadsheet. Brainstorm as many algorithms as possible for recommending Twitter followers. You're the CEO of the Yellow Cab taxi service. How do you respond to Uber? You're part of the Google Search web spam team. How would you detect duplicate websites? The billboard industry is under monetized. How can Google create a new product or offering to address this? Get the Book that's Recommended by Executives from Google, Amazon, Microsoft, Oracle & VMWare...TODAY

Commercial Aviation Safety, Sixth Edition

Commercial Aviation Safety, Sixth Edition
Author: Stephen K. Cusick
Publisher: McGraw Hill Professional
Total Pages: 561
Release: 2017-05-12
Genre: Transportation
ISBN: 125964183X

Up-To-Date Coverage of Every Aspect of Commercial Aviation Safety Completely revised edition to fully align with current U.S. and international regulations, this hands-on resource clearly explains the principles and practices of commercial aviation safety—from accident investigations to Safety Management Systems. Commercial Aviation Safety, Sixth Edition, delivers authoritative information on today's risk management on the ground and in the air. The book offers the latest procedures, flight technologies, and accident statistics. You will learn about new and evolving challenges, such as lasers, drones (unmanned aerial vehicles), cyberattacks, aircraft icing, and software bugs. Chapter outlines, review questions, and real-world incident examples are featured throughout. Coverage includes: • ICAO, FAA, EPA, TSA, and OSHA regulations • NTSB and ICAO accident investigation processes • Recording and reporting of safety data • U.S. and international aviation accident statistics • Accident causation models • The Human Factors Analysis and Classification System (HFACS) • Crew Resource Management (CRM) and Threat and Error Management (TEM) • Aviation Safety Reporting System (ASRS) and Flight Data Monitoring (FDM) • Aircraft and air traffic control technologies and safety systems • Airport safety, including runway incursions • Aviation security, including the threats of intentional harm and terrorism • International and U.S. Aviation Safety Management Systems

Apple Confidential 2.0

Apple Confidential 2.0
Author: Owen W. Linzmayer
Publisher: No Starch Press
Total Pages: 341
Release: 2004
Genre: Computers
ISBN: 1593270100

Chronicles the best and the worst of Apple Computer's remarkable story.

Structural Engineer's Pocket Book, 2nd Edition

Structural Engineer's Pocket Book, 2nd Edition
Author: Fiona Cobb
Publisher: Elsevier
Total Pages: 412
Release: 2009
Genre: Technology & Engineering
ISBN: 0750686863

"Now in its second edition, the Structural Engineer's Pocket Book is a comprehensive pocket reference guide for professional and student structural engineers, particularly those taking the iStructE Part 3 Exam. The combination of tables, data, facts, formulae and rules of thumb make it a valuable aid in scheme design for structural engineers in the office, in transit or on site." "Concise and precise, this second edition is updated to reflect changes to the British Standards, which are used and referenced throughout, as well as the addition of a new section on sustainability. Other subject areas include timber, masonry, steel, concrete, aluminium and glass." --Book Jacket.

The Halo Effect

The Halo Effect
Author: Phil Rosenzweig
Publisher: Simon and Schuster
Total Pages: 380
Release: 2008-12-09
Genre: Business & Economics
ISBN: 1847397026

Why do some companies prosper while others fail? Despite great amounts of research, many of the studies that claim to pin down the secret of success are based in pseudoscience. THE HALO EFFECT is the outcome of that pseudoscience, a myth that Philip Rosenzweig masterfully debunks in THE HALO EFFECT. THE HALO EFFECT highlights the tendency of experts to point to the high financial performance of a successful company and then spread its golden glow to all of the company's attributes - clear strategy, strong values, and brilliant leadership. But in fact, as Rosenzweig clearly illustrates, the experts are not just wrong, but deluded. Rosenzweig suggests a more accurate way to think about leading a company, a robust and clearheaded approach that can save any business from ultimate failure.

Ethics for the Information Age

Ethics for the Information Age
Author: Michael Jay Quinn
Publisher: Addison Wesley Publishing Company
Total Pages: 516
Release: 2006
Genre: Computers
ISBN:

Widely praised for its balanced treatment of computer ethics, Ethics for the Information Age offers a modern presentation of the moral controversies surrounding information technology. Topics such as privacy and intellectual property are explored through multiple ethical theories, encouraging readers to think critically about these issues and to make their own ethical decisions.

Rust in Action

Rust in Action
Author: Tim McNamara
Publisher: Simon and Schuster
Total Pages: 454
Release: 2021-09-07
Genre: Computers
ISBN: 163835622X

"This well-written book will help you make the most of what Rust has to offer." - Ramnivas Laddad, author of AspectJ in Action Rust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure. Summary Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques. You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent storage, memory, networking and even tinkering with CPU instructions. The book takes you through using Rust to extend other applications and teaches you tricks to write blindingly fast code. You'll also discover parallel and concurrent programming. Filled to the brim with real-life use cases and scenarios, you'll go beyond the Rust syntax and see what Rust has to offer in real-world use cases. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Rust is the perfect language for systems programming. It delivers the low-level power of C along with rock-solid safety features that let you code fearlessly. Ideal for applications requiring concurrency, Rust programs are compact, readable, and blazingly fast. Best of all, Rust’s famously smart compiler helps you avoid even subtle coding errors. About the book Rust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure. You’ll explore Rust implementations for file manipulation, networking, and kernel-level programming and discover awesome techniques for parallelism and concurrency. Along the way, you’ll master Rust’s unique borrow checker model for memory management without a garbage collector. What's inside Elementary to advanced Rust programming Practical examples from systems programming Command-line, graphical and networked applications About the reader For intermediate programmers. No previous experience with Rust required. About the author Tim McNamara uses Rust to build data processing pipelines and generative art. He is an expert in natural language processing and data engineering. Table of Contents 1 Introducing Rust PART 1 RUST LANGUAGE DISTINCTIVES 2 Language foundations 3 Compound data types 4 Lifetimes, ownership, and borrowing PART 2 DEMYSTIFYING SYSTEMS PROGRAMMING 5 Data in depth 6 Memory 7 Files and storage 8 Networking 9 Time and timekeeping 10 Processes, threads, and containers 11 Kernel 12 Signals, interrupts, and exceptions

Understanding Media

Understanding Media
Author: Marshall McLuhan
Publisher: Createspace Independent Publishing Platform
Total Pages: 396
Release: 2016-09-04
Genre:
ISBN: 9781537430058

When first published, Marshall McLuhan's Understanding Media made history with its radical view of the effects of electronic communications upon man and life in the twentieth century.

The Fearless Organization

The Fearless Organization
Author: Amy C. Edmondson
Publisher: John Wiley & Sons
Total Pages: 181
Release: 2018-11-14
Genre: Business & Economics
ISBN: 1119477263

Conquer the most essential adaptation to the knowledge economy The Fearless Organization: Creating Psychological Safety in the Workplace for Learning, Innovation, and Growth offers practical guidance for teams and organizations who are serious about success in the modern economy. With so much riding on innovation, creativity, and spark, it is essential to attract and retain quality talent—but what good does this talent do if no one is able to speak their mind? The traditional culture of "fitting in" and "going along" spells doom in the knowledge economy. Success requires a continuous influx of new ideas, new challenges, and critical thought, and the interpersonal climate must not suppress, silence, ridicule or intimidate. Not every idea is good, and yes there are stupid questions, and yes dissent can slow things down, but talking through these things is an essential part of the creative process. People must be allowed to voice half-finished thoughts, ask questions from left field, and brainstorm out loud; it creates a culture in which a minor flub or momentary lapse is no big deal, and where actual mistakes are owned and corrected, and where the next left-field idea could be the next big thing. This book explores this culture of psychological safety, and provides a blueprint for bringing it to life. The road is sometimes bumpy, but succinct and informative scenario-based explanations provide a clear path forward to constant learning and healthy innovation. Explore the link between psychological safety and high performance Create a culture where it’s “safe” to express ideas, ask questions, and admit mistakes Nurture the level of engagement and candor required in today’s knowledge economy Follow a step-by-step framework for establishing psychological safety in your team or organization Shed the "yes-men" approach and step into real performance. Fertilize creativity, clarify goals, achieve accountability, redefine leadership, and much more. The Fearless Organization helps you bring about this most critical transformation.