搜索资源列表
数字信号处理理论算法实现
- 数字信号处理理论算法实现,可是一个经典的算法实现。是学习信号处理的床头宝典。-digital signal processing algorithm theory, but a classic algorithm. Learning signal processing bedside book.
wavelet_signal
- 采用mallat算法进行小波分解/重构的程序,支持一维和二维信号-Mallat algorithm using wavelet decomposition / remodeling process, support one-and two-dimensional signal
5_3_lifting
- 采用5/3小波提升算法编写的一维和二维信号小波分解与重构程序。给出了图象分解的演示示例。-using 5 / 3 wavelet algorithm to enhance the one-and two-dimensional wavelet decomposition and reconstruction process. Given the decomposition of images demonstration examples.
sound_sep1
- 独立分量分析(ICA)算法编码,盲源信号分离(声音信号的分离)-Independent component analysis (ICA) algorithm coding, Blind Source Separation (voice signal separation)
Hartly
- hartly变换的二维快速变换算法,实现实数形式的快速变换,可以快速进行信号的变换,实现类似Gabor的变换-hartly transform the two-dimensional fast algorithm to achieve real form of rapid transformation, can quickly transform the signal to achieve similar Gabor transform the
EZW_Code
- 嵌入(式)零树小波(embedded zerotree wavelet,EZW)算法。EZW主要用于与小波变换有关的二维信号的编码,但不局限于二维信号。-embedding (-) Zerotree Wavelet (embedded zeotree wavelet. EZW) algorithm. EZW mainly used for the wavelet transform the two-dimensional signal coding, but are not limited to
fft
- 快速富立叶FFT变换的源代码,是实现数字信号处理、图像分析常用算法
lifting_denoising
- 利用小波提升算法实现了第二代小波变换,将之应用在信号去噪中,实现了数据的边界对称延拓,去噪效果较好.
pow
- 由于小波变换转换过程中出现浮点数,使得256*256的图像压缩后不能为128*128.采用小波提升算法可以解决这个问题,由于小波提升算法可以实现整数到整数的变换,且可以完全重构信号.并且采用提升算法可以提高算法执行的速度.
adapOMP 基于压缩感知的正交匹配追踪算法
- OMP算法,基于压缩感知的正交匹配追踪算法,能够很好的重构出原始信号-OMP algorithm based on compressed sensing orthogonal matching pursuit algorithm that can reconstruct the original signal very good
adapBP
- BP算法,基于压缩感知的基追踪重构算法,能够很好的重构出原始信号-BP algorithm, based on perception-based compression algorithm for track reconstruction
wavelet-threshold-shrinkage-
- 小波阈值收缩算法的matlab程序,对信号进行去噪得到纯净语音-Wavelet threshold shrinkage algorithms matlab program, get on the clean speech signal denoising
ffpica
- 盲信号处理ICA的快速定点算法的MATLAB的仿真代码。-fast ICA matlab coding.
Analysis
- 分析FFT,LPC等变换,对信号处理的经典算法进行分析-Descr iption and detailed explanation on Fourier Transform, some FFT, LPC etc. Runable project demonstrates DCT transform on continuous audio, show and edit audio source with different zooming and view.
waveleseriestthreshoding
- 使用matlab的小波分解和重建函数对24位的ADC采样数据进行小波变换和去噪,去噪使用阈值算法,阈值的选取具体使用了6种方法进行对比,对于不同信号其效果是不同的!把去噪后的信号和原始信号放在一个图中,使用不同颜色的曲线进行对比,效果可以很直观的表现。-Using matlab wavelet decomposition and reconstruction of the function for 24-bit ADC sampling data wavelet transform and de
A200910-1389
- 基于二代小波变换的心电信号去噪算法.pdf-A200910 1389.pdf
ECG_WaveLet
- 用小波分析心电信号算法部分,实现语言为C++,有部分注释,程序运行正常-Wavelet analysis of ECG algorithm part of the implementation language is C++, some comments, the program is running properly
Array-processing-algorithms
- 阵列信号算法的常用程序,matlab实现-Array signal algorithm commonly used procedures, matlab achieve
Subband_beamforming
- 将要传输的信号通过子带结构分成四路信号,分别通过预先调制滤波器组,在接收端收到信号,经过自适应滤波,然后形成一束波(The signal to be transmitted is divided into four signals by subband structure, and the signals are received at the receiving end through the pre modulation filter bank, and then a wave is for
APES算法
- 此程序描述基于APES算法的谱估计。该算法既可以估计信号幅度,又可以估计信号的相位。这种算法估计的精确度高。