Cargando…

Digital signal processing system-level design using LabVIEW /

LabVIEW (Laboratory Virtual Instrumentation Engineering Workbench) developed by National Instruments is a graphical programming environment. Its ease of use allows engineers and students to streamline the creation of code visually, leaving time traditionally spent on debugging for true comprehension...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kehtarnavaz, Nasser
Otros Autores: Kim, Namjin
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Oxford : Elsevier/Newnes, 2005.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocm61408897
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 050902s2005 enk fob 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCF  |d NLGGC  |d OCLCQ  |d YDXCP  |d E7B  |d OCLCQ  |d STF  |d MOR  |d IQW  |d PIFAG  |d OCLCQ  |d OCLCO  |d WRM  |d VTS  |d NRAMU  |d VT2  |d OCLCQ  |d OCLCO  |d G3B  |d K6U  |d VLY  |d OCLCO  |d OCLCQ  |d UKCRE  |d QGK  |d OCLCO 
019 |a 144565298  |a 647497655  |a 856959282  |a 984785255  |a 988412811  |a 991928847  |a 1037761236  |a 1038632462  |a 1045512277  |a 1055334054  |a 1081191543  |a 1152989315  |a 1259061675 
020 |a 1423723546  |q (electronic bk.) 
020 |a 9781423723547  |q (electronic bk.) 
020 |a 9780750679145 
020 |a 075067914X 
020 |z 075067914X  |q (pbk.) 
020 |a 1281010049 
020 |a 9781281010049 
020 |a 9786611010041 
020 |a 6611010041 
020 |a 0080477240 
020 |a 9780080477244 
029 1 |a AU@  |b 000051556408 
029 1 |a AU@  |b 000051860287 
029 1 |a DEBBG  |b BV043110128 
029 1 |a DEBSZ  |b 422326380 
029 1 |a GBVCP  |b 801334969 
029 1 |a NZ1  |b 14540903 
035 |a (OCoLC)61408897  |z (OCoLC)144565298  |z (OCoLC)647497655  |z (OCoLC)856959282  |z (OCoLC)984785255  |z (OCoLC)988412811  |z (OCoLC)991928847  |z (OCoLC)1037761236  |z (OCoLC)1038632462  |z (OCoLC)1045512277  |z (OCoLC)1055334054  |z (OCoLC)1081191543  |z (OCoLC)1152989315  |z (OCoLC)1259061675 
050 4 |a TK5102.9  |b .K44 2005eb 
072 7 |a COM  |x 031000  |2 bisacsh 
072 7 |a TEC  |x 067000  |2 bisacsh 
082 0 4 |a 621.3822  |2 22 
049 |a UAMI 
100 1 |a Kehtarnavaz, Nasser. 
245 1 0 |a Digital signal processing system-level design using LabVIEW /  |c Nasser Kehtarnavaz and Namjin Ki. 
260 |a Oxford :  |b Elsevier/Newnes,  |c 2005. 
300 |a 1 online resource (304 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
500 |a Includes CD-ROM. 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
505 0 |a Front Cover; Digital Signal Processing System-Level Design Using LabVIEW TM; Copyright Page; Contents; Preface; What's on the CD-ROM?; Chapter 1. Introduction; 1.1 Digital Signal Processing Hands-On Lab Courses; 1.2 Organization; 1.3 Software Installation; 1.4 Updates; 1.5 Bibliography; Chapter 2. LabVIEW Programming Environment; 2.1 Virtual Instruments (VIs); 2.2 Graphical Environment; 2.3 Building a Front Panel; 2.4 Building a Block Diagram; 2.5 Grouping Data: Array and Cluster; 2.6 Debugging and Profiling VIs; 2.7 Bibliography; Lab 1: Getting Familiar with LabVIEW: Part I 
505 8 |a L1.1 Building a Simple VIL1.2 Using Structures and SubVIs; L1.3 Create an Array with Indexing; L1.4 Debugging VIs: Probe Tool; L1.5 Bibliography; Lab 2: Getting Familiar with LabVIEW: Part II; L2.1 Building a System VI with Express VIs; L2.2 Building a System with Regular VIs; L2.3 Profile VI; L2.4 Bibliography; Chapter 3. Analog-to-Digital Signal Conversion; 3.1 Sampling; 3.2 Quantization; 3.3 Signal Reconstruction; Lab 3: Sampling, Quantization and Reconstruction; L3.1 Aliasing; L3.2 Fast Fourier Transform; L3.3 Quantization; L3.4 Signal Reconstruction; L3.5 Bibliography 
505 8 |a Chapter 4. Digital Filtering 4.1 Digital Filtering; 4.2 LabVIEW Digital Filter Design Toolkit; 4.3 Bibliography; Lab 4: FIR/IIR Filtering System Design; L4.1 FIR Filtering System; L4.2 IIR Filtering System; L4.3 Building a Filtering System Using Filter Coefficients; L4.4 Filter Design Without Using DFD Toolkit; L4.5 Bibliography; Chapter 5. Fixed-Point versus Floating-Point; 5.1 Q-format Number Representation; 5.2 Finite Word Length Effects; 5.3 Floating-Point Number Representation; 5.4 Overflow and Scaling; 5.5 Data Types in LabVIEW; 5.6 Bibliography; Lab 5: Data Type and Scaling 
505 8 |a L5.1 Handling Data types in LabVIEW L5.2 Overflow Handling; L5.3 Scaling Approach; L5.4 Digital Filtering in Fixed-Point Format; L5.5 Bibliography; Chapter 6. Adaptive Filtering; 6.1 System Identification; 6.2 Noise Cancellation; 6.3 Bibliography; Lab 6: Adaptive Filtering Systems; L6.1 System Identification; L6.2 Noise Cancellation; L6.3 Bibliography; Chapter 7. Frequency Domain Processing; 7.1 Discrete Fourier Transform (DFT) and Fast Fourier Transform (FFT); 7.2 Short-Time Fourier Transform (STFT); 7.3 Discrete Wavelet Transform (DWT); 7.4 Signal Processing Toolset; 7.5 Bibliography 
505 8 |a Lab 7: FFT, STFT and DWT L7.1 FFT versus STFT; L7.2 DWT; L7.3 Bibliography; Chapter 8. DSP Implementation Platform: TMS3aOC6x Architecture and Software Tools; 8.1 TMS320C6X DSP; 8.2 C6x DSK Target Boards; 8.3 DSP Programming; 8.4 Bibliography; Lab 8: Getting Familiar with Code Composer Studio; L8.1 Code Composer Studio; L8.2 Creating Projects; L8.3 Debugging Tools; L8.4 Bibliography; Chapter 9. LabVIEW DSP Integration; 9.1 Communication with LabVIEW: Real-Time Data Exchange (RTDX); 9.2 LabVIEW DSP Test Integration Toolkit for TI DSP; 9.3 Combined Implementation: Gain Example; 9.4 Bibliography 
520 |a LabVIEW (Laboratory Virtual Instrumentation Engineering Workbench) developed by National Instruments is a graphical programming environment. Its ease of use allows engineers and students to streamline the creation of code visually, leaving time traditionally spent on debugging for true comprehension of DSP. This book is perfect for practicing engineers, as well as hardware and software technical managers who are familiar with DSP and are involved in system-level design. With this text, authors Kehtarnavaz and Kim have also provided a valuable resource for students in conventional engine. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a LabVIEW. 
630 0 7 |a LabVIEW  |2 fast 
650 0 |a Signal processing  |x Digital techniques  |x Computer programs. 
650 6 |a Traitement du signal  |x Techniques numériques  |x Logiciels. 
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  |x Computer programs  |2 fast 
700 1 |a Kim, Namjin. 
776 0 8 |i Print version:  |a Kehtarnavaz, Nasser.  |t Digital signal processing system-level design using LabVIEW.  |d Oxford : Elsevier/Newnes, 2005  |z 075067914X  |w (OCoLC)60320402 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=130264  |z Texto completo 
938 |a ebrary  |b EBRY  |n ebr10128006 
938 |a EBSCOhost  |b EBSC  |n 130264 
938 |a YBP Library Services  |b YANK  |n 2363501 
994 |a 92  |b IZTAP