|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn162593275 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
070806s2005 ne a ob 001 0 eng d |
010 |
|
|
|z 2004050443
|
040 |
|
|
|a OPELS
|b eng
|e pn
|c OPELS
|d BAKER
|d OCLCQ
|d N$T
|d UBY
|d E7B
|d IDEBK
|d OCLCQ
|d OCLCF
|d YDXCP
|d OCLCQ
|d EBLCP
|d MERUC
|d AGLDB
|d LIP
|d JBG
|d OCLCQ
|d YDX
|d D6H
|d OCLCQ
|d VTS
|d OCLCQ
|d S9I
|d STF
|d LEAUB
|d M8D
|d OCLCQ
|d LUN
|d AJS
|d OCLCQ
|d OCLCO
|d OCLCQ
|d INARC
|
016 |
7 |
|
|a 2004050443
|2 Uk
|
019 |
|
|
|a 123492654
|a 154703487
|a 505066931
|a 648163276
|a 814504969
|a 990543709
|a 1029473670
|a 1029623542
|a 1392312255
|
020 |
|
|
|a 9780750678308
|
020 |
|
|
|a 0750678305
|
020 |
|
|
|a 9780080470337
|q (electronic bk.)
|
020 |
|
|
|a 0080470335
|q (electronic bk.)
|
020 |
|
|
|a 1280964421
|
020 |
|
|
|a 9781280964428
|
029 |
1 |
|
|a AU@
|b 000054162627
|
029 |
1 |
|
|a CHNEW
|b 001006838
|
029 |
1 |
|
|a DEBBG
|b BV042316003
|
029 |
1 |
|
|a DEBBG
|b BV043044704
|
029 |
1 |
|
|a DEBSZ
|b 367756773
|
029 |
1 |
|
|a DEBSZ
|b 422220205
|
029 |
1 |
|
|a NZ1
|b 12435418
|
035 |
|
|
|a (OCoLC)162593275
|z (OCoLC)123492654
|z (OCoLC)154703487
|z (OCoLC)505066931
|z (OCoLC)648163276
|z (OCoLC)814504969
|z (OCoLC)990543709
|z (OCoLC)1029473670
|z (OCoLC)1029623542
|z (OCoLC)1392312255
|
037 |
|
|
|a 105634:105663
|b Elsevier Science & Technology
|n http://www.sciencedirect.com
|
050 |
|
4 |
|a TK5102.9
|b .K4524 2005eb
|
072 |
|
7 |
|a COM
|x 031000
|2 bisacsh
|
072 |
|
7 |
|a TEC
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a TJK
|2 bicssc
|
082 |
0 |
4 |
|a 621.382/2
|2 22
|
084 |
|
|
|a 54.74
|2 bcl
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kehtarnavaz, Nasser.
|
245 |
1 |
0 |
|a Real-time digital signal processing based on the TMS320C6000 /
|c by Nasser Kehtarnavaz ; with laboratory contributions by Namjin Kim.
|
260 |
|
|
|a Amsterdam ;
|a Boston :
|b Elsevier :
|b Newnes,
|c ©2005.
|
300 |
|
|
|a 1 online resource (xii, 306 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a data file
|
520 |
|
|
|a Digital Signal Processing has undergone enormous growth in usage/implementation in the last 20 years and many engineering schools are now offering real-time DSP courses in their undergraduate curricula. Our everyday lives involve the use of DSP systems in things such as cell phones and high-speed modems; Texas Instruments has introduced the TMS320C6000 DSP processor family to meet the high performance demands of todays signal processing applications. This book provides the know-how for the implementation and optimization of computationally intensive signal processing algorithms on the Texas Instruments family of TMS320C6000 DSP processors. It is organized in such a way that it can be used as the textbook for DSP lab courses offered at many engineering schools or as a self-study/reference for those familiar with DSP but not this family of processors. This book provides a restructured, modified, and condensed version of the information in more than twenty TI manuals so that one can learn real-time DSP implementations on the C6000 family in a structured course, within one semester. Each chapter is followed by an appropriate lab exercise to provide the hands-on lab material for implementing appropriate signal processing functions. These labs are included on the accompanying CD to take the reader through the entire process of C6X code writing. * Each chapter is followed by an appropriate lab exercise * Provides the hands-on lab material for implementing appropriate signal processing functions * Labs are included on accompanying CD taking the reader through the entire process of C6X code writing.
|
505 |
0 |
|
|a Introduction: Examples of DSP systems, Organization of Chapters, Required Software/Hardware; Analog to Digital Signal Conversion: Sampling, Quantization, -- Signal Reconstruction; TMS320C6x Architecture: CPU Operation (Dot Product Example, Pipelined CPU, -- VelociTI, C64x DSP; Software Tools: DSK Target DSP Board, Assembly File, Memory Management, Compiler Utility, Code Initialization, Lab 1: Getting Familiar with Code Composer Studio; Interrupt Data Processing, Lab 2: Audio Signal Sampling; Fixed-Point vs Floating-Point:Q-Format Number Representation on Fixed-Point DSPs, Finite Word Length Effects on Fixed-Point DSPs, Floating-Point Number Representation, Overflow and Scaling, Some Useful Arithmetic Operations, Lab 3: Integer Arithmetic; Code Optimization: Word Wide Optimization, Mixing C and Assembly, Software Pipelining, Lab 4: Real-Time Filtering; Circular Buffering: Lab 5: Adaptive Filtering; Frame Processing: Direct Memory Access, DSP-Host Communication, Lab 6: Fast Fourier Transform; -- Real-Time Analysis and Scheduling: Real-Time Analysis and Instrumentation, Real-Time Scheduling, -- Real-Time Data Exchange, Lab 7: DSP/BIOS, Lab 8: Data Synchronization and Communication.
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
504 |
|
|
|a Includes bibliographical references and index.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Signal processing
|x Digital techniques.
|
650 |
|
0 |
|a Texas Instruments TMS320 series microprocessors.
|
650 |
|
7 |
|a COMPUTERS
|x Information Theory.
|2 bisacsh
|
650 |
|
7 |
|a TECHNOLOGY & ENGINEERING
|x Signals & Signal Processing.
|2 bisacsh
|
650 |
|
7 |
|a Signal processing
|x Digital techniques.
|2 fast
|0 (OCoLC)fst01118285
|
650 |
|
7 |
|a Texas Instruments TMS320 series microprocessors.
|2 fast
|0 (OCoLC)fst01148512
|
650 |
1 |
7 |
|a Signaalverwerking.
|2 gtt
|
650 |
1 |
7 |
|a Real-time systemen.
|2 gtt
|
650 |
1 |
7 |
|a VLSI.
|2 gtt
|
650 |
|
7 |
|a Processamento digital de sinais.
|2 larpcal
|
776 |
0 |
8 |
|i Print version:
|a Kehtarnavaz, Nasser.
|t Real-time digital signal processing based on the TMS320C6000.
|d Amsterdam ; Boston : Elsevier : Newnes, ©2005
|z 0750678305
|z 9780750678308
|w (DLC) 2004050443
|w (OCoLC)55105961
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=187252
|z Texto completo
|
938 |
|
|
|a Baker & Taylor
|b BKTY
|c 54.95
|d 54.95
|i 0750678305
|n 0006020559
|s active
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4732005
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10167000
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 187252
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 96442
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 2551304
|
938 |
|
|
|a Internet Archive
|b INAR
|n realtimedigitals0000keht
|
994 |
|
|
|a 92
|b IZTAP
|