代码搜索:convolution

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

代码结果 1,402
www.eeworm.com/read/309003/3708433

m convgauss.m

function [g,convsig] = convgauss(sig_in,bool) % congauss -- Convolution of a signal with a gaussian filter. % Usage % convsig=convgauss(sig_in) % Inputs % sig_in 1-d signal. % Outputs % s
www.eeworm.com/read/299916/3849354

m conv_tp.m

function [y,H]=conv_tp(h,x) % Linear Convolution using Toeplitz Matrix % ---------------------------------------- % [y,H] = conv_tp(h,x) % y = output sequence in column vector form % H = Toeplitz
www.eeworm.com/read/299916/3849546

m conv_tp.m

function [y,H]=conv_tp(h,x) % Linear Convolution using Toeplitz Matrix % ---------------------------------------- % [y,H] = conv_tp(h,x) % y = output sequence in column vector form % H = Toeplitz
www.eeworm.com/read/273525/4205197

mata convolveslowly.mata

*! version 1.0.1 20jan2005 version 9.0 mata: /* convoleslowly(r,s) convolution the old-fashioned way. used for testing. {cmd:convolveslowly(}{it:r}{cmd:,} {it:s}{cmd:)} returns
www.eeworm.com/read/427864/1964770

m convgauss.m

function [g,convsig] = convgauss(sig_in,bool) % congauss -- Convolution of a signal with a gaussian filter. % Usage % convsig=convgauss(sig_in) % Inputs % sig_in 1-d signal. % Outputs % s
www.eeworm.com/read/384673/2598509

m convgauss.m

function [g,convsig] = convgauss(sig_in,bool) % congauss -- Convolution of a signal with a gaussian filter. % Usage % convsig=convgauss(sig_in) % Inputs % sig_in 1-d signal. % Outputs % s
www.eeworm.com/read/249798/12472467

v scc2.v

`timescale 1ns/10ps `define bw 12 //scc42 skew-circular convolution module scc2(//input nrst,clk, scc2en,
www.eeworm.com/read/202858/15371711

h convolve.h

/* convolution */ #ifndef CONVOLVE_H #define CONVOLVE_H #include #include #include #include "image.h" /* convolve src with mask. dst is flipped! */ static void convolv
www.eeworm.com/read/391151/8419538

c fastconvo.c

//FastConvo.c FIR filter implemented using overlap-add fast convolution #include #include "coeffs.h" //time domain FIR coefficients #define PI 3.14159265358979 #define PTS
www.eeworm.com/read/385934/8778302

c fastconvo.c

//FastConvo.c FIR filter implemented using overlap-add fast convolution #include #include "coeffs.h" //time domain FIR coefficients #define PI 3.14159265358979 #define PTS