▍1. fft
说明: 用于计算一个实数或复数序列的离散傅里叶变换和一个复数序列的逆离散傅里叶变换(fast fourier transform subroutine for real valued series)
用MATLAB编程实现实现滤波,与数字信号处理相关(Implementing filtering)
说明: 用MATLAB编程实现实现滤波,与数字信号处理相关(Implementing filtering)
介绍傅立叶变换的漫画,不是大量公式叙述或证明,简洁生动,易于理解。(The caricature that introduces Fourier transform, is not a lot of formula narration or proof, concise and vivid, easy to understand.)
说明: 介绍傅立叶变换的漫画,不是大量公式叙述或证明,简洁生动,易于理解。(The caricature that introduces Fourier transform, is not a lot of formula narration or proof, concise and vivid, easy to understand.)
说明: 用c++实现小波变换,参考matlab实现(Using C + + to realize wavelet transform, referring to matlab to realize)
MATLAB的软件包,用于小波变换,安装到自己的MATLAB工具箱中。(MATLAB software package for wavelet transform.)
说明: MATLAB的软件包,用于小波变换,安装到自己的MATLAB工具箱中。(MATLAB software package for wavelet transform.)
图像小波变换,小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的“时间-频率”窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了Fourier变换的困难问题,成为继Fourier变换以来在科学方法上的重大突破。(Image Wavelet Transform)
说明: 图像小波变换,小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的“时间-频率”窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了Fourier变换的困难问题,成为继Fourier变换以来在科学方法上的重大突破。(Image Wavelet Transform)
可导入comtrade格式录波文件,进行谐波分析(It can import COMTRADE format recording file for harmonic analysis)
说明: 可导入comtrade格式录波文件,进行谐波分析(It can import COMTRADE format recording file for harmonic analysis)
说明: Curvelet变换是由一种特殊的滤波过程和多尺度脊波变换组合而成:本程序对彩色图像进行了curvelet变换从而实现图像去噪的效果。首先对图像进行子带分解;然后对不同尺度的子带图像采用不同大小的分块;最后对每个分块进行Ridgelet分析。(Curvelet transform is a combination of a special filtering process and multi-scale ridgelet transform. In this program, curvelet transform is applied to color image to achieve the effect of image denoising. First, the image is decomposed into sub-band; then the sub-band images of different scales are divided into different sizes; finally, each sub-band image is analyzed by ridgelet.)
说明: 广义S变换及其逆变换代码,可以直接进行属性分析(Generalized S-transform and its inverse transform code can be used for attribute analysis directly)
说明: 小波变换去噪方法,过滤高频低频波,C++代码(Wavelet transform denoising method, filtering high frequency low frequency wave, C ++ code)
说明: 关于小波包分析的图像绘制,小波分析,三次分解,单支重构 故障信号(Image registration algorithms based on piecewise linear interpolators (spatiotemporal gradients or block matching) are analyzed to determine subpixel registration accuracy.)
说明: 短时傅里叶变换的MATLAB实现代码,有效完成时频分析(matlab implementation code of short-time Fourier transform to effectively complete time-frequency analysis)
说明: 对脉搏波进行t波,r波进行检测,提取,再将特征值标注到原波形上(Detect and extract the T wave and R wave of pulse wave)