代码搜索:Separation
找到约 547 项符合「Separation」的源代码
代码结果 547
www.eeworm.com/read/156528/11795378
m informax.m
%***********************************************************
%%***********************************************************
%********* BASIC SOURCE SEPARATION CODE, 23 Jan 1996 *******
%********* To
www.eeworm.com/read/455463/1614837
m segy_writestack.m
function SEGY_WriteStack(fname, stack, dt, separation, texttype, numtype)
% SEGY_WRITESTACK(fname, stack, dt, separation, texttype, numtype)
%
% Writes to the 'fname' file in SEGY, a 'stack' (NxM a
www.eeworm.com/read/352264/10569288
m infomax algorithym.m
***********************************************************
***********************************************************
********* BASIC SOURCE SEPARATION CODE, 23 Jan 1996 *******
********* Tony Be
www.eeworm.com/read/132357/14096738
txt basic ica code in matlab (as used in bell and sejnowski 1996) .txt
***********************************************************
***********************************************************
********* BASIC SOURCE SEPARATION CODE, 23 Jan 1996 *******
********* Tony Be
www.eeworm.com/read/182905/9186044
m demo.m
% This code is just a front-end to source separation algorithms.
% Purpose:
% 1) generate synthetic data
% 2) call some source separation algorithm
% 3) display the results
% The data are CM (constant
www.eeworm.com/read/182905/9186052
m jd4.m
% This code is just a front-end to source separation algorithms.
% Purpose:
% 1) generate synthetic data
% 2) call some source separation algorithm
% 3) display the results
% The data are CM (con
www.eeworm.com/read/161829/10367170
m demo.m
% This code is just a front-end to source separation algorithms.
% Purpose:
% 1) generate synthetic data
% 2) call some source separation algorithm
% 3) display the results
% The data are CM (constant
www.eeworm.com/read/357319/3025219
int imagehlp.int
const
IMAGE_SEPARATION = (64*1024);
{$EXTERNALSYM IMAGE_SEPARATION}
type
PLOADED_IMAGE = ^LOADED_IMAGE;
{$EXTERNALSYM PLOADED_IMAGE}
_LOADED_IMAGE = record
ModuleName: PChar;
www.eeworm.com/read/379506/2672928
int imagehlp.int
{$IFNDEF CLR}
const
IMAGE_SEPARATION = (64*1024);
{$EXTERNALSYM IMAGE_SEPARATION}
type
PLOADED_IMAGE = ^LOADED_IMAGE;
{$EXTERNALSYM PLOADED_IMAGE}
_LOADED_IMAGE = record
Mo
www.eeworm.com/read/362013/10023691
m lds.m
function [Yu, err] = lds(Xl,Xu,Yl,rho,opt)
% Yu = LDS(Xl,Xu,Yl,rho,opt)
% Run the Low Density Separation algorithm as described in
% "Semi-supervised classification by Low Density Separation" by
%