MARC details
| 000 -LEADER |
| fixed length control field |
04571cam a2200385 i 4500 |
| 001 - CONTROL NUMBER |
| control field |
19189456 |
| 005 - DATE AND TIME OF LATEST TRANSACTION |
| control field |
20201231152459.0 |
| 008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION |
| fixed length control field |
160725s2017 flu b 001 0 eng |
| 010 ## - LIBRARY OF CONGRESS CONTROL NUMBER |
| LC control number |
2016033212 |
| 020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
| International Standard Book Number |
9781498781015 (Hardback : acidfree paper) |
| 040 ## - CATALOGING SOURCE |
| Original cataloging agency |
DLC |
| Language of cataloging |
eng |
| Transcribing agency |
DLC |
| Description conventions |
rda |
| Modifying agency |
DLC |
| -- |
EG-NcFUE |
| 042 ## - AUTHENTICATION CODE |
| Authentication code |
pcc |
| 050 00 - LIBRARY OF CONGRESS CALL NUMBER |
| Classification number |
TK5102.9 |
| Item number |
.W44 2017 |
| 082 00 - DEWEY DECIMAL CLASSIFICATION NUMBER |
| Classification number |
621.3822 |
| Edition number |
23 |
| Item number |
W.T.R |
| 100 1# - MAIN ENTRY--PERSONAL NAME |
| Personal name |
Welch, Thad B., |
| Relator term |
author. |
| 245 10 - TITLE STATEMENT |
| Title |
Real-time digital signal processing from MATLAB to C with the TMS320C6x DSPs / |
| Statement of responsibility, etc |
Thad B. Welch, Boise State University, Boise, ID, USA, Cameron H.G. Wright, University of Wyoming, Laramie, WY, USA, Michael G. Morrow, University of Wisconsin, Madison, USA, |
| 246 3# - VARYING FORM OF TITLE |
| Title proper/short title |
Real time digital signal processing from MATLAB to C with the TMS320C6x DSPs |
| 250 ## - EDITION STATEMENT |
| Edition statement |
Third edition. |
| 264 #1 - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT) |
| Place of publication, distribution, etc |
Boca Raton : |
| Name of publisher, distributor, etc |
CRC Press, Taylor & Francis Group, CRC Press is an imprint of the Taylor & Francis Group, an informa business, |
| Date of publication, distribution, etc |
[2017] |
| 264 #4 - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT) |
| Date of publication, distribution, etc |
c2017. |
| 300 ## - PHYSICAL DESCRIPTION |
| Extent |
xxxiii, 444 pages ; |
| Dimensions |
27 cm |
| 336 ## - CONTENT TYPE |
| Content type term |
text |
| Content type code |
txt |
| Source |
rdacontent |
| 337 ## - MEDIA TYPE |
| Media type term |
unmediated |
| Media type code |
n |
| Source |
rdamedia |
| 338 ## - CARRIER TYPE |
| Carrier type term |
volume |
| Carrier type code |
nc |
| Source |
rdacarrier |
| 504 ## - BIBLIOGRAPHY, ETC. NOTE |
| Bibliography, etc |
Includes bibliographical references (pages 433-439) and index. |
| 505 0# - FORMATTED CONTENTS NOTE |
| Formatted contents note |
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. |
| 650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
| Topical term or geographic name as entry element |
Signal processing |
| General subdivision |
Digital techniques. |
| 650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
| Topical term or geographic name as entry element |
Texas Instruments TMS320 series microprocessors. |
| 700 1# - ADDED ENTRY--PERSONAL NAME |
| Personal name |
Wright, Cameron H. G., |
| Relator term |
author. |
| 700 1# - ADDED ENTRY--PERSONAL NAME |
| Personal name |
Morrow, Michael G., |
| Relator term |
author. |
| 906 ## - LOCAL DATA ELEMENT F, LDF (RLIN) |
| a |
7 |
| b |
cbc |
| c |
orignew |
| d |
1 |
| e |
ecip |
| f |
20 |
| g |
y-gencatlg |
| 942 ## - ADDED ENTRY ELEMENTS (KOHA) |
| Source of classification or shelving scheme |
Dewey Decimal Classification |
| Koha item type |
Books |