登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25
已选条件
  1. 编程语言:C++
  2. 代码类别:波变换
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

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.)

1
下载
167
浏览
2020-11-10发布

2. dbconstruction

  任意阶daubechies小波函数的构造,包括尺度函数和小波函数以及滤波器系数的构造(arbitrary order PG wavelet function, including scaling function and wavelet function and the structure of the filter coefficients)

180
下载
187
浏览
2020-11-10发布

3. 20060630houjh0278

  基于快速小波变换的闪变检测算法,用于计算闪变值(Flicker detection algorithm based on fast wavelet transform )

52
下载
126
浏览
2020-10-28发布

4. dct

  实现离散余弦(TCD)变换(achieve discrete cosine (TCD) Transform)

228
下载
158
浏览
2020-10-15发布

5. Blur-Detection-Using-Wavelet

  基于论文<<Blur Detection for digital images using wavelet transform>>,使用Haar小波变换实现图像模糊度检测。(Based on paper <Blur Detection for digital images using wavelet transform> > , Using the Haar wavelet transform of image blur detection.)

110
下载
148
浏览
2020-07-17发布

6. S的一种扩展 st

  S变换是小波变换的一种扩展,有非常大的价值(S transform is an extension of wavelet transform, has a very large value)

48
下载
196
浏览
2020-07-04发布

7. Image_Processing

  数字图像获取, 处理及实践应用源代码——很多有用的图像处理的源代码:图像显示(原图、抖动),图像增强(灰度变换、直方图均衡、多种滤波器、伪彩色增强等),图像复原(运动模糊、逆滤波等等),图像变换(傅立叶变换、快速傅立叶变换、离散余弦变换、沃尔什变换、霍特林变换、小波变换、小波反变换),图像编码(霍夫曼编码、香浓-费诺编码、算术编码、位平面编码等),图像识别。(Digital image acquisition, processing and practical application source code- a lot of useful image processing source code: Image Display (image, jitter), image enhancement (gray-scale transformation, histogram equalization, multi-filter, pseudo-color enhancement, etc. ), image restoration (motion blur, inverse filtering, etc.), image transform (Fourier transform, fast Fourier transform, discrete cosine transform, Walsh transform, Hotelling transform, wavelet transform, wavelet transform), image coding (Huffman coding, Shannon- Fenno coding, arithmetic coding, bit plane coding, etc.), image recognition.)

8. wavelib

说明:  用c++实现小波变换,参考matlab实现(Using C + + to realize wavelet transform, referring to matlab to realize)

1
下载
139
浏览
2020-06-21发布

9.

  图像小波变换,小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的“时间-频率”窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了Fourier变换的困难问题,成为继Fourier变换以来在科学方法上的重大突破。(Image Wavelet Transform)

5
下载
223
浏览
2020-06-18发布

10.

说明:  图像小波变换,小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的“时间-频率”窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了Fourier变换的困难问题,成为继Fourier变换以来在科学方法上的重大突破。(Image Wavelet Transform)

7
下载
181
浏览
2020-06-18发布

11. MyWaveletDenoise小去噪

说明:  小波变换去噪方法,过滤高频低频波,C++代码(Wavelet transform denoising method, filtering high frequency low frequency wave, C ++ code)

1
下载
207
浏览
2020-05-09发布

12. simple53

  LeGall(5,3)小波滤波器,其计算复杂度小、存储开销低、压缩效率高,已被JPEG2000标准采用。提升小波实例c语言实现(Lifting Wavelet Example C Language Implementation)

0
下载
124
浏览
2019-06-15发布

13. simple53

说明:  LeGall(5,3)小波滤波器,其计算复杂度小、存储开销低、压缩效率高,已被JPEG2000标准采用。提升小波实例c语言实现(Lifting Wavelet Example C Language Implementation)

1
下载
109
浏览
2019-06-15发布

14. haar

  利用Harr将图像进行3层小波变换,并进行重建。里面包含测试图片及变换后系数重新排列后的结构图。(Harr is used to transform the image into three-layer wavelet transform and reconstruct it. It contains the test picture and the structure chart of the coefficient rearrangement after transformation.)

1
下载
128
浏览
2019-05-15发布

15. haar

说明:  利用Harr将图像进行3层小波变换,并进行重建。里面包含测试图片及变换后系数重新排列后的结构图。(Harr is used to transform the image into three-layer wavelet transform and reconstruct it. It contains the test picture and the structure chart of the coefficient rearrangement after transformation.)

4
下载
103
浏览
2019-05-15发布

17. GTOBUCK

  MATLAB中文论坛Simulink控制系统板块发表的帖子:移相全桥DC/DC变换器仿真报错。 只需一步,快速开始 扫一扫,访问微社区 MATLAB中文论坛(Altar Simulink physics modeling board posted post: isolated two-way full bridge DCDC Resonant Converter... My simulation has been possible, the transformer has some problems, PWM correct phase shift generator, I have)

8
下载
177
浏览
2017-07-08发布

18. tei_kr12

  FMCW调频连续波雷达的测距测角,可以得到很精确的幅值、频率、相位估计,有小波分析的盲信号处理。( FMCW frequency modulated continuous wave radar range and angular measurements, You can get a very accurate amplitude, frequency, phase estimation, There Wavelet Analysis Blind Signal Processing.)

9
下载
171
浏览
2017-05-27发布

19. wavelet_.M

  一维信号的小波去噪,这是一个很好的基于小波变换的小波去噪,是针对一维的,去噪效果非常好!(1DWT wavelet denoide)

9
下载
184
浏览
2015-09-22发布

20. DWT.m

  离散小波变换的简单程序,适合初学者学习,附有通用函数。(Simple procedures discrete wavelet transform, suitable for beginners to learn, with common functions.)

13
下载
147
浏览
2014-11-01发布