代码搜索:decomposition
找到约 1,689 项符合「decomposition」的源代码
代码结果 1,689
www.eeworm.com/read/393865/8257840
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
www.eeworm.com/read/393865/8257846
m createmultilevelkernel.m
function [K,Kt]=CreateMultiLevelKernel(xapp,xtest,kerneloption,level)
% USAGE
%
% [K,Kt]=CreateMultiLevelKernel(xapp,xtest,kerneloption,level)
%
% This function creates multiscale kernels K an
www.eeworm.com/read/293315/8299633
cpp dwt.cpp
/////小波分解
#include
void dwt(double g[],double h[],int wlen,double c[],double d[],int m,int sca[])
{
int i,j,k,mid,flag[20];
double p,q;
for(flag[0]=0,i=0;i
www.eeworm.com/read/172172/9722099
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/367440/9748457
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/269766/11078912
m contents.m
% UTV Tools.
% Version 1.0 22-June-99.
%
% Demonstration.
% hulvdemo - Demonstrates the use of the high-rank ULV algorithms hulv
% and hulv_a.
% hurvdemo - Ditto for the high-rank
www.eeworm.com/read/334951/12558181
cpp xqrupdt.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qrupdt
int main(void)
{
bool sing;
www.eeworm.com/read/334951/12558292
cpp xqrsolv.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qrsolv
int main(void)
{
bool sing;
www.eeworm.com/read/334951/12558563
cpp xludcmp.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine ludcmp
int main(void)
{
int j,k,l,m,n,dum;
www.eeworm.com/read/334951/12558627
cpp xqrdcmp.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qrdcmp
int main(void)
{
bool sing;