搜索资源列表

  1. Example6_11

    0下载:
  2. 用MATLAB对一语音信号进行小波分解,分别用强阈值,软阈值,默认阈植进行消噪处理。-MATLAB to a voice signal wavelet decomposition, respectively intensity threshold, soft threshold, the default threshold for planting Denoising.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:刘丽丽
  1. zq0129

    0下载:
  2. 通过两个光电传感器比较两侧的光线强度,然后小车据此选择前进的方向。-through two more photoelectric sensors on both sides of the light intensity, and then choose accordingly car on the way forward.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:zq
  1. pieflab

    0下载:
  2. % PIEFLAB Main Directory % ---------------------- % % .m - files % ---------- % Contents.m : this file % startup.m : startup file: sets Matlab path executed automatically when % Matlab command is performe
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:113664
    • 提供者:汪伟
  1. Fraunhofer

    0下载:
  2. This file contains a program with GUI, that calculate and display a difraction picture on a rectangular hole using Fraunhofer integral in dependence of hole sizes and intensity of light. May be useful for university stud
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:hiyisf
  1. Intensity

    0下载:
  2. 自己编的VC显示图像灰度直方图的对话框模式的程序,适合初学者学习探讨。内有测试图片-Own display images of the VC of the dialog box mode histogram procedure, suitable for beginners to learn to explore. There are test pictures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:3940352
    • 提供者:芳草青青
  1. ImageEnhencementUsingIntensityTransformations

    0下载:
  2. 本实验要求使用强度变化方法对图像进行增强。图像增强的是要目标是处理图像,使其比原始图像更适用于特定应用,图像增强的方法分为两大类,空间域方法和频域方法,“空间域”一词是指图像平面本身,这类方法是以图像像素的直接处理。“频域”处理技术是以修改图像的傅里叶变换为基础的。本实验采用的对数变换和指数变换是对前一种方法的应用。-This experiment requires the use of intensity changes in met
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:808960
    • 提供者:jhm
  1. SpeechProsodyAnalysisTools

    0下载:
  2. 用于语音信号分析的matlab源代码,包括谐波分析,声强分析,音源分析等 This software consists of a series of Matlab routines useful for various aspects of prosodic analysis of speech, in particular F0 and harmonic analysis, loudness analysis, and v
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-15
    • 文件大小:72704
    • 提供者:凝空子
  1. DIP_1

    0下载:
  2. The focus of this project is to experiment with intensity transformations to enhance an image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:45056
    • 提供者:侯城
  1. PUDN

    0下载:
  2. My code is implementation of classic snakes, according to the article of Active contour model. I m making reduction of external curve to the center which searching for extremum (the strongest intensity gradient of edge).
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:paz
  1. hole_simul

    0下载:
  2. 矩孔衍射仿真,主要模拟了单色光经矩孔衍射后的衍射图样和光强分布-Moment hole diffraction simulation, the main simulation of the monochromatic light diffraction by the hole after the moment of the diffraction pattern and the light intensity distribution
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:zhaoyonglin
  1. newton

    0下载:
  2. 最优化方法:修正牛顿法反演粒度分布。是粒度反演算法的核心。-Fraunhofer diffraction of light intensity calculation, according to particle size, wavelength, calculated prior to the distribution of diffraction intensity.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:丁洁
  1. twomodegauss

    0下载:
  2. code produce twomodegassian distribution for intensity level which suitable for contrast inhancement
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:abd
  1. ImageEnhancement.pdf.tar

    0下载:
  2. This paper describes basics of Image Enhancement using histogram based techniques.Image Enhancement is largely used as pre processing unit in various vision based systems. Histograms based techniques tends to improve in
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-15
    • 文件大小:480256
    • 提供者:kalia
  1. Intensity

    0下载:
  2. It is program for basic intensity transformation.In an image we can do different operations which enhance the features.
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Praveena
  1. matlab

    0下载:
  2. 算差分盒维数的matlab程序。 让窗口中的每个像素都对分数维作出贡献。首先,计算某一尺度窗口的平均灰度值 ,然后判断每一个像素的灰度 ,若大于灰度平均值 ,则累加其灰度值为 max ,若小于灰度平均值 ,则累加其灰度值为min ,用max 和min代替 在 Sarkar 和 Chaudhuri 算法中的最大值和最小值 ,再通过拟合求出分数维。 -Differential count box dimension matlab progr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:冯家乐
  1. OOK

    0下载:
  2. OOK modulation for Radio-over-fibre system. Intensity modulation direct detection
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:thava
  1. unity_finite_element_method_to_solve_the_stress_in

    0下载:
  2. 单位分解有限元方法求解应力强度因子,是扩展有限元的重要基础理论-Unity finite element method to solve the stress intensity factor, is an important basis for expansion of the finite element theory
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:271360
    • 提供者:latercomer
  1. Arias

    1下载:
  2. Calculating Arias Intensity of earthquake.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Hemed Hamidi
  1. ImageDenoisingBasedonWaveletTransform

    0下载:
  2. 基于小波变换的图像去噪的matlab程序 程序使用说明: 1、软件应用平台:Matlab6.5或更高; 2、打开方法: 将文件所在目录设为工作目录,然后打开wavlet.fig,在noise提示框下输入噪声强度,在0-0.1之间(不能为零)。 然后点process按钮,就会显示实验结果,包括原图像,加噪图像,去噪图像的对比以及当前的psnr值。 wavlet.m是程序文件。 程序内容写在在程序的注释里。
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:67584
    • 提供者:song
  1. INTENSITY-TRANSFORMATION

    0下载:
  2. Image Processing Algorithms:- All basic intensity transformation algorithms are present here.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:10240
    • 提供者:danan
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org