代码搜索:Extraction
找到约 5,483 项符合「Extraction」的源代码
代码结果 5,483
www.eeworm.com/read/160517/10522695
m uplus.m
%UPLUS Fast extraction of the mapping data
%
% D = +W
%
% Converts a mapping object W to an object D, which is the
% contents of the mapping data field.
www.eeworm.com/read/277839/10600516
syr uart.syr
Release 7.1.04i - xst H.42
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
--> Parameter TMPDIR set to __projnav
CPU : 0.00 / 0.41 s | Elapsed : 0.00 / 0.00 s
--> Parameter xsthdpdir set
www.eeworm.com/read/351176/10676503
m icacalcpi.m
function [Gn, pi1,pi2] = icacalcpi( W, Q, A );
% Performance indices for extraction/separation
% (SCruces 01Jan03)
%
% These performance indices resembles Amari's index
% and work properly when
www.eeworm.com/read/419967/10825633
changelog
dexter (0.2)
* first public release
-- Markus Demleitner cicra 2000
dexter (0.3)
* Sanitized the source to make it compile with newer jdks
* Some documentati
www.eeworm.com/read/419416/10869919
syr fentclk.syr
Release 7.1i - xst H.38
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
--> Parameter TMPDIR set to __projnav
CPU : 0.00 / 21.34 s | Elapsed : 0.00 / 19.00 s
--> Parameter xsthdpdir set t
www.eeworm.com/read/418155/10964226
m sinusx.m
function outx = sinusx(in,f,n)
%
% Extraction of a sinusoidal signal
%
sinx=sin(2*pi*f*[1:n]);
cosx=cos(2*pi*f*[1:n]);
in=in(1:n);
a1=2*sinx.*in;
a=sum(a1)/n;
b1=2*cosx.*in;
b=sum(b1)/n;
ou
www.eeworm.com/read/467874/7003131
m resultondlet.m
function resultondlet()
% caler la distance entre les sig des ires de meme personne (intra)
vecteurintra=intra;
% extraction le vecteur de distance intraclasse entre les sig d'iris(4 iris) de
www.eeworm.com/read/466114/7038507
inp grid_ex1.inp
%%% Frequency, used to describe the structure
9.6e9
%%% Cell size
0.01
%%% Total dimensions along the x, y, z direction (including scatter region)
0.01 0.01 0.70
%%% Location of plane wave source
www.eeworm.com/read/466114/7038513
inp grid.inp
%%% Frequency, used to describe the structure
9.6e+009
%%% Cell Size
0.01
%%% Total dimensions along the x, y, z direction (including scatter region)
0.01 0.01 0.7
%%% Location of plane wave so
www.eeworm.com/read/299984/7140625
m uplus.m
%UPLUS Fast extraction of the mapping data
%
% D = +W
%
% Converts a mapping object W to an object D, which is the
% contents of the mapping data field.