CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - log distance

搜索资源列表

  1. Path-Loss

    0下载:
  2. 通用路径损耗模型包括Log-distance/normal shadowing计算-General Path Loss Model, including log-distance/normal shadowing path loss model
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2395
    • 提供者:王秋才
  1. log-distancepathloss

    1下载:
  2. log_distance path loss model for wireless propagation indoor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1156
    • 提供者:ningchang
  1. chxu

    0下载:
  2. 本程序用于测量增强语音与纯净语音的对数谱距离,用于语音增强。对数谱距离越小,表明增强语音与纯净语音越接近,增强语音质量越好;反之,则增强语音质量越差。-Calculates the average log-spectral distance between CLEAN and NOISY signals. Frames are 25ms long with 60 percent (15ms) overlap, hamming windowed. RS is the remove
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3093
    • 提供者:阿铁
  1. Soft_demapping_8PSK

    1下载:
  2. soft Demapping 8PSK : LLR computation using Euclidian distance approach, Parallel-to-Serial converter, needs I and Q componets of 8PSK symbols at the input
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:749
    • 提供者:IMM
  1. dist_LLR

    0下载:
  2. Log Likelihood Ratio (LLR) Objective Speech Quality Measure
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:1068
    • 提供者:Mehrtash
  1. LodDistance_n3

    0下载:
  2. Log Distance n=3 code for large scale transmission
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:564
    • 提供者:matlab1234
  1. LogDistance_n4

    0下载:
  2. Log Distance n=4 code for large scale transmission
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:571
    • 提供者:matlab1234
  1. LogSpectralDistance_LP

    0下载:
  2. 计算源信号和噪音之间的频谱差,用于噪音估计等。-Calculates the average log-spectral distance between CLEAN and NOISY signals
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2828
    • 提供者:philip
  1. kmeans

    0下载:
  2. K均值有效执行++多元数据的聚类算法。它已经表明,该算法具有的总群集内距离的期望值是日志(K)的竞争力的上限。此外,K -均值++通常远高于香草收敛K均值少。-An efficient implementation of the k-means++ algorithm for clustering multivariate data. It has been shown that this algorithm has an upper bound for the expected value o
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2117
    • 提供者:driiawrl
  1. label

    0下载:
  2. 图像分割处理:Roberts,Sobel,LOG,Prewitt算子处理,街区距离方法,欧几里得距离方法,边缘提取,去噪-Image segmentation: Roberts, Sobel, LOG, Prewitt operator handling, block distance method, Euclidean distance method, edge detection, noise reduction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:85232
    • 提供者:chuchu
  1. LogSpectralDistanceSignal

    0下载:
  2. Log Spectral Distance Signal
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:926
    • 提供者:EmanMagdi
  1. Tchxuziph

    0下载:
  2. 本程序用于测量增强语音与纯净语音的对数谱距离,用于语音增强。对数谱距离越小小,表明增强语音与纯净语音越接近,增强语音质量越好;反之,则增强语音质量越差。 -The procedure used to measure to enhance the voice and the pure voice of the logarithmic spectral distance for speech enhancement. More small log spectral distance, the c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3151
    • 提供者:分界线
  1. LogSpectralDistance

    0下载:
  2. 对数谱距离计算的matlab 实现,可以用于语音增强时性能比较。-log spectrum distance computation with matlab, you can use it for speech enhancement evaluation
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2805
    • 提供者:jzhou
  1. 1005

    2下载:
  2. 要求用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出最邻近距离的平方 其中0<=x<10000,0<=y<10000,(x,y是整数) 点数1<n<=30000. Input 第一行表示点的数目n; 接下来的n行中,每一行依次表示点的x坐标,y坐标。 Output 输出n个点中最邻近点对距离的平方-Looking for n points in the nearest neighbor
  3. 所属分类:Other windows programs

    • 发布日期:2016-11-28
    • 文件大小:896000
    • 提供者:Betty
  1. 1

    0下载:
  2. 为作业最终的仿真结果与分析 PL_free.m:free space path loss model PL_logdist.m: log-distance path loss model PL_lognorm.m: log-normal shadowing path loss model plot_PL_general.m: plot the figures itum.m: ITU M.1225 vehicular-B(120km/hr) channel model AW
  3. 所属分类:Wavelet

    • 发布日期:2017-04-08
    • 文件大小:214591
    • 提供者:万玲玲
  1. kmeansPP

    0下载:
  2. 一个有效的实现k - means+ +聚类多元数据算法。已经证明,这种算法有一个预期值的上界值。此外,k - means + +具有较好的收敛性。-An efficient implementation of the k-means++ algorithm for clustering multivariate data. It has been shown that this algorithm has an upper bound for the expected value of the
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:915
    • 提供者:刘亮
  1. log--spectral-distance-for-VAD

    1下载:
  2. 语音增强之前先进行端点检测,对有话帧和噪声帧作不同处理,利用对数频谱距离进行端点检测。-Speech enhancement for endpoint detection, before to have words for different frame and noise frame processing, using logarithmic spectrum distance for endpoint detection.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:980
    • 提供者:黄燕
  1. logspectral

    0下载:
  2. finds log spectral distance of speech samples
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:3812
    • 提供者:brijesh
搜珍网 www.dssz.com