搜索资源列表

  1. gecengdeWavlet

    0下载:
  2. 用了比较简单的方法实现了一层、二层、三层小波变换和小波变换逆变换。主要是运用了图像的差分实现的小波变换!-with a relatively simple method of a layer, two-story, three-tier wavelet transform and wavelet transform inversion. Mainly through the image to achieve the difference
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:2834432
    • 提供者:孙翔
  1. wavelet

    0下载:
  2. 本程序实现二维灰度图像的小波变换和逆变换。 直接运行本目录下的批处理程序run即可。 用户需自己输入以下参数: 1. 图像文件名(lena.bmp,若使用其它图像请先放入本目录下) 2. 选用的小波名称(本程序中可使用haar及db2-db5) 3. 小波变换的级数。 运行结束后小波变换与逆变换结果分别保存在dec.bmp与rec.bmp中。-This procedure realize t
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:477184
    • 提供者:canor
  1. fft

    0下载:
  2. 本程序完成了FFT变换和逆变换,提供了具体算法和一个函数使用的demo工程-This procedure was completed FFT transform and inverse transform to provide a specific algorithm and a function used in demo project
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:shengwei
  1. fft

    0下载:
  2. 用于进行一维和二维的傅利叶变换及其逆变换-Used for the one-dimensional and two-dimensional Fourier transform and its inverse transform
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:杨过
  1. matlab

    0下载:
  2. 语音信号去噪,在MATLAB开发环境下,对含噪声的语音信号进行小波变换,根据阈值去噪的原理去噪,然后逆变换得到增强的语音信号-Speech Signal Denoising in the MATLAB development environment, including noise on the voice signal wavelet transform, in accordance with the principle of thr
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:王鹏
  1. Wavelet

    0下载:
  2. 实现单幅图像的小波行变换、列变换、一层、二层、三层变换、逆变换!-Realize single image of the wavelet transformation, column transform, layer, two-story, three-transform, inverse transform!
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:2729984
    • 提供者:Goddn
  1. matlabcode

    0下载:
  2. 图象增强 小波变换将一幅图象分解为大小、位置和方向都不同的分量。在做逆变换之前可以改变小波变换域中某些系数的大小,这样就能够洋选择的放大所感兴趣的分量而减小不需要的分量。 给定一个图象信号,用二维小波分析对图象进行增强处理。-Image enhancement will be a wavelet transform image decomposition for size, location and direction of t
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:eels
  1. speechbymatlab

    0下载:
  2. 请认真阅读采用MATLAB分析WAV文件。 步骤一:选择一个WAV文件作为分析的对象 。(ding.wav) 步骤三:进行 FFT变换并画频域图形 。 步骤四:进行该声波主要频谱的分析。 步骤五:根据该声音的频谱,反演时域图形 。(有失真) 步骤六:进行付立叶逆变换IFFT并画频域图形 。-Please carefully read the WAV files using MATLAB analysis. Step
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-20
    • 文件大小:64512
    • 提供者:李南
  1. FFTorIFFT

    2下载:
  2. 用于信号处理的matlab小程序。傅里叶变换和傅里叶逆变换-fft or ifft
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:cs
  1. NILT

    0下载:
  2. 本文件采用Matlab软件,实现了拉普拉斯逆变换的计算。-This document is the use of Matlab software, the realization of the inverse Laplace transform calculations.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:陈秀
  1. image

    0下载:
  2. 图像处理 直方图 哈夫曼编码 傅立叶变换 傅立叶逆变换 图像增强-Histogram image processing Huffman inverse Fourier transform Fourier transform image enhancement
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:1766400
    • 提供者:ff
  1. FFT

    0下载:
  2. DSP中进行的傅里叶变换程序。它包含了正变换和逆变换两种,可以多次条用。-DSP in the Fourier transform procedure. It contains transform and inverse transform are the two can be used many times.
  3. 所属分类:DSP编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:蔡志伟
  1. 2D-FFT-C

    1下载:
  2. 二维快速傅里叶变换及其逆变换,用于图像处理等领域-two dimensional fast fourier transform and its inverse fast fourier transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:196608
    • 提供者:zhang bo
  1. FFT-C

    0下载:
  2. 一维傅里叶变换及其逆变换,快速算法,用于图像处理等领域-one dimensional fast fourier transform and inverse fast fourier transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:zhang bo
  1. FFT-C11

    0下载:
  2. 傅里叶变换及其逆变换的C++程序,广泛用于图像处理-fourier transform and its inverse transform, by C++ programming language
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:zhang bo
  1. fft

    0下载:
  2. 对图像进行快速傅里叶变换,在频率域去除高频信息再逆变换到空间域,完成图像栅格信息的消除。-Fast Fourier transform of the image, in the frequency domain to remove high-frequency information and the inverse transform to the spatial domain, to complete the elimination
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:440320
    • 提供者:marui
  1. DFT

    0下载:
  2. 利用蝶形算法,实现快速傅立叶变换及其逆变换-The use of butterfly algorithm, fast Fourier transform and its inverse transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:韩静
  1. FFt

    0下载:
  2. 其中图片说明: A: 傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。-One Photo caption: A: After the Fourier transform frequency spectrum diagram B: the r
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:329728
    • 提供者:lixiaozhui
  1. fuliye

    0下载:
  2. 1. 对图像进行傅里叶变换。 2. 根据傅里叶变换的结果去除图像的竖条纹噪声。 3. 对图像进行傅里叶逆变换,得到分割图像。 -1. For the image Fourier transform. 2. According to the results of Fourier transform to remove the image of the vertical stripe noise. 3. Inverse Four
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:刘一霖
  1. fft

    0下载:
  2. 程序实现了快速傅里叶变换、逆变换等功能,可供参考-Program to achieve a fast Fourier transform, inverse transform and other functions, for reference
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:万同利
« 1 2 34 5 6 7 8 9 10 ... 41 »

源码中国 www.ymcn.org