登录
首页 » matlab » 1D_Gabor_transform

1D_Gabor_transform

于 2012-05-12 发布 文件大小:11KB
0 184
下载积分: 1 下载次数: 66

代码说明:

  这个MATLAB软件包实现了小波在一维Gabior样转换的文件中所述: [1] K.N.乔杜里,M.,王凤琴,“建设希尔伯特变换的双 波基和Gabor变换,“对信号的IEEE交易 加工,第一卷。 57,没有。 9,3411-3425,2009年9月。 作者:K.N.乔杜里。 模块如下: --------------------------- 1。 demo.m 一个简单的例子演示软件的使用。 2。 autcorr.m 计算自相关函数的频率响应。 3。 filters.m 计算尺度和小波滤波器。 4。 projectionFilters.m 到近似计算的投影最小二乘过滤器 空间。 5。 analysis.m 计算复杂的小波子在不同的分辨率。 6。 synthesis.m 从低通逼近和重构原始信号 小波系数。 7。 displayResults.m 显示输入信号,真实,小波虚componenets 子带,在每一项决议和其modlus和相位,也是 重建信号和错误的。 8。 exception.m(This MATLAB package implements the Gabior-like wavelet transform in 1-dimension as described in the paper: [1] K.N. Chaudhury, M. Unser, "Construction of Hilbert Transform Pairs of Wavelet Bases and Gabor-Like Transforms," IEEE Transactions on Signal Processing, vol. 57, no. 9, pp. 3411-3425, September 2009. Author: K.N. Chaudhury. The modules are as follows: --------------------------- 1. demo.m Demonstrates the usage of the software with a simple example. 2. autcorr.m Computes the frequency response of the autocorrelation function. 3. filters.m Computes the scaling and wavelet filters. 4. projectionFilters.m Computes the filters for the least-squares projection onto the approximation spaces. 5. analysis.m Computes the complex wavelet subbands at different resolutions. 6. synthesis.m Reconstructs the original signal from the lowpass approximation and the wavelet coefficients. 7. displayResults.m Disp)

文件列表:

1D-Gabor-transform
..................\.DS_Store,6148,2010-05-07
..................\analysis.m,1785,2012-05-11
..................\autocorr.m,315,2012-05-11
..................\demo.m,1996,2012-05-11
..................\displayResults.m,1855,2012-05-11
..................\exception.m,473,2012-05-11
..................\filters.m,542,2012-05-11
..................\LICENCE.txt,756,2012-05-11
..................\projectionFilters.m,821,2012-05-11
..................\README.txt,1158,2012-05-11
..................\synthesis.m,1298,2012-05-11
license.txt,1336,2012-05-11
__MACOSX
........\1D-Gabor-transform
........\..................\._.DS_Store,82,2010-05-07
........\..................\._analysis.m,167,2012-05-11
........\..................\._autocorr.m,167,2012-05-11
........\..................\._demo.m,167,2012-05-11
........\..................\._displayResults.m,167,2012-05-11
........\..................\._exception.m,167,2012-05-11
........\..................\._filters.m,167,2012-05-11
........\..................\._LICENCE.txt,167,2012-05-11
........\..................\._projectionFilters.m,167,2012-05-11
........\..................\._README.txt,167,2012-05-11
........\..................\._synthesis.m,167,2012-05-11

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

发表评论

0 个回复

  • xiaoboxiaozaochonggou
    小波滤波器重构-此函数用于研究Mallet算法及滤波器设计(The wavelet filters reconstruction- This function is used to filter algorithm design and research Mallet)
    2013-04-19 22:43:00下载
    积分:1
  • code
    去雾算法,包括了matlab代码,和几个可以使用的exe文件(Defogging algorithm)
    2014-02-24 19:23:39下载
    积分:1
  • DS_CDMA_Detector
    These files in Matlab implement a conventional DS -CDMA detector using QPSK modulation and matched filters in the receiver.(These files in Matlab implement a conventional DS-CDMA detector using QPSK modulation and matched filters in the receiver.)
    2009-04-15 21:55:56下载
    积分:1
  • m-wenjian
    大量雷达系统仿真的matlab程序集合,学习雷达信号处理的同学可以看看。(A large number of radar system simulation matlab Program )
    2011-11-18 10:50:50下载
    积分:1
  • CIR
    扩散过程参数估计,根据现实数据,估计参数(Diffusion process parameter estimates)
    2012-10-05 08:49:53下载
    积分:1
  • matlab_stereo
    matlab源代码,利用作图建立引导滤波器,对粗深度图进行修缮,效果极好,附测试样例。(matlab source code, the use of mapping to guide the establishment of filter, coarse depth map for repairs, excellent results, with the test sample.)
    2015-02-13 21:48:38下载
    积分:1
  • MATLAB
    主要边缘检测,灰度化处理,直方图,均衡化 二值化图像等图像处理技术,matlab编程,小程序代码,非常实用(The main edge detection, gray processing, histogram equalization binary image and other image processing technology, matlab programming, applet code, very useful)
    2013-11-29 21:20:35下载
    积分:1
  • VisualCandMatlabunitdesign(1)
    Matlab 与 Visual C++ 联合编程教程第一章(Visual C++ & Matlab unit-design)
    2010-10-14 10:08:35下载
    积分:1
  • mandelbrot
    This guide can draw a mandelbrot figure. In default values it calculates Z=Z^2+C for 20 iterations, where Z initally equal to zero and C has the values of every pixel created by meshgrid function(built-in). although mandelbrot equation is Z=Z^2+C you can change the degree of the equation between 1 - 50. higher number in iteration, points in axes gives better results in image besides more resulting time. to zoom an area of the figure you must aproximately choose the point and then change the center values to this point values then push Show Graph button. because of this is the first version there can be any lack of usage. (This guide can draw a mandelbrot figure. In default values it calculates Z=Z^2+C for 20 iterations, where Z initally equal to zero and C has the values of every pixel created by meshgrid function(built-in). although mandelbrot equation is Z=Z^2+C you can change the degree of the equation between 1- 50. higher number in iteration, points in axes gives better results in image besides more resulting time. to zoom an area of the figure you must aproximately choose the point and then change the center values to this point values then push Show Graph button. because of this is the first version there can be any lack of usage. )
    2010-02-17 07:21:59下载
    积分:1
  • aloha_s
    用matlab编程实现纯aloha算法和时隙aloha算法吞吐量的对比(Matlab programming with pure aloha aloha algorithm algorithm and the throughput comparison of slot)
    2021-03-01 21:49:34下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载