代码搜索:approximate

找到约 1,048 项符合「approximate」的源代码

代码结果 1,048
www.eeworm.com/read/188397/8543794

m approximate.m

function y = approximate(x,M) % approximate(x,M) - approximates noisy symbol vector x with valid symbols % in M % x - noisy symbol vector % M - matrix representing constellation mapping %M=[0 0 1
www.eeworm.com/read/185920/8973199

m approximate.m

function y = approximate(x,M) % approximate(x,M) - approximates noisy symbol vector x with valid symbols % in M % x - noisy symbol vector % M - matrix representing constellation mapping %M=[0 0 1
www.eeworm.com/read/282313/9102465

m approximate.m

function y = approximate(x,M) % approximate(x,M) - approximates noisy symbol vector x with valid symbols % in M % x - noisy symbol vector % M - (代表星座映射的矩阵) %M=[0 0 1;0 1 j;1 0 -1;1 1 -j]; W=lengt
www.eeworm.com/read/125476/14491797

cc tst_approximate.cc

// tst_approximate.cc void tst_quadratic_approximation(){ cout
www.eeworm.com/read/365862/9842927

m approximate_gauss_by_gmm.m

function g = approximate_gauss_by_gmm(x,P,N,type) %function g = approximate_gauss_by_gmm(x,P,N,type) % % INPUTS: % x,P - mean and covariance matrix of a Gaussian % N - number of components i
www.eeworm.com/read/365862/9843047

m approximate_gauss_by_kernels.m

function g = approximate_gauss_by_kernels(x,P,N,type) %function g = approximate_gauss_by_kernels(x,P,N,type) % % INPUTS: % x,P - mean and covariance matrix of a Gaussian % N - number of comp
www.eeworm.com/read/351998/10588925

m approximate_gauss_by_gmm.m

function g = approximate_gauss_by_gmm(x,P,N,type) %function g = approximate_gauss_by_gmm(x,P,N,type) % % INPUTS: % x,P - mean and covariance matrix of a Gaussian % N - number of components i
www.eeworm.com/read/351998/10589079

m approximate_gauss_by_kernels.m

function g = approximate_gauss_by_kernels(x,P,N,type) %function g = approximate_gauss_by_kernels(x,P,N,type) % % INPUTS: % x,P - mean and covariance matrix of a Gaussian % N - number of comp
www.eeworm.com/read/111676/15506015

class fa2$approximate.class