代码搜索:decomposition

找到约 1,689 项符合「decomposition」的源代码

代码结果 1,689
www.eeworm.com/read/162188/10327920

src qyr.src

/* ** qyr.src - Procedures related to the QR decomposition. ** (C) Copyright 1988-1998 by Aptech Systems, Inc. ** All Rights Reserved. ** ** This Software Product is PROPRIETARY SOURCE CODE OF AP
www.eeworm.com/read/161908/10357689

m io.m

function ort = io(x,imf) % ort = IO(x,imf) computes the index of orthogonality % % inputs : - x : analyzed signal % - imf : empirical mode decomposition lx = size(imf,2); n = size(imf,1
www.eeworm.com/read/278889/10490558

m afe.m

function [features,eigvec,eigvals] = AFE(Xs,kernel, kernel_pars,X,type,nb,eigvec,eigvals) % Automatic Feature Extraction by Nystr鰉 method % % % >> features = AFE(X, kernel, sig2, Xt) % % Description %
www.eeworm.com/read/278180/10560467

m io.m

function ort = io(x,imf) % ort = IO(x,imf) computes the index of orthogonality % % inputs : - x : analyzed signal % - imf : empirical mode decomposition lx = size(imf,2); n = size(imf,1
www.eeworm.com/read/422697/10619589

m io.m

function ort = io(x,imf) % ort = IO(x,imf) computes the index of orthogonality % % inputs : - x : analyzed signal % - imf : empirical mode decomposition lx = size(imf,2); n = size(imf,1
www.eeworm.com/read/421949/10676095

m afe.m

function [features,eigvec,eigvals] = AFE(Xs,kernel, kernel_pars,X,type,nb,eigvec,eigvals) % Automatic Feature Extraction by Nystr鰉 method % % % >> features = AFE(X, kernel, sig2, Xt) % % Description %
www.eeworm.com/read/418911/10891913

m cgsvd.m

function [U,sm,X,V,W] = cgsvd(A,L) %CGSVD Compact generalized SVD of a matrix pair in regularization problems. % % sm = cgsvd(A,L) % [U,sm,X,V] = cgsvd(A,L) , sm = [sigma,mu] % [U,sm,X,V,W] = cgsvd(A
www.eeworm.com/read/418342/10952733

m wavefilter.m

function [varargout] = wavefilter(wname, type) %WAVEFILTER Create wavelet decomposition and reconstruction filters. % [VARARGOUT] = WAVEFILTER(WNAME, TYPE) returns the decomposition % and/or re
www.eeworm.com/read/417226/10999653

m io.m

function ort = io(x,imf) % ort = IO(x,imf) computes the index of orthogonality % % inputs : - x : analyzed signal % - imf : empirical mode decomposition lx = size(imf,2); n = size(imf,1
www.eeworm.com/read/458392/7297211

m testwaveletkernel.m

% % this is a script for testing and looking into wavelet kernel % and different decompositions. % % clear all close all % this is the data N=50; x=linspace(0,1,N)'; % these are the