在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
芯片精品文章合集(500篇!)    创芯人才网--重磅上线啦!
查看: 7371|回复: 33

[原创] C Algorithms For Real Time DSP

[复制链接]
发表于 2008-6-14 22:26:16 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
本帖最后由 cjsb37 于 2013-4-29 08:56 编辑

Digital signal processing techniques have become the method of choice in signal processing as digital computers have increased in speed, convenience, and availability. At the same time, the C language is proving itself to be a valuable programming tool for real-time computationally intensive software tasks. This book is a complete guide to digital signal processing techniques in the C language. Covers the basic principles of digital signal processing and C programming. Introduces the basic real-time dsp programming techniques and typical programming environments which are used with DSP microprocessors. Covers the basic real-time filtering techniques which are the cornerstone of one-dimensional real-time digital signal processing. For electrical engineers and computer scientists.


From the Inside Flap
Digital signal processing techniques have become the method of choice in signal processing as digital computers have increased in speed, convenience, and availability. As microprocessors have become less expensive and more powerful, the number of DSP applications which have become commonly available has exploded. Thus, some DSP microprocessors can now be considered commodity products. Perhaps the most visible high volume DSP applications are the so called multimedia applications in digital audio, speech processing, digital video, and digital communications. In many cases, these applications contain embedded digital signal processors where a host cpu works in a loosely coupled way with one or more DSPs to control the signal flow or DSP algorithm behavior at a real-time rate.

Unfortunately, the development ofsignal processing algorithms for these specialized embedded DSPs is still difficult and often requires specialized training in a particular assembly language for the target DSP. The tools for developing new DSP algorithms are slowly improving as the need to design new DSP applications more quickly becomes important.

The C language is proving itself to be a valuable programming tool for real- time computationally intensive sof tware tasks. C has high-level language capabilities (such as structures, arrays, and functions) as well as low-level assembly language capabilities (such as bit manipulation, direct hardware input/output, and macros) which makes C an ideal language f or embedded DSP. Most of the manufacturers of digital signal processing devices (such as Texas Instruments, AT&T, Motorola, and Analog Devices) provide C compilers, simulators, and emulators for their parts. These C compilers offer standard C language with extensions for DSP to allow for very efficient code to be generated. For example, an inline assembly language capability is usually provided in order to optimize the performance of time critical parts of an application. Because the majority of the code is C, an application can be transferred to another processor much more easily than an all assembly language program.

This book is constructed in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, but who is not necessarily an expert in both. All of the example programs in this book have been tested using standard C c ompilers in the UNIX and MS- DOS programming environments. In addition, the examples have been compiled utilizing the real-time programing tools of specific real- time embedded DSP microprocessors (Analog Devices ADSP-21020 and ADSP- 21062; Texas Instr ument's TMS320C30 and TMS320C40; and AT&T's DSP32C) and then tested with real-time hardware using real world signals. All of the example programs presented in the text are provided in source code form on the IBM PC floppy disk included with the book.

The text is divided into several sections.

Chapters 1 and 2 cover the basic principles of digital signal processing and C programming. Readers familiar with these topics may wish to skip one or both chapters.

Chapter 3 introduces the basic real-time DSP programming techniques and typical programming environments which are used with DSP microprocessors.

Chapter 4 covers the basic real-time filtering techniques which are the cornerstone of one-dimensional real-time digital signal processing. Finally, several real-time DSP applications are presented in Chapter 5, including speech compression, music signal processing, radar signal processing, and adaptive signal processing techniques.

The floppy disk included with this text contains C language source code for all of the DSP programs discussed in this book. The floppy disk has a high density format and was written by MS-DOS. The appendix and the READ.ME files on the floppy disk provide more information about how to compile and run the C programs. These programs have been tested using Borland's TURBO C (version 3 and greater) as well as Microsoft C (versions 6 and greater) for the IBM PC. Real-time DSP platforms using the Analo g Devices ADSP-21020 and the ADSP-21062, the Texas Instruments TMS320C30, and the AT&T DSP32C have been used extensively to test the real-time performance of the algorithms.

Acknowledgments

I thank the following people for their generous help: Laura Mercs for help in preparing the electronic manuscript and the software for the DSP32C; the engineers at Analog Devices (in particular Steve Cox, Marc Hoffman, and Hans Rempel) for their revi ew of the manuscript as well as hardware and software support; Texas Instruments for hardware and software support; Jim Bridges at Communication Automation & Control, Inc., and Talal Itani at Domain Technologies, Inc.

Paul M. Embree

Trademarks

IBM and IBM PC are trademarks of the International Business Machines Corporation.

MS-DOS and Mircosoft C are trademarks of the Microsoft Corporation.

TURBOC is a trademark of Borland International.

UNIX is a trademark of American Telephone and Telegraph Corporation.

DSP32C and DSP3210 are trademarks of American Telephone and Telegraph Corporation.

TMS320C30, TMS320C31, and TMS320C40 are trademarks of Texas Instruments Incorporated.

ADSP-21020, ADSP-21060, and ADSP-21062 are trademarks of Analog Devices Incorporated.
以上内容转自Amazon.com





C Algorithms For Real Time DSP.part1.rar

3.93 MB, 下载次数: 195 , 下载积分: 资产 -2 信元, 下载支出 2 信元

 楼主| 发表于 2008-6-14 22:39:49 | 显示全部楼层
再来,第二部分。

C Algorithms For Real Time DSP.part2.rar

3.93 MB, 下载次数: 194 , 下载积分: 资产 -2 信元, 下载支出 2 信元

 楼主| 发表于 2008-6-14 22:41:18 | 显示全部楼层
最后一部分。

[ 本帖最后由 oaktwig 于 2008-6-14 22:45 编辑 ]

C Algorithms For Real Time DSP.part3.rar

1.52 MB, 下载次数: 202 , 下载积分: 资产 -2 信元, 下载支出 2 信元

发表于 2008-6-16 13:05:32 | 显示全部楼层
Thank you very much!!
头像被屏蔽
发表于 2008-6-16 14:00:10 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
头像被屏蔽
发表于 2008-6-16 14:01:08 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
头像被屏蔽
发表于 2008-6-16 14:02:07 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2008-6-16 20:41:28 | 显示全部楼层
Thanks for sharing
发表于 2008-6-16 23:12:14 | 显示全部楼层
Thanks for sharing
发表于 2008-6-17 00:19:12 | 显示全部楼层
Thanks for sharing
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-4-25 13:50 , Processed in 0.029886 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表