搜索附件  
头雁微网 附件中心 技术应用 情报信息 Dsp for Matlab and Labview I :Fundamentals of Discrete Signal Processing: Dsp for Matlab and Labview I Fundamentals of Discrete Signal Processing.rar
板块导航
附件中心&附件聚合2.0
For Discuz! X3.5 © hgcad.com

Dsp for Matlab and Labview I :Fundamentals of Discrete Signal Processing: Dsp for Matlab and Labview I Fundamentals of Discrete Signal Processing.rar

 

Dsp for Matlab and Labview I :Fundamentals of Discrete Signal Processing:
Dsp for Matlab and Labview: Fundamentals of Discrete Signal Processing (Synthesis Lectures on Signal Processing)
by Forrester W. Isen




Publisher:
Number Of Pages: 120
Publication Date: 2009-01-15
ISBN-10 / ASIN: 1598298909
ISBN-13 / EAN: 9781598298901
Binding: Paperback

ABSTRACT
This book is Volume I of the series DSP for MATLAB™ and LabVIEW™. 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.Volume I consists of four chapters.The first chapter gives a brief overview of the field of digital
signal processing. This is followed by a chapter detailing many useful signals and concepts, including
convolution, recursion, difference equations, LTI systems, etc. The third chapter covers 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, conversion from one sample rate to another, waveform
generation at various sample rates from stored wave data, and Mu-law compression.The fourth and final
chapter of the present volume introduces the reader to many important principles of signal processing,
including correlation, the correlation sequence, the Real DFT, correlation by convolution, matched filtering,
simple FIR filters, and simple IIR filters. Chapter 4, in particular, provides an intuitive or “first
principle” understanding of how digital filtering and frequency transforms work, preparing the reader
for Volumes II and III, which provide, respectively, detailed coverage of discrete frequency transforms
(including the Discrete Time Fourier Transform, the Discrete Fourier Transform, and the z-Transform)
and digital filter design (FIR design using Windowing, Frequency Sampling, and Optimum Equiripple
techniques, and Classical IIR design). Volume IV, the culmination of the series, is an introductory
treatment of LMS Adaptive Filtering and applications.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.

[ 本帖最后由 drjiachen 于 2008-12-22 15:03 编辑 ]
谢谢。。。。。。。。。。。。。。。。。。
顶~~~~~~~~~~~~~~~~~~~~~
好书!
my favorite key words: dsp, matlab, labview
所以遇到必下!:27bb
Contents
SYNTHESIS LECTURES ON SIGNAL PROCESSING . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iii
Contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xiii
Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xv
0.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .xv
0.2 The Four Volumes of the Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .xv
0.3 Origin and Evolution of the Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvi
1 An Overview of DSP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Signals,Waves, and Digital Processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Advantages of Digital Processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.3 DSP Nomenclature and Topics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3
1.3.1 Time Domain Processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.3.2 Frequency Transforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.3.3 Frequency Domain Processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4
1.4 Organization of this Volume of the Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.5 Contents of Volume II in the Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5
1.6 Contents of Volume III in the Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5
1.7 Contents of Volume IV in the Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6
2 Discrete Signals and Concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.2 Software for Use with this Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7
2.3 Discrete Sequence Notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7
2.4 Useful Signals, Sequences, and Concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.4.1 Sine and Cosine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.4.2 Sequence and Time Position Vector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .10
2.4.3 The Unit Impulse (Delta) Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .12
2.4.4 The Unit Step Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.4.5 Real Exponential Sequence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
x CONTENTS
2.4.6 Periodic Sequences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .16
2.4.7 Harmonic Sequences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .17
2.4.8 Folded Sequence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .18
2.4.9 Even and Odd Decomposition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2.4.10 Geometric Sequence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.4.11 Random or Noise Sequences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.4.12 Chirp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .23
2.4.13 Complex Power Sequence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
2.4.14 Specific Frequency Generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
2.4.15 Energy of a Signal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
2.4.16 Power of a Signal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
2.5 Discrete Time Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
2.5.1 LTI Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .31
2.5.2 Method of Analysis of LTI Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
2.5.3 Graphic Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .40
2.5.4 A Few Properties of Convolution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .40
2.5.5 Stability and Causality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .41
2.5.6 LTI System as a Filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .43
2.5.7 Difference Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .45
2.6 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
2.7 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .49
3 Sampling and Binary Representation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
3.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
3.2 Software for Use with this Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .57
3.3 Aliasing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .58
3.4 Folding Diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
3.5 Normalized Frequency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
3.6 Conversion From Decimal to Binary Format . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
3.7 Quantization Error . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
3.8 Binary-to-Decimal Via Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
3.9 Decimal-to-Binary Via Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
3.10 Offset to Input to Reduce Error . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .75
3.11 Clipping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
3.12 Offset and Sign-Plus-Magnitude . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .77
CONTENTS xi
3.13 DAC with Variable LSB. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .85
3.14 ADC with Variable LSB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
3.15 Zero-Order Hold Conversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .88
3.16 Changing Sample Rate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .89
3.16.1 Interpolation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
3.16.2 Decimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
3.16.3 Combining Interpolation with Decimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
3.16.4 Bandlimited Interpolation Using the Sinc Function . . . . . . . . . . . . . . . . . . . . . . . 98
3.16.5 Efficient Methods For Changing Sample Rate . . . . . . . . . . . . . . . . . . . . . . . . . . .103
3.17 Frequency Generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .104
3.17.1 Variable SR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
3.17.2 Constant SR, Integral Decimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .105
3.17.3 Constant SR, Non-Integral Decimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .108
3.18 Compression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .109
3.19 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
3.20 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .113
4 Transform and Filtering Principles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
4.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
4.2 Software for Use with this Book. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .121
4.3 Correlation At The Zeroth Lag (CZL) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122
4.3.1 CZL Equal-Frequency Sine/Cosine Orthogonality . . . . . . . . . . . . . . . . . . . . . . 124
4.3.2 CZL of Sinusoid Pairs, Arbitrary Frequencies . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
4.3.3 Orthogonality of Complex Exponentials . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127
4.3.4 Sum of Samples of Single Complex Exponential . . . . . . . . . . . . . . . . . . . . . . . . .127
4.3.5 Identifying Specific Sinusoids in a Signal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .128
4.3.6 Single Frequency Correlation and Reconstruction . . . . . . . . . . . . . . . . . . . . . . . .130
4.3.7 Multiple Frequency Correlation and Reconstruction . . . . . . . . . . . . . . . . . . . . . .131
4.4 Using Orthogonality in Signal Transmission . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .134
4.5 The Correlation Sequence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 136
4.6 Correlation Via Convolution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .141
4.7 Matched Filtering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145
4.8 Estimating Frequency Response . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .146
4.9 Frequency Selectivity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .147
4.9.1 Single Correlator Filters of Arbitrary Frequency . . . . . . . . . . . . . . . . . . . . . . . . . 149
xii CONTENTS
4.9.2 Multiple Correlator Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .149
4.9.3 Deficiencies of Simple Filters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
4.10 Sinusoidal Fidelity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .151
4.11 Determination of Time Delay Using Correlation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154
4.12 The Single-Pole IIR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 156
4.12.1 Physical Arrangement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .156
4.12.2 Recursive Computation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157
4.12.3 M-Code Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .159
4.12.4 Impulse Response, Unit Step Response, and Stability . . . . . . . . . . . . . . . . . . . . .160
4.12.5 Leaky Integrator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .163
4.12.6 Frequency Response . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165
4.12.7 Complex Conjugate Poles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166
4.13 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172
4.14 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .173
A Software for Use with this Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182
A.1 File types and Name Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .182
A.2 Downloading the Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182
A.3 Using the Software . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183
A.4 Learning To Use M-Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .184
A.5 What You Need with MATLAB and LabVIEW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 184
B Vector/Matrix Operations in M-Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .186
B.1 Row and Column Vectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186
B.2 Vector Products . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186
B.2.1 Inner Product . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 186
B.2.2 Outer Product . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .186
B.2.3 Product of Corresponding Values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .187
B.3 Matrix Multiplied by a Vector or Matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187
B.4 Matrix Inverse and Pseudo-Inverse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187
C Complex Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 190
C.1 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 190
C.2 Rectangular v. Polar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .190
C.3 Addition and Subtraction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
CONTENTS xiii
C.4 Multiplication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .192
C.4.1 Rectangular Coordinates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192
C.4.2 Polar Coordinates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .192
C.5 Division and Complex Conjugate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193
C.5.1 Using Rectangular Coordinates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193
C.5.2 Using Polar Coordinates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .194
C.6 Polar Notation Using Cosine and Sine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .194
C.7 The Complex Exponential . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .194
C.8 Uses for Signal Processing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195
Biography . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 196
Dsp for Matlab and Labview I Fundamentals of Discrete Signal Processing

