我的数字信号处理 作业。FFT的C语言实现。运行时将2个c文件放在同一目录,运行draw.c。最好Turbo.c 如用VC运行,把头文件改下,很容易的-digital signal processing operations. FFT C language. When running two c files on the same directory, run draw.c. Best Turbo.c as VC running headfirst document change, it is very easy 下载
|
数字信号处理的各种算法的c语言实现。 格式是PDG的。-digital signal processing algorithms in C Language. The format is PDG. 下载
|
数字信号处理的各种算法的c语言代码实现。 格式是pdg的。-digital signal processing algorithms in C language code to achieve. The format is pdg. 下载
|
数字信号处理的各种算法的c语言代码实现。 格式是pdg的。-digital signal processing algorithms in C language code to achieve. The format is pdg. 下载
|
用c语言实现下列的数字信号处理算法 1.离散傅里叶级数合成连续周期信号 2.DIF FFT 测试程序 3.将输入数据的幅度画出图形 4.使用FFT实现快速卷积 5.使用FFT实现快速相关 6.取样混迭演示程序 -language used to achieve the following digital signal processing algorithms 1. Discrete Fourier series synthetic signal two consecutive cycles. DIF FFT three test procedures. The input data rate of 4 paint graphics. Use FFT fast convolution 5. Use FFT fast correlation 6. Aliasing sampling Demonstration Program 下载
|
C语言实现各种常用的数字信号处理方法。比如复数运算、快速傅立叶变换FFT以及各种滤波算法-C language commonly used in various digital signal processing methods. For example, complex operations, FFT fast Fourier transform algorithm and the various filtering 下载
|
一本经典实用的C语言数字信号处理书籍(有理论讲解并附带C程序),包含各种经典数字信号处理,现代数字信号处理。并有部分神经网络算法、图象处理算法程序。-a classic C language practical digital signal processing books (a theory to explain procedures and fringe C), contain various classical digital signal processing, the modern digital signal processing. And some neural network algorithm, image processing algorithm procedures. 下载
|
数字信号处理的FORTRAN语言实现程序,包括数字信号处理的大部分内容,很好的参考资料!!-digital signal processing to achieve the FORTRAN language procedures, including digital signal processing, most of the contents of a good reference! ! 下载
|
书名:《DSP芯片的原理与开发应用(第2版)》 作者:张雄伟 曹铁勇 页数:306页 开本:16开 字数:480千字 出版日期:2000年9月 书号:7-5053-6127-9 内容简介:可编程 DSP芯片是一种应用非常广泛的微处理器。本书全面系统地介绍了DSP芯片的基本原理、开发和应用。首先,介绍了目前广泛使用的DSP 芯片的基本结构和特征,定点和浮点DSP处理中的一些关键问题。然后,对用C 语言和MATLAB 语言进行DSP算法的模拟进行了介绍。接着,以目前应用最广的TI DSP芯片为例,介绍了定点和浮点DSP芯片的软硬件设计方法,DSP芯片的C语言和汇编语言的开发方法以及DSP芯片的开发工具及使用,并以三个应用系统的设计为例,介绍了定点和浮点DSP芯片的开发过程。最后,介绍了数字滤波器和FFT等常用数字信号处理算法的DSP实现。 本书旨在使读者在了解DSP芯片基本原理的基础上,能较快地掌握DSP芯片的系统设计和软硬件开发方法。-title : "DSP Development Theory and Application (2nd Edition)" Author : Zhang majestic iron Cao Yong page : 306 Size : 16 open wordage : 480 1000 words publication date : September 2000 ISBN : 7-5053-6127-9 brief : programmable DSP chip is a widely used microprocessor. The book comprehensively and systematically introduced a DSP chip to the basic principles of the development and application. First, the introduction of the current widespread use of the DSPs basic structure and features, fixed and floating point DSP processing of a number of key issues. Then, using the C language and MATLAB for DSP algorithm simulation introduced. Then, the present the most widely TI DSP as an example, on the fixed-point and floating-point DSP software and hardware design, DSP C and Assembly 下载
|
目前国内有关数字信号处理的教材在讲解快速傅里叶变换(FFT)时,都是以复数FFT为重点,实数FFT算法都是一笔带过,书中给出的具体实现程序多为BASIC或FORTRAN程序并且多数不能真正运行。鉴于目前在许多嵌入式系统中要用到FFT运算,如以DSP为核心的交流采样系统、频谱分析、相关分析等。本人结合自己的实际开发经验,研究了实数的FFT算法并给出具体的C语言函数,读者可以直接应用于自己的系统中。--I implemented FFT algorithm in real number and provides a C function. Users could use it directly in their systems. 下载
|