搜索资源列表

  1. wavelet

    0下载:
  2. Matlab实现Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等源代码 这个m代码包含了一系列的小波变换的实现函数,有Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等. 可以进行1D或者二维小波变换。 -Matlab realize Daubechies, symlets, splines, S+ P wavelets, JPEG20
  3. 所属分类:波变换

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:aaa
  1. chengxu3

    0下载:
  2. 用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图 2.进行FFT变换,显示各自频谱图,其中采样率,频率、数据长度自选 3.做出上述三种信号的均方根图谱,功率图谱,以及对数均方根图谱 4.用IFFT傅立叶反变换恢复信号,并显示恢复的正弦信号时域波形图 -Using Matlab generated sine wave, rectangular wave, as well as the white no
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:river
  1. RemoteSensingImageFusion

    0下载:
  2. HIS变换,主成分分析,Brovey算法实现图像融合。-HIS transform, principal component analysis, Brovey image fusion algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:5536768
    • 提供者:haoyubao
  1. dct_watermark

    0下载:
  2. VC实现水印的嵌入和提取的全套算法 DCT变化域嵌入、提取 Torus变换对水印处理-VC realize watermark embedding and extraction algorithm of the full set of changes in DCT domain embedding, watermark extraction Torus transform treatment
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:760832
    • 提供者:fish
  1. s

    0下载:
  2. 用vc开发快速Fourier变换原理及其应用实例源代码-Vc development with the principle of fast Fourier transform and its application source code
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-17
    • 文件大小:453632
    • 提供者:luckcome19825
  1. st

    0下载:
  2. s 变换的vc++源程序代码,需要用到fftw函数库-s Transform vc++ source code necessary to use fftw library
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:邢军辉
  1. sum1all

    0下载:
  2. 一个毕业程序设计,是用小波和支持向量机对电能质量扰动的识别与分类,主要利用的能量特征。-A graduate program design is the use of wavelet and support vector machines for power quality disturbance recognition and classification, the main characteristics of energy use
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:张新新
  1. smatlab

    0下载:
  2. 小波变换通过matlab实现s小波变换代码,给出变换结果。-Wavelet transform, through the realization of s wavelet transform matlab code, given the results of transformation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:bqllda
  1. S_Transformation

    0下载:
  2. S变换的matlab源码,希望对大家有帮助-S transform matlab source, in the hope that we have to help
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:339968
    • 提供者:yan
  1. Photo

    0下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1991680
    • 提供者:郭东
  1. Ztransformation

    0下载:
  2. 画出满足差分方程:y[n]-1.25y[n-1]+0.75y[n-2]-0.125y[n-3]=x[n]+0.5x[n-1],离散时间信号X[n]的双边z变换是离散傅里叶变换的推广,而离散时间傅里叶变换在研究离散时间信号与系统中是很有用的。 -Drawn to meet the difference equation: y [n]-1.25y [n-1]+ 0.75y [n-2]-0.125y [n-3] = x [n]+ 0.5x
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:35840
    • 提供者:栗琳
  1. ifft

    0下载:
  2. fft蝶形算法的逆变换,用C++编写,采用递归的方法-fft butterfly algorithm inverse transform, using C++ prepared using recursive method
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:646144
    • 提供者:xin
  1. RGB2LabAndLab2RGB

    0下载:
  2. % function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 wh
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:郑成勇
  1. object-recognition-using-fast-adaptive-hough-trans

    0下载:
  2. object recognition using fast adaptive hough transform 快速自适应霍夫变换 作者:D.D. Haule. A.S. Malowany Computer Vision and Robotics Laboratory Department of Electrical Engineering McGill University。IEEE 1989的文章,对指导霍夫变换检测目
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:390144
    • 提供者:miaosiyi
  1. st

    0下载:
  2. S-transform的算法的C代码,对学习S-transform变换很有用-S-transform algorithm of C code, to study S-transform transform useful
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:stephen
  1. ST

    1下载:
  2. 自适应信号处理s变换工具箱,及其实例,包含量个程序-S Transform Adaptive Signal Processing Toolbox, and the examples included in the volume of procedures
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者: 罗洁思
  1. JurnalWavelet

    0下载:
  2. This paper is a brief introduction to discrete wavelet transform as digital signal-processing technique and the application. The field of discrete wavelet transform (DWT) is an amazingly recent one because itÌ
  3. 所属分类:波变换

    • 发布日期:2024-05-17
    • 文件大小:162816
    • 提供者:made
  1. WaveletTransformsinMATLAB

    0下载:
  2. 执行一维和二维小波变换在MATLAB环境中。十几包括的小波函数有: * Haar * Daubechies 1-6 * Symlets 1-6 * Coiflets 1 and 2 * Splines and reverse splines * CDF 9/7 and Le Gall 5/3 * S+P wavelets (2,2), (4,2), (4,4), (6,2), and (2+2,2) *
  3. 所属分类:波变换

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:chen huayi
  1. DTFT

    0下载:
  2. 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.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:Mahmut
  1. stransform

    0下载:
  2. s变换的C程序,简便实用,很容易读懂和理解,对于初学者来说,是掌握S变换的良好实例。-s transformation of C procedures, simple and practical, it is easy to read and understand for beginners, it is to master a good example of S transform.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:吴琳
« 1 2 3 4 5 67 8 9 10 11 ... 33 »

源码中国 www.ymcn.org