登录
首页 » Fortran » Savitzky-Golay filter

Savitzky-Golay filter

于 2018-03-28 发布 文件大小:850KB
0 402
下载积分: 1 下载次数: 7

代码说明:

  Savitzky-Golay滤波是一种工程应用数据处理中高效的滤波方法,能同时得到平滑后的数据和数据梯度。(Savitzky-Golay filter is an efficient filtering method in engineering application data processing, which can simultaneously obtain the smoothed data and data gradient.)

文件列表:

Savitzky-Golay filter\Savitzky-Golay filter\Data_T.dat, 579022 , 2018-01-25
Savitzky-Golay filter\Savitzky-Golay filter\Debug\BuildLog.htm, 3276 , 2018-01-26
Savitzky-Golay filter\Savitzky-Golay filter\Debug\vc100.pdb, 53248 , 2018-01-26
Savitzky-Golay filter\Savitzky-Golay filter\Debug\滤波.exe.intermediate.manifest, 381 , 2018-01-26
Savitzky-Golay filter\Savitzky-Golay filter\Debug\滤波.obj, 13588 , 2018-01-26
Savitzky-Golay filter\Savitzky-Golay filter\Debug\滤波.pdb, 2370560 , 2018-01-26
Savitzky-Golay filter\Savitzky-Golay filter\Debug\滤波_m100.exe, 955392 , 2018-01-26
Savitzky-Golay filter\Savitzky-Golay filter\Savitzky-Golay filter.f90, 1764 , 2018-03-08
Savitzky-Golay filter\Savitzky-Golay filter\Savitzky-Golay filter.u2d, 212 , 2018-03-28
Savitzky-Golay filter\Savitzky-Golay filter\Savitzky-Golay filter.vfproj, 2016 , 2018-01-26
Savitzky-Golay filter\Savitzky-Golay filter.sln, 884 , 2018-01-26
Savitzky-Golay filter\Savitzky-Golay filter.suo, 11264 , 2018-03-28
Savitzky-Golay filter\Savitzky-Golay filter\Debug, 0 , 2018-03-28
Savitzky-Golay filter\Savitzky-Golay filter, 0 , 2018-03-28
Savitzky-Golay filter, 0 , 2018-03-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Bayesian_Wavelet_Network
    EEG signal classification using wavelet feature extraction
    2011-02-02 01:27:18下载
    积分:1
  • ConstructWaveBaseFunction
    说明:  紧支撑小波基的构造。 以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像. void Convolution(double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction(double* pOutData) int CalcWaveletFunction(double* pOutData) Convolution()不是通用的离散卷积代码,而是简单地实现了后面两个函数需要的离散卷积,它要求输入的前一个数组长度小于后一数组长度,而且卷积结果就直接覆盖存储在后一数组中。CalcScaleFunction()计算尺度函数,CalcWaveletFunction()计算小波函数。 (Compactly supported wavelet bases constructed. To Daubechies wavelet filter coefficients as an example, the derived wavelet function and scaling function, and draw their images. Void Convolution (double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction (double* pOutData) int CalcWaveletFunction ( double* pOutData) Convolution () instead of generic discrete convolution code, but simply the realization of a function behind the need for two discrete convolution, which requires input before an array length is less than the array length of the latter, but the result of convolution directly covered by the latter is stored in the array. CalcScaleFunction () calculated scaling function, CalcWaveletFunction () calculation of wavelet function.)
    2020-11-10 20:19:45下载
    积分:1
  • 二进小的图像增强
    这是基于二进小波变换的图像增强matlab源代码,通过编译。(this is a sound code of image enhancement based on dyadic wavelent ,by translate and edit )
    2021-03-24 10:39:16下载
    积分:1
  • 源码
    说明:  带有多种小波基的小波变换程序,可用于图象识别,信号突变检测。(with multiple small Porgy wavelet transform procedures can be used to image recognition, signal mutation detection.)
    2006-01-04 14:14:32下载
    积分:1
  • ESPRIT_2D
    这篇代码介绍了一种阵列信号处理的一种算法,具有很大的作用。(This code describes an algorithm for an array signal processing, has a big role.)
    2021-04-23 09:38:48下载
    积分:1
  • EMD_EEMD_VMD
    说明:  可用于信号的EMD、EEMD、VMD分解,里面都加了自己的注释,通俗易懂(It can be used for signal EMD, EEMD, VMD decomposition. Because the algorithm adds its own annotations, it's easy to understand)
    2017-07-08 09:20:13下载
    积分:1
  • Wavelet-dec--rec
    在理解了离散小波变换的基本原理和算法的基础上,通过设计VC程序对简单的一维信 号在加上了高斯白噪声之后进行Daubechies小波、Morlet小波和Haar小波变换,从而得到小波分解系数;再通过改变分解得到的各层高频系数进行信号的小波重构达到消噪的目的。在这一程序实现的过程中能直观地理解信号小波分解重构的过程和在信号消噪中的重要作用,以及在对各层高频系数进行权重处理时系数的选取对信号消噪效果的影响。(In understanding the basis of discrete wavelet transform basic principles and algorithms, through the design VC program Daubechies wavelet, Morlet wavelet and Haar wavelet transform after a simple one-dimensional signal plus a Gaussian white noise, resulting wavelet coefficients wavelet reconstruction signal again by changing the layers to achieve high-frequency coefficients decomposed noise cancellation purposes. Can intuitively understand wavelet decomposition and reconstruction process and an important role in signal de-noising in the process of implementation of this program, and in the high-frequency coefficients when the weight of the layers selected for signal processing coefficients denoising affected.)
    2014-07-10 18:16:49下载
    积分:1
  • waveletdenoise
    这是本人的图像处理作业 包括利用各种基于小波的去噪过程,如硬阈值 软阈值等。。内容很丰富哦!相信一定对你有帮助的!(This is my image processing operations including the use of wavelet-based de-noising process, such as a hard threshold, such as soft-thresholding. . Oh, the content is very rich! I am sure will help you!)
    2009-07-08 13:06:53下载
    积分:1
  • wavelet_ezw
    基于小波变换的图像量化编解码,使用零树编码方法(based on wavelet transform quantitative image codecs, the use of zero-tree coding method)
    2006-12-03 11:46:54下载
    积分:1
  • Wavelet-Neural-networks
    Wavelet Neural networks
    2014-02-24 02:29:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载