代码搜索:convolution
找到约 1,402 项符合「convolution」的源代码
代码结果 1,402
www.eeworm.com/read/108859/15574010
m examp58.m
clc,echo on
%EXAMPLE 58
xp=[1 2 -1 0 2 3]; hp=2:-1:-3; % One period of xp and hp
N=length(xp); % Length of xp and hp
YP=fft(hp).*fft(xp); % Product of FFT of x a
www.eeworm.com/read/108859/15574027
m examp22.m
clc,echo on
%EXAMPLE 22
ts=0.01; % Choose sampling interval (time step)
tx=-1:ts:1; % Choose a time axis for signal x
th=0:ts:2; % Tim
www.eeworm.com/read/104929/15681088
tex rear.tex
% Two pages that follow the index
\input gkpmac
\pageno=657
\titletrue
\subhead List of Tables
{\obeylines \def\\{\qquad}
Sums and differences\\55
Pascal's triangle\\155
Pascal's triangle extended u
www.eeworm.com/read/101557/15827050
m gfconv.m
function c = gfconv(a, b, p)
%GFCONV GF(P) polynomial convolution or GF(P^M) element multiplication.
% C = GFCONV(A, B) computes the convolution between two GF(2)
% polynomials A and B.
www.eeworm.com/read/433250/8537481
m cconv.m
function y = cconv(x, h)
% lconv -- perform a circular convolution with ffts
%
% Usage
% y = cconv(x, h)
%
% Inputs
% x, h input vectors (must have the same length)
%
% Outputs
% y
www.eeworm.com/read/433250/8537670
m cconv.m
function y = cconv(x, h)
% lconv -- perform a circular convolution with ffts
%
% Usage
% y = cconv(x, h)
%
% Inputs
% x, h input vectors (must have the same length)
%
% Outputs
% y
www.eeworm.com/read/381378/9095422
m conv2c.m
function y = conv2c(x,h)
% Circular 2D convolution
x=wraparound(x,h);
y=conv2(x,h,'valid');
function y = wraparound(x, m)
% Extend x so as to wrap around on both axes, sufficient to allow a
www.eeworm.com/read/168924/9888220
c conv_cor.c
/*LINTLIBRARY*/
/*PROTOLIB1*/
#include
#include
#include "main.h"
#include "conv_cor.h"
#include "rint.h"
static void CalcStochConv(
float ExcVec[],
int ExV
www.eeworm.com/read/168924/9888293
c conv_cor.c
/*LINTLIBRARY*/
/*PROTOLIB1*/
#include
#include "main.h"
#include "conv_cor.h"
#include "rint.h"
static void CalcStochConv(
float ExcVec[],
int ExVecLen,
float LPImpRes
www.eeworm.com/read/361825/10034568
c img_conv_3x3_c.c
/* ======================================================================== */
/* TEXAS INSTRUMENTS, INC. */
/*