|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 cjsb37 于 2013-4-29 09:15 编辑
共543页,每章都有例子
1 DSP Development System
2 Input and Output with the DSK
3 Architecture and Instruction Set of the C6x Processor
4 Finite Impulse Response Filters
5 Infinite Impulse Response Filters
6 Fast Fourier Transform
7 Adaptive Filters
8 Code Optimization
9 DSP/BIOS and RTDX Using MATLAB, Visual C++, Visual Basic,and LabVIEW
10 DSP Applications and Student Projects
很多例子。
1.1 Sine Generation Using Eight Points with DIP Switch Control 9
1.2 Generation of the Sinusoid and Plotting with CCS 19
1.3 Dot Product of Two Arrays 22
2.1 Loop Program Using Interrupt 43
2.2 Loop Program Using Polling 45
2.3 Stereo Input and Stereo Output 46
2.4 Sine Generation with Two Sliders for Amplitude and
Frequency Control 48
2.5 Loop Program with Input Data Stored in Memory 50
2.6 Loop with Data in a Buffer Printed to a File 52
2.7 Square-Wave Generation Using a Lookup Table 53
2.8 Ramp Generation Using a Lookup Table 54
2.9 Ramp Generation without a Lookup Table 55
2.10 Echo 56
2.11 Echo with Control for Different Effects 57
2.12 Sine Generation with Table Values Generated within the Program 59
2.13 Sine Generation with a Table Created by MATLAB 60
2.14 Amplitude Modulation 62
2.15 Sweep Sinusoid Using a Table with 8000 Points 63
2.16 Pseudorandom Noise Sequence Generation 65
2.17 Sine Generation with Dip Switch Control 66
2.18 Use of External Memory to Record Voice 67
2.19 Use of Flash Memory—Programming the Onboard Flash 69
3.1 Efficient Dot Product 102
3.2 Sum of n + (n - 1) + (n - 2) + . . . + 1, Using C Calling an
Assembly Function 103
xviii List of Examples
3.3 Factorial of a Number Using C Calling an Assembly Function 104
3.4 32-bit Pseudorandom Noise Generation Using C Calling an
Assembly Function 105
3.5 Code Detection Using C Calling an ASM Function 107
3.6 Dot Product Using Assembly Program Calling an Assembly Function 109
3.7 Dot Product Using C Function Calling a Linear Assembly Function 112
3.8 Factorial Using C Calling a Linear Assembly Function 114
4.1 FIR Filter Implementation: Bandstop and Bandpass 139
4.2 Effects on Voice Using Three FIR Lowpass Filters 144
4.3 Implementation of Four Different Filters: Lowpass, Highpass,
Bandpass, and Bandstop 147
4.4 FIR Implementation with a Pseudorandom Noise Sequence as
Input to a Filter 148
4.5 FIR Filter with Internally Generated Pseudorandom Noise as Input
to a Filter and Output Stored in Memory 151
4.6 Two Notch Filters to Recover Corrupted Input Voice 154
4.7 FIR Implementation Using Four Different Methods 156
4.8 Voice Scrambling Using Filtering and Modulation 158
4.9 Illustration of Aliasing Effects with Down-Sampling 161
4.10 Implementation of an Inverse FIR Filter 163
4.11 FIR Implementation Using C Calling an ASM Function 164
4.12 FIR Implementation Using C Calling a Faster ASM Function 167
4.13 FIR Implementation Using C Calling an ASM Function with a
Circular Buffer 168
4.14 FIR Implementation Using C Calling an ASM Function with a
Circular Buffer in External Memory 172
5.1 IIR Filter Implementation Using Second-Order Stages in Cascade 192
5.2 Generation of Two Tones Using Two Second-Order Difference
Equations 196
5.3 Sine Generation Using a Difference Equation 199
5.4 Generation of a Swept Sinusoid Using a Difference Equation 200
5.5 IIR Inverse Filter 202
5.6 Sine Generation Using a Difference Equation with C Calling an
ASM Function 205
6.1 DFT of a Sequence of Real Numbers with Output from the CCS
Window 225
6.2 FFT of a Real-Time Input Signal Using an FFT Function in C 227
6.3 FFT of a Sinusoidal Signal from a Table Using TI’s C-Callable
Optimized FFT Function 229
等等。。。。。
|
|