Welcome![Sign In][Sign Up]
Location:
Search - s transform matlab code

Search list

[SourceCodeGST

Description: Generalized S transform matlab code
Platform: | Size: 1878 | Author: asemao@163.com | Hits:

[matlabmpcc

Description: MFCC,即倒谱系数,也是语音的一个特征之一,能够充分利用人耳的特性 % 具体的求法就是预处理,然后加窗,进行傅立叶变换,再求出功率普 % 然后得出其自然对数,最后进行dct变换 % 代码是用matlab写的,用到的一个语音工具箱,可以从网络上下载。-MFCC, that is, just a few pedigree, as well as a voice of one, to take full advantage of people's ears% of the specific characteristics of the solution is pretreatment, then increasing the window, Fourier transform, another sought power pu% then come to its natural logarithm, culminating transform% Extra code is written in Matlab. use of a voice box can be downloaded from the Internet.
Platform: | Size: 1024 | Author: 杨海 | Hits:

[Mathimatics-Numerical algorithmscurrent_park

Description: 用C语言编写的在Simulink环境下对3相交流电机交直流帕克变换进行数值仿真的S函数源代码。特点:考虑到了便于在单片机中执行的特点,完全使用定点算法实现。在MATLAB中编译成动态链接库后就可在Simulink中使用。-C language in the Simulink environment for 3-phase AC and DC motor Parker transform few value of the S-function simulation source code. Features : Taking into account the ease of implementation of the microprocessor features full use of fixed-point algorithm. MATLAB compiled after the DLL can be used in Simulink.
Platform: | Size: 4096 | Author: 孙萌 | Hits:

[Special EffectsTM_image_segment_watershed

Description: 对TM灰度图像进行基于梯度幅度的分水岭变换分割,并标记分割区域边界,Matlab源代码,直接拷贝至Matlab中运行。-right TM images based on gray gradient range of watershed transform segmentation, segmentation and mark the region's borders, Matlab source code, a direct copy of Matlab to run.
Platform: | Size: 76800 | Author: Adams | Hits:

[matlabS-Transform

Description: s变换,是当前比较流行的时频分析算法,可以用于地震数据时频分析和频谱分析,该程序基于matlab平台,实现了s变换和反变换。-s transformation, is the more popular time-frequency analysis algorithms, can be used for seismic data analysis and time-frequency spectrum analysis, the program based on matlab platform realize the s transform and inverse transform.
Platform: | Size: 648192 | Author: 刘小龙 | Hits:

[Waveletwavelet

Description: Matlab实现Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等源代码 这个m代码包含了一系列的小波变换的实现函数,有Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等. 可以进行1D或者二维小波变换。 -Matlab realize Daubechies, symlets, splines, S+ P wavelets, JPEG2000 wavelet transform, such as source code of the m code contains a series of wavelet transform to achieve function, has Daubechies, symlets, splines, S+ P wavelets, JPEG2000 and other wavelet transform. can be 1D or two-dimensional wavelet transform.
Platform: | Size: 9216 | Author: aaa | Hits:

[matlabsmatlab

Description: 小波变换通过matlab实现s小波变换代码,给出变换结果。-Wavelet transform, through the realization of s wavelet transform matlab code, given the results of transformation.
Platform: | Size: 1024 | Author: bqllda | Hits:

[Windows DevelopPhoto

Description: 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配; (9) 图象的压缩编码、JPEG压缩编码标准; (10) 图象处理编程工具lead.ocx、DirectDraw及简单的多媒体编程技术。 -Introduction to digital image processing programming books and the book s source code 1) windows bitmap bitmap (ie bmp files) of the structure and color version of the concept (2) image translation, rotation, mirror transform, transpose transform, zoom (3) image smoothing (to noise), sharpening (4) of the penumbral image transfer, jitter technology (5) to amend the image histogram, color transform (6) images the effect of corrosion and expansion, thinning algorithm, skeleton extraction (7) Image edge detection and extraction, hough transform, contour tracking (8) images of the detection, template matching (9) image compression encoding, JPEG compression coding standard (10) image processing, programming tools lead.ocx, DirectDraw and simple multimedia programming technology.
Platform: | Size: 1991680 | Author: 郭东 | Hits:

[Special Effectsimage_inhancement

Description: 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理-They are typical Matlab-based image enhancement algorithm. Procedure Code Description P0301: digital image data display matrix and its Fourier transform P0302: Two-dimensional discrete cosine transform image compression P0303: the use of gray-scale transformation method of contrast-enhanced images P0304: Histogram of homogenization P0305: analog image by Gaussian white noise and salt and pepper noise P0306: A two-dimensional median filter function by medfilt2 of salt and pepper noise image filtering P0307: the use of MATLAB s function affected by noise interference filter2 images mean filter P0308: Image Adaptive Weiner Filter P0309: the use of five kinds of different gradient enhanced image sharpening method P0310: Image of high-pass filtering and mask treatment P0311: the use of Butterworth (Butterworth) low pass filter on the image noise by smoothing treatment P0312: the use of Butterworth (Butterworth) high-pass filter for sharpening
Platform: | Size: 21504 | Author: panghuanzhi | Hits:

[Multimedia DevelopProbShrink

Description: This package contains Matlab and C-code for denoisinig greyscale images using spatially adaptive ProbShrink implemented with a NON-DECIMATED wavelet transform and under the generalized Laplacian marginal prior.
Platform: | Size: 87040 | Author: junsung | Hits:

[matlabsymletssplines

Description: 这个m代码包含了一系列的小波变换的实现函数,有Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等. 可以进行1D或者二维小波变换。-The m code contains a series of wavelet transform to achieve function, and Daubechies, symlets, splines, S+ P wavelets, JPEG2000 and other wavelet transform. Can be 1D or two-dimensional wavelet transform.
Platform: | Size: 55296 | Author: 袁焕江 | Hits:

[matlabDTFT

Description: this about DTFT.DTFT s matlab code and it is for Discrete time fourier transform.-this is about DTFT.DTFT s matlab code and it is for Discrete time fourier transform.
Platform: | Size: 1024 | Author: Mahmut | Hits:

[matlabS-transform-code

Description: s变换程序,是MATLAB编写的,可以用于地震数据处理方面-s transformation process, is prepared in MATLAB, can be used in seismic data processing
Platform: | Size: 5120 | Author: 廉玉广 | Hits:

[Graph programgaborfilter1

Description: Gabor滤波器的源码,基于matlab。可以适用于图形图像的Gabor变换。-Gabor filter' s source code, based on matlab. Can be applied to graphic images of Gabor transform.
Platform: | Size: 1024 | Author: 刘洋 | Hits:

[AI-NN-PRstransfer

Description: S变换的matlab源码,并举例,应用几个信号作为例子来说明怎么使用s变换以及s变换可以用来做些什么事情。-S-transform matlab source code, and examples, the application of several signal as an example to illustrate how to use s and s transforms transform can be used to do things.
Platform: | Size: 4096 | Author: fangxujun | Hits:

[matlabst

Description: matlab 广义s变换源码,此代码只有函数部分,不能自动生成图像,仅供参考。-the matlab generalized s transform source code, this code only function part of can not automatically generate the image is for reference only.
Platform: | Size: 4096 | Author: 呵呵 | Hits:

[File FormatDWT_FFT

Description: It s the matlab code to implement the dwt in the frequency domain-implement discrete wavelet transform in fourier domain
Platform: | Size: 3072 | Author: mumu | Hits:

[Software EngineeringS-Transform

Description: This is matlab code for stockwell transform as a time frequency distribution for feature extraction that was developed by Doctor stockwe-This is matlab code for stockwell transform as a time frequency distribution for feature extraction that was developed by Doctor stockwell
Platform: | Size: 652288 | Author: bahar | Hits:

[matlab57782

Description: s transform matlab code-s transform matlab code
Platform: | Size: 4096 | Author: mokhtar | Hits:

[OtherS transform time frequency

Description: S Transform matlab code for time-frequency analysis
Platform: | Size: 227328 | Author: madhuiitkgp | Hits:
« 12 3 »

CodeBus www.codebus.net