دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: 3rd ed نویسندگان: Morrow. Michael G., Welch. Thad B., Wright. Cameron H. G سری: ISBN (شابک) : 9781498781015, 1351848550 ناشر: Chapman and Hall/CRC سال نشر: 2016 تعداد صفحات: 481 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 16 مگابایت
در صورت تبدیل فایل کتاب Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSPs, Third Edition به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب پردازش سیگنال دیجیتال بلادرنگ از MATLAB به C با DSP های TMS320C6x، نسخه سوم نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
نرم افزار در این نسخه جدید از جدیدترین سخت افزار با کارایی بالا، از جمله کیت توسعه کم هزینه OMAP-L138 قدرتمند، ارزان و همه کاره از Texas Instruments پشتیبانی می کند. این کتاب از یک چارچوب بسیار کاربردی و گام به گام استفاده می کند که به جای تکیه بر تئوری به تنهایی، تجربه عملی را در DSP بلادرنگ ارائه می دهد. فصلها از مجموعهای از نمایشها، تمرینها و پروژههای کاربردی استفاده میکنند که با مروری سریع بر تئوری مربوطه شروع میشود، به کاربرد مفاهیم با استفاده از MATLAB و در نهایت اجرای برنامههای کاربردی در زمان واقعی بر روی برخی از آخرین DSP با کارایی بالا ادامه میدهد. سخت افزار خواننده آموزش می بیند که برای خود برنامه های جالب DSP بی درنگ مختلف ایجاد کند.
The software in this new edition supports the latest high-performance hardware, including the powerful, inexpensive, and versatile OMAP-L138 Low Cost Development Kit from Texas Instruments. This book utilizes a highly practical, step-by-step framework that provides hands-on experience in real-time DSP, rather than relying on theory alone. The chapters utilize a series of demonstrations, exercises, and applied projects that begins with a quick overview of the pertinent theory, progresses to applying the concepts using MATLAB, and ultimately running applicable programs in real-time on some of the latest high-performance DSP hardware. The reader is coached into creating for themselves various interesting real-time DSP programs.
Content: Cover
Half Title
Title Page
Copyright Page
Dedication
Foreword
About the Author
Contents
List of Figures
List of Tables
List of Program Listings
Preface
Acknowledgments
Section I: Enduring Fundamentals
1 Introduction and Organization
1.1 Why Do You Need This Book?
1.1.1 Other DSP Books
1.1.2 Demos and DSP Hardware
1.1.3 Philosophy of This Book
1.2 Real-Time DSP
1.3 How to Use This Book
1.3.1 Supported Boards
1.3.2 Host Computer to DSP Board Communication
1.3.3 Transition to Real-Time
1.3.4 Chapter Coverage
1.3.5 Hardware and Software Installation. 1.3.6 Reading Program Listings1.4 Get Started
1.5 Problems
2 Sampling and Reconstruction
2.1 Theory
2.1.1 Choosing a Sampling Frequency
2.1.2 Input/Output Issues: Samples or Frames?
2.1.3 The Talk-Through Concept
2.2 winDSK Demonstration
2.2.1 Starting winDSK
2.2.2 Talk-Thru Application
2.3 Talk-Through Using Windows
2.4 Talk-Through Using MATLAB and Windows
2.4.1 Talk-Through Using MATLAB Only
2.4.2 Talk-Through Using MATLAB and the DSK
2.5 DSK Implementation in C
2.6 Follow-On Challenges
2.7 Problems
3 FIR Digital Filters
3.1 Theory
3.1.1 Traditional Notation. 3.1.2 FIR Filters Compared to IIR Filters3.1.3 Calculating the Output of a Filter
3.2 winDSK Demonstration
3.2.1 Graphic Equalizer Application
3.2.2 Notch Filter Application
3.2.3 Audio Effects Application
3.3 MATLAB Implementation
3.3.1 Built-In Approach
3.3.2 Creating Your Own Filter Algorithm
3.4 DSK Implementation in C
3.4.1 Brute-Force FIR Filtering in C: Part 1
3.4.2 Brute-Force FIR Filtering in C: Part 2
3.4.3 Circular Bu?ered FIR Filtering
3.5 Follow-On Challenges
3.6 Problems
4 IIR Digital Filters
4.1 Theory
4.2 winDSK Demonstration: Notch Filter Application. 4.3 MATLAB Implementation4.3.1 Filter Design and Analysis
4.3.2 IIR Filter Notation
4.3.3 Block Diagrams
4.3.4 Built-In Approach
4.3.5 Creating Your Own Filter Algorithm
4.4 DSK Implementation in C
4.4.1 Brute-Force IIR Filtering
4.4.2 More Efficient IIR Filtering
4.5 Follow-On Challenges
4.6 Problems
5 Periodic Signal Generation
5.1 Theory
5.1.1 Periodic Signals in DSP
5.1.2 Signal Generation
5.2 winDSK Demonstration
5.2.1 Arbitrary Waveform
5.2.2 DTMF
5.3 MATLAB Implementation
5.3.1 Direct Digital Synthesizer Technique
5.3.2 Table Lookup Technique. 5.4 DSK Implementation in C5.4.1 Direct Digital Synthesizer Technique
5.4.2 Table Lookup Technique
5.4.3 Table Lookup Technique with Table Creation
5.4.4 Digital Resonator Technique
5.5 Pseudonoise Sequences
5.5.1 Theory
5.5.2 winDSK Demonstration
5.5.3 MATLAB Implementation
5.5.4 DSK Implementation in C
5.6 Follow-On Challenges
5.7 Problems
6 Frame-Based DSP
6.1 Theory
6.1.1 Drawbacks of Sample-Based DSP
6.1.2 What Is a Frame?
6.2 winDSK Demonstration
6.3 MATLAB Implementation
6.4 DSK Implementation in C
6.4.1 Triple Buffering
6.4.2 A Frame-Based DSP Example.