搜索资源列表
fft_ifft
- fft和ifft是数字信号处理中常用的算法,本程序实现了fft和ifft的运算功能,检验无误。-fft and digital signal processing algorithm commonly used in the program and the fft ifft of computing, testing and truthful.
MATLAB_dsp
- 数字信号处理——理论、算法与实现(胡广书)一书中所涉及到的绝大部分matlab算法。-digital signal processing -- theory, Algorithm and Implementation (HU-book), a book which was involved in most of the Matlab algorithms.
ica_C
- 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取\\写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Si
modernsignalprocessing
- 现代信号处理众多算法实现,包括小波变换、时频分析等。-many modern signal processing algorithm, including wavelet transform, time-frequency analysis.
signal-processing
- 基于ipp的信号处理代码,几乎包含了处理各种算法。 需要IPP库支持。-based on the signal processing code, contain virtually processing algorithms. Need the support of IPP.
DSP-C-PR
- 胡广书数字信号处理书c语言程序,包括基本的信号处理算法-book on digital signal processing c language program, including basic signal processing algorithms
DSP-F-PR
- 胡广书数字信号处理书Fortran程序,包括书中全部信号处理算法。-book on digital signal processing Fortran procedures, including book all signal processing algorithms.
SZXHXXYM
- 关于数字信号处理算法与实现详细代码...没有比这更详细的了.经典!超经典-on digital signal processing algorithms with a detailed code ... it is no more detailed than in the past. Classic! Super Classic
DSP_zichengxuku
- 这是DSP的一个应用子程序库,包含基本数学运算子程序,硬件接口子程序,经典数字信号处理算法程序,现代信号处理程序,语音信号处理程序,是DSP软件开发的一个开发指导手册,许多程序笔者在TI实验开发板上调试通过。为了让开发者确实有用,没有割断传送,建议增加点数。-This is a DSP application subroutine library that includes basic arithmetic subroutine, the hardware interface routines,
MCHEBSH
- 用高级语言编写的信号处理经典算法源程序,是研究信号处理算法人士的重要参考资料。
333
- 该源码为语音信号处理算法,实现了语音录音和处理的过程 输出结果正确
voicebox voicebox,matlab的语音信号处理工具箱
- voicebox,matlab的语音信号处理工具箱,可以进行语音识别、合成等,算法都很成熟-VOICEBOX is a speech processing toolbox consists of MATLAB routines that are maintained by and mostly written by Mike Brookes, Department of Electrical & Electronic Engineering, Imperial College, Exhi
HHT
- 目前,互联网上HHT信号处理技术有 三种实现方式,采用MATLAB编程语言,一种是法国研究者设计的G Rilling 2007 另一种是MATLAB文件交换中心由Alan Tan开发的plot_hht程序包,第三种是台湾中央大学数据研究中心提供的EEMD包。 其中,我使用了plot_hht程序包,其使用了三个终止条件,驻留分量的单调性,极值点与零点的个数相差不超过1,还有黄锷1998经典文献提出的 SD>0.1,单调性的判断,并不是去
cardoso
- 法国信号处理专家cardoso提出的关于盲信号处理的代数方法的matlab程序,即联合对角化算法。对于盲信号处理的初学者和第一次编程者,应该有必要读一读程序。-French signal processing experts, cardoso questions about blind signal processing matlab algebraic methods of procedure, namely, the joint diagonalization algorithm. Blin
SpeechSignalProcess
- 语音信号处理方面的书籍。书籍的附录中有多个算法的C语言实现。超星图书需要使用超星浏览器打开-Speech signal processing books. Books have more than one algorithm in Appendix C language. Superstar Superstar books need to use the browser to open
PAST
- PAST算法程序,可以用于信号处理、盲信号分离-past algorithm
ACF
- 语音信号处理中基音周期提取算法。运用传统的自相关方法。并加入了三电平削波的处理。-Speech Signal Processing pitch extraction algorithm. Using the traditional autocorrelation method. And joined the three-level clipping processing.
LMS
- LMS算法实现一阶AR模型的线性预测估计(LMS algorithm for linear prediction estimation of first order AR model)
阵列信号处理的理论和应用
- 阵列信号处理的目的是通过对阵列接收的信号进行处理,增强所需的有用信号,抑制无用的干扰和噪声,并提取有用的信号特征及信号所包含的信息。与传统的单个定向的传感器相比,传感器阵列具有灵活的波束控制、高信号增益、极强的干扰抑制能力以及高空间分辨能力等。(The purpose of array signal processing is to enhance useful signals required by the array, to suppress unwanted interference an
复指数序列仿真
- 复指数序列仿真,主要用于信号处理算法的初步仿真及学习,很基础的知识,但对认识信号有帮助。