• Home
  • Advanced Search
  • Directory of Libraries
  • About lib.ir
  • Contact Us
  • History
  • ورود / ثبت نام

عنوان
DSP for MATLAB and LabVIEW

پدید آورنده
/ Forester W. Isen

موضوع
MATLAB,LabVIEW,Signal processing, Digital techniques,Transformations (Mathematics),MATLAB,LabVIEW,MathScript,DSP (Digital Signal Processing),Discrete Time FourierTransform (DTFT),z-Transform,Discrete Fourier transform (DFT),Fast Fourier transform (FFT),Goertzel algorithm,Discrete Fourier series (DFS),Frequency domain,Discrete frequency transform,FIR,IIR,Direct form,Direct form transposed,Parallel form,Cascade form,Lattice form,Decimation-in-time (DIT)

رده
E-BOOK

کتابخانه
Central Library, Center of Documentation and Supply of Scientific Resources

محل استقرار
استان: East Azarbaijan ـ شهر:

Central Library, Center of Documentation and Supply of Scientific Resources

تماس با کتابخانه : 04133443834

INTERNATIONAL STANDARD BOOK NUMBER

(Number (ISBN
9781598298949 (electronic bk.)

NATIONAL BIBLIOGRAPHY NUMBER

Country Code
IR
Number
EN-57444

LANGUAGE OF THE ITEM

.Language of Text, Soundtrack etc
انگلیسی

COUNTRY OF PUBLICATION OR PRODUCTlON

Country of publication
IR

TITLE AND STATEMENT OF RESPONSIBILITY

Title Proper
DSP for MATLAB and LabVIEW
General Material Designation
[Book]
Other Title Information
:Discrete frequency transform
First Statement of Responsibility
/ Forester W. Isen

.PUBLICATION, DISTRIBUTION, ETC

Place of Publication, Distribution, etc.
San Rafael, Calif. (1537 Fourth Street, San Rafael, CA 94901 USA)
Name of Publisher, Distributor, etc.
: Morgan & Claypool Publishers,
Date of Publication, Distribution, etc.
, c2009.

PHYSICAL DESCRIPTION

Specific Material Designation and Extent of Item
1 electronic text (xvi, 217 p. ill.) , digital file.

SERIES

Series Title
(Synthesis lectures on signal processing,1932-1694
Volume Designation
; 5.)

GENERAL NOTES

Text of Note
Part of: Synthesis digital library of engineering and computer science.
Text of Note
Title from PDF t.p. (viewed on January 8, 2009).
Text of Note
Series from website.

NOTES PERTAINING TO PUBLICATION, DISTRIBUTION, ETC.

Text of Note
Electronic

CONTENTS NOTE

Text of Note
This book is Volume II of the series DSP for MATLAB and LabVIEW. This volume provides detailed coverage of discrete frequency transforms, including a brief overview of common frequency transforms, both discrete and continuous, followed by detailed treatments of the Discrete Time Fourier Transform (DTFT), the z-Transform (including definition and properties, the inverse z-transform, frequency response via z-transform, and alternate filter realization topologies including Direct Form, Direct Form Transposed, Cascade Form,Parallel Form, and Lattice Form), and the Discrete Fourier Transform (DFT) (including Discrete Fourier Series, the DFT-IDFT pair, DFT of common signals, bin width, sampling duration, and sample rate, the FFT, the Goertzel Algorithm, Linear, Periodic, and Circular convolution, DFT Leakage, and computation of the Inverse DFT). The entire series consists of four volumes that collectively cover basic digital signal processing in a practical and accessible manner, but which nonetheless include all essential foundation mathematics. As the series title implies, the scripts (of which there are more than 200) described in the text and supplied in code form (available via the internet at http://www.morganclaypool.com/page/isen) will run on both MATLAB and LabVIEW. The text for all volumes contains many examples, and many useful computational scripts, augmented by demonstration scripts and LabVIEW Virtual Instruments (VIs) that can be run to illustrate various signal processing concepts graphically on the user's computer screen. Volume I consists of four chapters that collectively set forth a brief overview of the field of digital signal processing, useful signals and concepts (including convolution, recursion, difference equations, LTI systems, etc), conversion from the continuous to discrete domain and back (i.e., analog-to-digital and digital-to-analog conversion), aliasing, the Nyquist rate, normalized frequency, sample rate conversion, and Mu-law compression, and signal processing principles including correlation, the correlation sequence, the Real DFT, correlation by convolution, matched filtering, simple FIR filters, and simple IIR filters. Chapter 4 of Volume I, in particular, provides an intuitive or "first principle" understanding of how digital filtering and frequency transforms work, preparing the reader for the present volume (Volume II). Volume III of the series covers digital filter design (FIR design using Windowing, Frequency Sampling, and Optimum Equiripple techniques, and Classical IIR design) and Volume IV, the culmination of the series, is an introductory treatment of LMS Adaptive Filtering and applications.
Text of Note
The discrete time Fourier transform -- Overview -- In the previous volume -- In this volume -- In this chapter -- Software for use with this book -- Introduction to transform families -- Fourier family (constant unity-magnitude correlators) -- Laplace family (time-varying-magnitude correlators) -- The DTFT -- Inverse DTFT -- A few properties of the DTFT -- Linearity -- Conjugate symmetry for real[n] -- Periodicity -- Shift of frequency -- Convolution -- Even and odd components -- Multiplication by a ramp -- Frequency response of an LTI system -- From impulse response -- From difference equation -- References -- Exercises -- The z-transform -- Overview -- Software for use with this book -- Definition & properties -- The z-transform -- The inverse z-transform -- Convergence criteria -- Summary of ROC facts -- Trivial poles and zeros -- Basic properties of the z-transform -- Common z-transforms -- Transfer functions, poles, and zeros -- Pole location and stability -- Conversion from z-domain to time domain -- Difference equation -- Table lookup -- Partial fraction expansion -- Contour integration in the complex plane -- Transient and steady-state responses -- Frequency response from z-transform -- For generalized transfer function -- Relation to DTFT -- Finite impulse response (FIR) -- Infinite impulse response (IIR) single pole -- Cascaded single-pole filters -- Off-unit-circle zeros and decaying signals -- Transfer function & filter topology -- Direct form -- Direct form transposed -- Cascade form -- Parallel form -- Lattice form -- References -- Exercises -- The DFT -- Overview -- Software for use with this book -- Discrete Fourier series -- Sampling in the z-domain -- From DFS to DFT -- DFT-IDFT pair -- Definition-forward transform (time to frequency) -- Definition-inverse transform (frequency to time) -- Magnitude and phase -- N, scaling constant, and DFT variants -- MathScript implementation -- A few DFT properties -- General considerations and observations -- Bin values -- Periodicity in n and k -- Frequency multiplication in time domain -- Computation of DFT via matrix -- DFT of common signals -- Frequency resolution -- Bin width and sample rate -- The FFT -- N-pt DFT from two N/2-pt DFTs -- Decimation-in-time -- Reassembly via butterfly -- Algorithm execution time -- Other algorithms -- The Goertzel algorithm -- Via single-pole -- Using complex conjugate poles -- Magnitude only output -- Linear, periodic, and circular convolution and the DFT -- Cyclic/periodic convolution -- Circular convolution -- DFT convolution theorem -- Linear convolution using the DFT -- Summary of convolution facts -- The overlap-add method -- DFT leakage -- On-bin/off-bin: DFT leakage -- Avoiding DFT leakage-windowing -- Inherent windowing by a rectangular window -- A few common window types -- DFT leakage v. window type -- Additional window use -- DTFT via padded DFT -- The inverse DFT (IDFT) -- Computation of IDFT via matrix -- IDFT via DFT -- IDFT phase descrambling -- Phase zeroing -- Phase shifting -- Equalization using the DFT -- References -- Exercises.

SERIES

Title
Synthesis lectures on signal processing (Online)
Volume Number
5

OTHER VARIANT TITLES

Variant Title
Synthesis digital library of engineering and computer science
Variant Title
Synthesis Digital Library Collection 2
Variant Title
Discrete frequency transforms

TOPICAL NAME USED AS SUBJECT

MATLAB
LabVIEW
Signal processing, Digital techniques
Transformations (Mathematics)
MATLAB
LabVIEW
MathScript
DSP (Digital Signal Processing)
Discrete Time FourierTransform (DTFT)
z-Transform
Discrete Fourier transform (DFT)
Fast Fourier transform (FFT)
Goertzel algorithm
Discrete Fourier series (DFS)
Frequency domain
Discrete frequency transform
FIR
IIR
Direct form
Direct form transposed
Parallel form
Cascade form
Lattice form
Decimation-in-time (DIT)

LIBRARY OF CONGRESS CLASSIFICATION

Class number
E-BOOK

PERSONAL NAME - PRIMARY RESPONSIBILITY

Isen, Forester W.(Forester William),1949-

ORIGINATING SOURCE

Country
ایران

ELECTRONIC LOCATION AND ACCESS

Host name
DSP for MATLAB and LabVIEW
Access number
عادی
Compression information
عادی
Electronic name
EN-57444.pdf
Bits per second
0
Contact for access assistance
ایمانی
Electronic Format Type
متن
File size
0
Record control number
EN-57444
Public note
انگلیسی

old catalog

e

BL
1

a
Y

Proposal/Bug Report

Warning! Enter The Information Carefully
Send Cancel
This website is managed by Dar Al-Hadith Scientific-Cultural Institute and Computer Research Center of Islamic Sciences (also known as Noor)
Libraries are responsible for the validity of information, and the spiritual rights of information are reserved for them
Best Searcher - The 5th Digital Media Festival