搜索资源列表

  1. LUDCMP

    0下载:
  2. LU分解法解线性方程组,内含LU分解函数以及调用的例子-LU decomposition method for solving linear equations, containing LU decomposition and the calling function examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:
  1. toolbox_liftwave

    0下载:
  2. 一个提升小波变换的matlab工具包。可以实现97,53,haar等系列的提升小波分解与重构。-an upgrade wavelet transform Matlab tool kit. 97,53 can be achieved, haar series of lifting wavelet decomposition and reconstruction.
  3. 所属分类:波变换

    • 发布日期:2024-05-12
    • 文件大小:58368
    • 提供者:周瑞
  1. labview_EMD

    0下载:
  2. labview编写的EMD分解程序,欢迎有研究的一起讨论。-PC EMD prepared by the decomposition process, welcomed the study together.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:71680
    • 提供者:肖勇
  1. lu_decompose

    0下载:
  2. 数值与符号计算LU分解法,运用LU分解函数求解Ax=b的矩阵运算-numerical and symbolic computation LU decomposition, using LU decomposition function for Ax = b matrix operation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:6144
    • 提供者:peter
  1. multiwavelet

    0下载:
  2. 用于数据预处理的多小波分解与重构程序.其中多小波是采用CL4平衡多小波,所以分解前的预处理是采用等值预滤波器.如果要用别的非平衡多小波,只需替换为相应的预滤波器即可.-for data pretreatment multiwavelet decomposition and reconstruction process. Multiwavelet which is the Panasonic balance multiwavelets T
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:王颖
  1. AdaptGA

    0下载:
  2. matlab 自适应遗传算法源程序,用到了G-S正交化分解,大家可以用QR分解做一下,应该会使程序更简单一点.-Matlab adaptive genetic algorithm source code, used in the G-S orthogonal decomposition. We can do something QR decomposition, the process would be simpler 1:00.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:songyong
  1. EMD-C

    0下载:
  2. EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:
  1. tuxiangtisheng

    0下载:
  2. 图像用小波变换方法来进行分解,再重构,从而再去除噪声-images using wavelet transform method for the decomposition and reconstruction, thereby removing noise
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:果果
  1. hareresholddenoising

    0下载:
  2. 对信号进行小波分解,用硬阈值方法去除噪声,进而提高精度-right signal wavelet decomposition, with a hard threshold to remove noise, and to improve accuracy
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:果果
  1. Wavelet_Compression_bior37

    0下载:
  2. 利用小波分解与重构,实现图像压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image compression, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginner
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:whq
  1. denoise+compression

    0下载:
  2. 利用小波分解与重构,实现图像去噪和压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, Image Denoising and Compression, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suit
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:whq
  1. enhancement+fusing

    0下载:
  2. 利用小波分解与重构,实现图像增强和融合,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image enhancement and integration, the flexibility to choose other wavelet is simple to understand and Wavelet particularly su
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:whq
  1. filtering+compression

    0下载:
  2. 利用小波分解与重构,实现图像滤波和压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image filtering and compression, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suit
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:whq
  1. Bmaqr

    0下载:
  2. qr分解的c语言程序,可以嵌入matlab使用-simulated decomposition of the c language program, can be embedded using Matlab
  3. 所属分类:分形几何

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:
  1. svdfit

    0下载:
  2. 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:游江
  1. waveletDenoising

    0下载:
  2. 用vc6.0开发出一小波滤波的程序。内容包括仿真数据生成,文本数据读取,滤波器系数构造,小波分解与重构,小波阈值及阈值函数选择,小波降噪。-vc6.0 developed using a wavelet filter procedures. Include simulation data generation, text to read data, filter coefficients structure, wavelet decom
  3. 所属分类:波变换

    • 发布日期:2024-05-12
    • 文件大小:97280
    • 提供者:王明明
  1. wavelet_lab2

    0下载:
  2. 对图像做二维离散小波变换,分解级数为3级,并重构图像,不直接调用Matlab的dwt和idwt函数。-pair of 2-dimensional images DWT, decomposition of the three series, and Image Reconstruction, not directly call Matlab dwt and idwt function.
  3. 所属分类:波变换

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:purpleashan
  1. xiangmukaifajihua

    0下载:
  2. 二、项目开发计划 1.引言 1 1.1编写目的 1 1.2项目背景 1 1.3定义 2 1.4参考资料 2 2.项目概述 2 2.1工作内容 2 2.2条件与限制 2 2.3产品 2 2.4运行环境 2 2.5服务 3 2.6验收标准 3 3.实施计划 3 3.1任务分解 3 3.2进度 3 3.3预算 3 3.4关键问题 3 4.人员组织及分工 3 5.
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:wei163
  1. 582132085520061129234852432561

    0下载:
  2. 用小波变换对图像处理由很多优点,这是我保存的一个用小波变换作图像融合的程序,效果还不错,当然其中还有一些其他的 图像 处理的代码,如高通滤波 图像增强等,我觉得对学习图像处理很有用的,尤其是代码对小波分解分开写的,很具体了,希望对大家有用-wavelet transform to image processing by the many merits, This is the preservation of a wavelet tran
  3. 所属分类:波变换

    • 发布日期:2024-05-12
    • 文件大小:44032
    • 提供者:陈艳
  1. newprogram

    0下载:
  2. 列主元法解方程组C语言代码与LU分解求线性方程 -main-element equations method of C language code and the LU decomposition of linear equations
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:张强
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org