ص



[ 本帖最后由 drjiachen 于 2008-12-23 23:46 编辑 ]
书很好!!期待下载!!!!!:11bb :11bb
thanks very much!!!!!!!!!!!!!!!
谢谢。。。。。。。。。。。。。。。。。。。。。。
谢谢斑竹
:30bb :30bb :30bb
最近对离散讯号处理很有兴趣 感谢分享~
感谢楼主分享
:11bb :11bb :11bb :11bb
:27bb :27bb :27bb :27bb
不错啊
:27bb :11bb
谢谢楼主
书很好!!期待下载!!!!!:11bb :27bb
收藏。。。。。。。。。。。。:16bb
书很好!!期待下载!!!!!:30bb :30bb
:27bb :29bb :30bb
書名及內容都很不錯, Thanks a lot.
:11bb :27bb :31bb
:31bb :31bb :31bb :31bb :31bb
好书 回复才能下载 呵呵呵…………………………………………
了解一下:50bb :50bb :50bb
盼望的好资料啊
是一本不错的书
:45bb:45bb:45bb
顶起,下来看看
书很好!!期待下载!!!!!
信息来源:微网社区-微波技术门户网站 http://bbs.mwtee.com
原文链接:http://bbs.mwtee.com/thread-16674-1-1.html
dingdingding
好书,感谢楼主
新书想看看
谢谢,就等这个了!
郁闷,怎么就是分重复扣
下载看看
回复才能看帖?
好资料,下了,好好学习下。
好好学习天天向上
看看,谢谢楼主分享
好书,下来学学
let me see
好书,下来看看!
感谢楼主分享
好东西哦
thanks a lot
thanks for sharing
感谢分享!
very good and thank you
谢谢分享
Dsp for Matlab and Labview I :Fundamentals of Discrete Signal Processing [修
Matlab and Labview I :Fundamentals of Discrete Signal Processing
文革广告位仍然个人儿歌丰富
客服中心 搜索
关于我们
关于我们
关注我们
联系我们
帮助中心
资讯中心
企业生态
社区论坛
服务支持
资源下载
售后服务
推广服务
关注我们
官方微博
官方空间
官方微信
返回顶部