代码搜索:Mixtures

找到约 271 项符合「Mixtures」的源代码

代码结果 271
www.eeworm.com/read/451485/6300690

m mixtures.m

[s1,fs]=wavread('s1.wav'); [s2,fs]=wavread('s2.wav'); [s3,fs]=wavread('colt16.wav'); sz=min(length(s1),size(s3,1)); Source(1,:)=s1(1:sz)'; Source(2,:)=s2(1:sz)'; Source(3,:)=s3(1:sz,1)'; ns=3;
www.eeworm.com/read/263146/11373784

odc mixtures.odc

www.eeworm.com/read/140704/5784267

h create_mixtures.h

// file: create_mixtures.h // // definitions file for the utility that create initial mixture gaussians // // make sure definitions are made only once // #ifndef __ISIP_CREATE_MIXTURES #define __ISI
www.eeworm.com/read/140704/5784270

cc create_mixtures.cc

// file: create_mixtures.cc // // this program does mixture splitting // // isip include files // #include "create_mixtures.h" #include "create_mixtures_constants.h" // main program // int main(int_
www.eeworm.com/read/489612/6466753

m mixtures4.m

function [bestk,bestpp,bestmu,bestcov,dl,countf] = mixtures4(y,kmin,kmax,regularize,th,covoption) % % Syntax: % [bestk,bestpp,bestmu,bestcov,dl,countf] = mixtures3(y,kmin,kmax,regularize,th,covopti
www.eeworm.com/read/140704/5784266

h create_mixtures_constants.h

// file: create_mixtures_constants.h // // make sure definitions are made only once // #ifndef __ISIP_CREATE_MIXTURES_CONSTANTS #define __ISIP_CREATE_MIXTURES_CONSTANTS // isip include files // #i
www.eeworm.com/read/140704/5784263

cc cm_comp_0.cc

// cm_comp_0.cc // // system include files // #include // isip include files // #include "create_mixtures.h" #include "create_mixtures_constants.h" // method: compute_cc // // arguments:
www.eeworm.com/read/140704/5783312

cc tr_st_set_0.cc

// file: tr_st_set_0.cc // // isip include files // #include "train_state.h" #include "train_state_constants.h" // method: set_num_mixtures_cc // // arguments: // int_4 num_mix : (input) number of
www.eeworm.com/read/140704/5783307

cc tr_st_get_0.cc

// file: tr_st_get_0.cc // // isip include files // #include "train_state.h" #include "train_state_constants.h" // method: get_num_mixtures_cc // // arguments: none // // return: an int_4 number of
www.eeworm.com/read/156528/11794988

m get_data.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Copyright (c) by JV Stone, University of Sheffield. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%