代码搜索:Convolution

找到约 1,402 项符合「Convolution」的源代码

代码结果 1,402
www.eeworm.com/read/455553/7370215

c convolution_in_c.c

# include # include int main() { int n,k,x1t1,x1t2,x2t1,x2t2,t,t1,t2,n1,x1[100],x2[100],x11[100],y[100]; int i,j,temp; // The parameters of first signal is
www.eeworm.com/read/399543/7849278

m convolution1.m

function y=convolution1(x,h) M=length(x); N=length(h); temp=zeros(1,M+N-1); for n=1:1:M+N-1 for m=1:1:M k=n-m+1; if(k>=1&&k
www.eeworm.com/read/297947/7984483

m perform_convolution.m

function y = perform_convolution(x,h, bound) % perform_convolution - compute convolution with centered filter. % % y = perform_convolution(x,h,bound); % % The filter 'h' is centred at 0 for
www.eeworm.com/read/143548/12862024

rc2 convolution.rc2

// // CONVOLUTION.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED
www.eeworm.com/read/489040/6481887

m perform_convolution.m

function y = perform_convolution(x,h, bound) % perform_convolution - compute convolution with centered filter. % % y = perform_convolution(x,h,bound); % % The filter 'h' is centred at 0 for
www.eeworm.com/read/406589/11439575

m convolution_dec.m

function outputs = convolution_dec(Data_received,Trellis,Lut,alpha_channel); %------------------------------------------------------------------------------ % Decode binary 1-D data vector with binar
www.eeworm.com/read/406587/11439577

m convolution_enc.m

function [outputs,varargout] = convolution_enc(Data,Trellis,TerminateF,... enc_type,varargin); %--------------------------------------------------------
www.eeworm.com/read/342596/12010149

cpp convolution model.cpp

#include #include #include #define PI 3.1415926 #define f0 40 void main() { int i,j,k,num1,num2; double dt,*R,wavelet[81],reflect[460],*s,*x; FILE *