代码搜索:reconstruct

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

代码结果 221
www.eeworm.com/read/396640/2408792

c pdf_repair.c

#include "fitz.h" #include "mupdf.h" /* * open pdf and scan objects to reconstruct xref table */ struct entry { int oid; int gen; int ofs; int stmofs; int stmlen; }; static fz_error * parseo
www.eeworm.com/read/309003/3708331

m toon0544.m

% toon0544 -- Data Compression of Ingrid Daubechies % % Reconstruct Daubechies from 5% of her coefficients. % icw_ingrid = IWT2_PO(cw_ingrid,3,qmf); AutoImage(icw_ingrid); title('95% Wavelet
www.eeworm.com/read/177351/5328687

c bt_literal.c

#include #include #include typedef unsigned int UInt; /* Given a word, do bt/bts/btr/btc on bits 0, 1, 2 and 3 of it, and also reconstruct the original bits 0, 1,
www.eeworm.com/read/303435/3811155

lib wpc1trans.comp.dwpt.1d.lib

WPC1TRANS - routines to perform a 1D wavelet packet transform wpc1Trans - decompose/reconstruct a signal into/from its wavelet packet coefficients Function Prototype: void wpc1Trans(float *x, void
www.eeworm.com/read/303435/3811241

lib wpcpack2.comp.dwpt.2d.lib

WPCPACK2 - routine to perform a 2D wavelet packet transform wavePack2 decompose/reconstruct a 2D signal into/from its wavelet packet coefficients Function Prototype: void wavePack2(float **x, flo
www.eeworm.com/read/378992/2677813

c bt_literal.c

#include #include #include typedef unsigned int UInt; /* Given a word, do bt/bts/btr/btc on bits 0, 1, 2 and 3 of it, and also reconstruct the original bits 0, 1,
www.eeworm.com/read/303435/3813139

xsutvband

#! /bin/sh # sutvband -- reconstruct individual chirps from the sum of chirps # produced by PSsugabor or Xsugabor WIDTH=300 HEIGHT=400 WIDTHOFF1=0 WIDTHOFF2=315 WIDTHOFF3=630 WIDTHOFF4=945 HEIGHTOFF1=
www.eeworm.com/read/255577/12072426

m f_plotrec.m

function plotrec (pv,haxis,hfs,xm,n,Fc,N,Vr,userinput,fsize) %F_PLOTREC: Plot selected view for GUI module G_RECONSTRUCT % % Usage: plotrec (pv,haxis,hfs,xm,n,Fc,N,Vr,userinput,fsize) % % Input
www.eeworm.com/read/255577/12072992

asv f_plotrec.asv

function plotrec (pv,haxis,hfs,xm,n,Fc,N,Vr,userinput,fsize) %F_PLOTREC: Plot selected view for GUI module G_RECONSTRUCT % % Usage: plotrec (pv,haxis,hfs,xm,n,Fc,N,Vr,userinput,fsize) % % Input
www.eeworm.com/read/192665/8367405

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