代码搜索:reconstruct

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

代码结果 221
www.eeworm.com/read/162810/5513782

ini obj_list.ini

## ## Name of the application to build ## BinName = h264_dec SFX_WIN = .lib SFX_LNX = .a OBJS = \ $(ObjDir)\umc_h264_deblocking_tools$(OBJSFX) \ $(ObjDir)\umc_h264_dec_bitstream$(OBJSFX)
www.eeworm.com/read/162810/5513785

cpp umc_h264_dec_reconstruct_mb_aff.cpp

/* // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may not
www.eeworm.com/read/162810/5513790

cpp umc_h264_dec_reconstruct_mb_fld.cpp

/* // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may not
www.eeworm.com/read/381378/9095449

m demo_wave_dwt_deconv.m

function demo_wave_DWT_deconv % Orthogonal wavelet based image deburring using TwIST: % Setting: cameraman, blur uniform 9*9. % % This demo illustrates the computation of % % xe = arg min
www.eeworm.com/read/381211/9103875

m fg_03_13.m

% page_63 Two reconstructions, one w/ aliasing. % Fourier series coefficients for x(t). M=10; m=1:M-1; t=linspace(0,10,500); b=1./(m.^.5); ax=[0 10 -3.5 3.5]; % Continuous plot of x(t). N=500
www.eeworm.com/read/274999/10839998

cpp main.cpp

#include "FSME.h" #include "WindowDisplay.h" void main(void) { FSME("Carphone_000.raw","Carphone_104.raw","Prediction.raw","Residual.raw","Reconstruct.raw",176,144);// Call Library }
www.eeworm.com/read/435060/7119001

c decho.c

// program to echo strings #include #include #include main(int argc,char *argv[10]) { int i; char token[15],ch; if((argc==2)&&(argv[1][0]=='$'))//if the com
www.eeworm.com/read/464508/7156890

m p320bsinc.m

clear all;clc; Ts1=0.01;Fs=1/Ts1; n=0:1:100; nTs1=n*Ts1; x=sin(2*pi*nTs1); Dt=0.001;t=0:Dt:1; xa=x*sinc(Fs*(ones(length(n),1)*t-nTs1'*ones(1,length(t)))); subplot(3,1,1) plot(t,xa) title('Rec
www.eeworm.com/read/464508/7156895

m p320cspline.m

clear all;clc; Ts1=0.01;Fs=1/Ts1; n=0:1:100; nTs1=n*Ts1; x=sin(2*pi*nTs1); Dt=0.001; t=0:Dt:1; xa=spline(nTs1,x,t); subplot(3,1,1) plot(t,xa) title('Reconstruct Signal using `spline` interpo
www.eeworm.com/read/398582/7935786

m demo_wave_dwt_deconv.m

function demo_wave_DWT_deconv % Orthogonal wavelet based image deburring using TwIST: % Setting: cameraman, blur uniform 9*9. % % This demo illustrates the computation of % % xe = arg min