代码搜索:Distortion
找到约 806 项符合「Distortion」的源代码
代码结果 806
www.eeworm.com/read/442927/7641962
m vqlbg.m
function [center, U] = vqLBG(data, codeBookSize, dispOpt, kmeansFcn)
% vqLBG: Vector quantization using LBG method of center splitting
% Usage: [center, U]=vq(data, codeBookSize, dispOpt)
% data :
www.eeworm.com/read/442927/7641983
cpp vqkmeansmex.cpp
// This is equivalent to vqKmeans.m
// How to compile:
// MATLAB 7.1: mex vqKmeansMex.cpp d:/users/jang/c/lib/dcpr.cpp d:/users/jang/c/lib/utility.cpp -output vqKmeansMex.dll
// Others: mex vqKmean
www.eeworm.com/read/442927/7641986
m vqkmeanstest.m
clear mex;
addpath ..
%fprintf('Compiling vqKmeansMex.cpp...\n');
%mex vqKmeansMex.cpp d:/users/jang/c/lib/dcpr.cpp d:/users/jang/c/lib/utility.cpp
dim=39;
dataNum=1000;
data = randn(dim, data
www.eeworm.com/read/442927/7642016
cpp gmmtrainmex.cpp
// This is equivalent to gmmTrain.m
// How to compile:
// MATLAB 7.1: mex gmmTrainMex.cpp d:/users/jang/c/lib/dcpr.cpp d:/users/jang/c/lib/utility.cpp -output gmmTrainMex.dll
// Others: mex gmmTrai
www.eeworm.com/read/199523/7846535
cpp main.cpp
/*
* main.cpp - Camel a phrase based smt decoder
*
* version 1.0
*
* Copyright (C) 2006 by Zhongjun He
Yajuan Lv
Multilingual Interac
www.eeworm.com/read/199523/7846610
cpp main.cpp
/*
* main.cpp - Camel a phrase based smt decoder
*
* version 1.0
*
* Copyright (C) 2006 by Zhongjun He
Yajuan Lv
Multilingual Interac
www.eeworm.com/read/322600/13373372
h rdopt.h
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER
www.eeworm.com/read/320176/13431585
m specsubm.m
function [ss,po]=specsubm(s,fs,p)
%SPECSUBM performs speech enhancement using spectral subtraction [SS,PO]=(S,FS,P)
%
% implementation of spectral subtraction algorithm by R Martin (rather slow)
%
www.eeworm.com/read/320172/13431674
m specsubm.m
function [ss,po]=specsubm(s,fs,p)
%SPECSUBM performs speech enhancement using spectral subtraction [SS,PO]=(S,FS,P)
%
% implementation of spectral subtraction algorithm by R Martin (rather slow)
%