代码搜索:Separation
找到约 547 项符合「Separation」的源代码
代码结果 547
www.eeworm.com/read/307187/13727040
out mstrp.out
1 1 3.35327E-07 =L( 1, 1)
1 2 3.71527E-08 =L( 1, 2)
2 2 3.35327E-07 =L( 2, 2)
1 1 1.15511E-10 =C( 1, 1)
1 2 -4.92724E-12
www.eeworm.com/read/307187/13727043
out pcb.out
1 1 1.38315E-06 =L( 1, 1)
1 2 6.91573E-07 =L( 1, 2)
2 2 1.10707E-06 =L( 2, 2)
1 1 2.96949E-11 =C( 1, 1)
1 2 -2.02619E-11
www.eeworm.com/read/307187/13727044
out strpline.out
1 1 4.63055E-07 =L( 1, 1)
1 2 9.21843E-08 =L( 1, 2)
2 2 4.63054E-07 =L( 2, 2)
1 1 1.17594E-10 =C( 1, 1)
1 2 -2.34105E-11
www.eeworm.com/read/260620/11716833
m relnwt_test.m
% relnwt_test.m - TEST of relnewton.m
%%%%%%%%% Generate sparse data %%%%%%%%
N=3;
T=1000;
A=rand(N);
S=sprandn(N,T,0.5);
X=A*S;
%%%%%% Setup the parameters
lam=1e-1; % parameter of smooth
www.eeworm.com/read/156528/11795022
m relnwt_test.m
% relnwt_test.m - TEST of relnewton.m
%%%%%%%%% Generate sparse data %%%%%%%%
N=3;
T=1000;
A=rand(N);
S=sprandn(N,T,0.5);
X=A*S;
%%%%%% Setup the parameters
lam=1e-1; % parameter of smooth
www.eeworm.com/read/155795/11847729
m newton_method.m
delta=1/128
x0=pi/2
i=1
for btcr=1:-delta:0
btcrxq(i)=btcr*2^15 % Q15
for n=1:16
x1=x0-(2*pi-2*x0+sin(2*x0)-pi*btcr)/(2*cos(2*x0)-2)
x0=x1
end
alpha(i)=x1
alf1(i
www.eeworm.com/read/211470/15179944
pdf 15 real-time blind source separation for moving speech signals.pdf
www.eeworm.com/read/197980/7959161
m ica_f.m
function [Y1,Y2] = ica_f(X,NFFT,FS,OVERLAP,N)
%
% function [Y1,Y2] = ica_f(X,NFFT,FS,OVERLAP,N)
% split X based on the freequency domain Blind Separation
% X must has 2 column,
%
% Shiro Ikeda 15,Jul
www.eeworm.com/read/346738/11727196
h mkl_vml_defines.h
/*
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may not
www.eeworm.com/read/110490/15532596
c ptracetest.c
/*
* This little program checks whether your operating system allows a process
* to attach to another process whoose uid is only identical because it
* revoked its privileges.
*
* If it detects