|
 |
|
 |
|
|
 |
|  |
|
Название: Analog Audio Amplifier Design Автор: John C.M. Lam Издательство: Routledge Год: 2024 Страниц: 598 Язык: английский Формат: pdf (true) Размер: 36.9 MB
The objective of the Analog Audio Amplifier Design is to develop in the reader the ability to analyze and design analog audio amplifiers using operational amplifiers, discrete semiconductor transistors, and vacuum tubes. The book is written to address many advanced topics and practical amplifier configurations. However, it also provides the necessary basics, examples and exercises that allow the readers to progressively absorb the materials of the book and gain confidence in using various design techniques. Analog Audio Amplifier Design introduces all the fundamental principles of analog audio amplifiers, alongside practical circuit design techniques and advanced topics. Covering all the basics of amplifier operation and configuration, as well as high-end audio amplifiers, this is a comprehensive guide with design examples and exercises throughout. With chapters on single-device, operational, multi-stage, voltage buffer, power, line-stage and phono-stage amplifiers, Analog Audio Amplifier Design is a comprehensive and practical introduction that empowers readers to master a range of design techniques. This book also provides a variety of graphs and tables of key amplifying devices and properties of amplifier configurations for easy reference. This is an essential resource for audio professionals and hobbyists interested in audio electronics and audio engineering, as well as students on electrical and audio engineering courses. |
Разместил: Ingvar16 13-12-2023, 19:02 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Computer Architecture for Scientists: Principles and Performance Автор: Andrew A. Chien Издательство: Cambridge University Press Год: 2022 Страниц: 266 Язык: английский Формат: pdf (true) Размер: 10.2 MB
Because of computing’s history, the pedagogy of computer architecture has been aimed at future computer designers and engineers. However, a growing number of data scientists, engineers who are not computer engineers, and even the majority of computer scientists (i.e. artificial intelligence and more) see computing as an intellectual tool. These scientists and engineers need an understanding of computer architecture for insights into how hardware enables, shapes, and limits performance. They need an understanding of computer architecture that allows them to reason about performance today and scaling into the future. It is for them that I have undertaken this book. Computer architecture is the science and engineering that underpins the design of computer hardware. It is both the design of the software–hardware interface that defines portability and correct execution for software, and also the organizational understanding for hardware that effectively exploits advancing microelectronics technology for increased computing performance. For this reason, computer organization is another term used for computer architecture. Computer Architecture for Scientists covers four key pillars of computer performance and imparts a high-level basis for reasoning with and understanding these concepts: Small is fast – how size scaling drives performance; Implicit parallelism – how a sequential program can be executed faster with parallelism; Dynamic locality – skirting physical limits, by arranging data in a smaller space; Parallelism – increasing performance with teams of workers. |
Разместил: Ingvar16 12-12-2023, 21:36 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: The Complete Build Your Own PC Manual - 8th Edition, 2023 Автор: Papercut Limited Издательство: Papercut Limited Год: 2023 Страниц: 128 Язык: английский Формат: pdf Размер: 62.7 MB
Самое важное пошаговое руководство по созданию вашего собственного компьютера - от планирования до завершения. Создание собственного компьютера - это не то, что нужно или что каждый хочет делать. Это требует некоторого времени, планирования и тщательного обдумывания, и не всегда является лучшим способом купить новый компьютер в рамках вашего бюджета. Однако, если вы хотите испытать глубокое удовлетворение, сэкономить деньги, узнать больше о том, как работают компьютеры, и подготовиться к решению аппаратных проблем в будущем, мы рекомендуем всем сделать это. Если вам нужно создать свой первый компьютер или заменить старый, это руководство предназначено для начинающих разработчиков и проведет вас через все этапы, от планирования системы до установки компонентов и добавления необходимого программного обеспечения. |
Разместил: Ingvar16 11-12-2023, 03:53 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Хакерство. Физические атаки с использованием хакерских устройств Автор: Андрей Жуков Издательство: БХВ-Петербург Год: 2023 Страниц: 306 Язык: русский Формат: pdf Размер: 38.6 MB
Книга посвящена физическим атакам на беспроводные сети и компьютеры с использованием самодельных хакерских устройств и защите от них. Показан способ дампа памяти компьютера при помощи обычной флешки, метод перехвата сетевого трафика посредством зажимов-«крокодилов». Подробно освещены различные атаки BadUSB, продемонстрирован метод организации несанкционированного доступа к компьютеру при помощи 4G-модема и подключения к локальной сети через хакерское устройство на базе одноплатного компьютера. Описаны атаки на беспроводные сети и уличные IP-камеры с помощью самодельного устройства Wi-Fi Pineapple. Продемонстрирован способ атаки на сеть и устройства с использованием дрона, оборудованного одноплатным компьютером. Описана конструкция защищенного от помех квадрокоптера с управлением по мобильной сотовой сети. Рассказано о том, как превратить обычный мобильный телефон в «трекер» или хакерское устройство, позволяющее управлять гаражными воротами или шлагбаумами. Для пентестеров и специалистов по информационной безопасности. |
Разместил: Ingvar16 9-12-2023, 17:11 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Arduino Interrupts: Harness the Power of Interrupts in Your Arduino and ATmega328 Code Автор: Norman Dunbar Издательство: Apress Год: 2023 ISBN: B0CDJY7G64 Страниц: 324 Формат: PDF Размер: 5 Mб Язык: English
Improve your projects by leveraging the power of interrupts. This comprehensive guide makes it easy to understand and use interrupts with the ATmega328P microcontroller found on Arduino boards. With over 20 interrupts available, this book covers almost all of them and provides background information on how they work. You’ll work through the steps and code examples required to configure each of the covered interrupts. You'll also learn how to use them with Arduino, AVR C++ and with other development systems, like PlatformIO. |
Разместил: Gena_Bukin 9-12-2023, 16:17 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Multibeam Phased Array Antennas as Satellite Constellation Ground Station Автор: Guolong He , Xin Gao , Rentian Zhang , Liangliang Sun , Hui Zhou Издательство:Springer Год:2023 Формат:PDF Страниц: 188 Размер: 10,4 МБ Язык: English
This book focuses on the multi-beam phased array antenna as a satellite ground station. As there are already many excellent books on phased array antennas in the literature, this book focuses mainly on some engineering practices and fills the gap between principles and practices, such as array excitation error impact analysis and calibration methods, array geometry design for hemispherical coverage, multiple beam resource management, etc. |
Разместил: vikCAT 9-12-2023, 14:19 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Электроника. Энциклопедический словарь Автор: Колесников В.Г. Жанр: Электроника Издательство: Советская энциклопедия Год выпуска: 1991 Страниц: 695 Язык: Русский Формат: djvu Размер: 26 Mb
Настоящий энциклопедический словарь, содержащий примерно 1800 статей, предназначен прежде всего для специалистов в области электроники и смежных с ней научно-технических дисциплин, а также для преподователей и студентов соответствующих специальностей. |
Разместил: rivasss 8-12-2023, 01:10 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Communication Electronics: RF Design with Practical Applications using Pathwave/ADS Software Автор: Stephen I Long Издательство: River Publishers Серия: River Publishers Series in Electronic Materials, Circuits and Devices Год: 2024 Страниц: 522 Язык: английский Формат: pdf (true) Размер: 35.1 MB
This text/reference develops practical intuition into the art of RF circuit design and introduces users to the widely used simulation tool, Pathwave ADS, from Keysight Technologies. By using project-oriented assignments, it builds a strong foundation and focuses on practical applications illustrated by examples, simulation tutorials, and homework problems. Learning through doing has proven to be an effective preparatory tool for more advanced and complex applications, and this book is developed from the author’s lecture notes for a senior/graduate class at University of California Santa Barbara. The class had a significant lab component employing measurement techniques, board-level prototyping, and RFIC design. Falling somewhere between a traditional textbook and a practical handbook, it focuses mainly on analog RF analysis and design and circuit simulation techniques. |
Разместил: Ingvar16 7-12-2023, 04:12 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Signals and Systems with MATLAB and Simulink Автор: Farzin Asadi Издательство: Springer Год: 2024 Страниц: 479 Язык: английский Формат: pdf (true) Размер: 27.6 MB
This textbook provides a compact but comprehensive treatment that guides students to solve Signals and Systems problems using MATLAB/Simulink. Ideal as a hands-on source for courses in Signals and Systems or Control Systems, this text focuses on solving problems using market-standard software, corresponding to all key concepts covered in the classroom. The author uses his extensive classroom experience to guide students toward deeper understanding of key concepts, while they gain facility with software they will need to master for later studies and practical use in their engineering careers. A signal is the variation of a physical, or non-physical, quantity with respect to one or more independent variable(s). Signals typically carry information that is somehow relevant for some purpose. System is defined as any process in which input signals are transformed to output signals. The study of signals and systems is, by necessity, highly mathematical since its focus is to allow one to predict, with some certainty, the behavior of systems when they are subjected to different input signals. Signals and systems course is an introduction to analog and digital signal processing, a topic that forms an integral part of engineering systems in many diverse areas, including seismic data processing, communications, speech processing, image processing, and consumer electronics. In this course, you will examine signal and systems analysis in continuous and discrete time. |
Разместил: Ingvar16 6-12-2023, 20:31 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Основы самосинхронных электронных схем Автор: Плеханов Л. П. Издательство: Лаборатория знаний Год: 2020 - 3-е изд. Cтраниц: 211 Формат: pdf (ocr) Размер: 34 мб Язык: русский
В монографии подробно представлены начальные понятия, принципы работы, свойства, поведение и построение самосинхронных схем. Приведены примеры комбинационных и последовательностных схем, а также результаты экспериментальной проверки их уникальных свойств. Изложение ведется с позиций нового, функционального, подхода, основанного на исследовании логических функций, описывающих элементы схем, без привлечения методов теории автоматов. Аналогов данного подхода ни в отечественной, ни в зарубежной литературе не отмечено. Для специалистов по дискретной электронике, аспирантов и студентов этого направления. Может также использоваться как для начального ознакомления, так и для учебного процесса. |
Разместил: rivasss 6-12-2023, 11:53 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|