代码搜索:reconstruct

找到约 221 项符合「reconstruct」的源代码

代码结果 221
www.eeworm.com/read/344585/3207889

m denoise_kpca.m

function [Xd,lam,U] = denoise_kpca(Xo,A1,A2,A3,A4,A5) % Reconstruct the data mapped on the first principal components % % >> Xd = denoise_kpca(X, kernel, kernel_par); % % Denoising can be done by mo
www.eeworm.com/read/172172/9722106

m denoise_kpca.m

function [Xd,lam,U] = denoise_kpca(Xo,A1,A2,A3,A4,A5) % Reconstruct the data mapped on the first principal components % % >> Xd = denoise_kpca(X, kernel, kernel_par); % % Denoising can be done by mo
www.eeworm.com/read/367440/9748468

m denoise_kpca.m

function [Xd,lam,U] = denoise_kpca(Xo,A1,A2,A3,A4,A5) % Reconstruct the data mapped on the first principal components % % >> Xd = denoise_kpca(X, kernel, kernel_par); % % Denoising can be done by mo
www.eeworm.com/read/201218/15413215

m denoise_kpca.m

function [Xd,lam,U] = denoise_kpca(Xo,A1,A2,A3,A4,A5) % Reconstruct the data mapped on the first principal components % % >> Xd = denoise_kpca(X, kernel, kernel_par); % % Denoising can be done by mo
www.eeworm.com/read/176864/9480861

c recon.c

#include #include #include "config.h" #include "global.h" /* private prototypes */ void reconstruct(bx,by,P,bdx,bdy) int bx, by; int P,bdx,bdy; { int w,h,lx,lx2,d
www.eeworm.com/read/15900/555276

c recon.c

#include #include #include "config.h" #include "global.h" /* private prototypes */ void reconstruct(bx,by,P,bdx,bdy) int bx, by; int P,bdx,bdy; { int w,h,lx,lx2,d
www.eeworm.com/read/277636/4153367

makefile

include ../../../config.mak LD=arm-linux-ld CFLAGS=-Wall -D__KERNEL__ -DMODULE -DCORE_VERSION_2 -DANOTHER_RECONSTRUCT_BUFFER -DFPGA_PLATFORM -DLINUX -I/usr/src/arm-linux/arm-linux-2.4.19/include/ LI
www.eeworm.com/read/457017/7335185

txt 2004-july.txt

From Samuel.Mazel at cedrat.com Mon Jul 12 03:25:51 2004 From: Samuel.Mazel at cedrat.com (Samul Mazel) Date: Mon Jul 12 03:28:28 2004 Subject: [Acis-alliance] Reconstruct Shell or Lump Message-ID:
www.eeworm.com/read/197650/7982746

m util_unpack_filter.m

function [f1, f2] = util_unpack_filter (f, which_scale) % FUNCTION [f1, f2] = util_unpack_filter (f) % % Given the filter structure f, reconstruct f1 and f2 in a 4-D % format, which is more intuitive
www.eeworm.com/read/275202/10829096

m framerot.m

% frame rotation % Given a frame {e_i} and a rotated version {f_i}, % reconstruct the rotor. % See Lasenby and Doran, handout 5 clf; E1=e1; E2=unit(e1+e2); E3=unit(e2+2*e3); draw(E1,'b'); GAte