代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/196524/8077394
m convolutionnex.m
function [M,ltx,lty,rbx,rby] = convolutionnex(I,selectedeye)
% USAGE: this function performs convolution search on I
% and outputs M (i.e. the TAP (Target Aim Point) on the detected eye area)
% "se
www.eeworm.com/read/138743/5813994
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
% sig
www.eeworm.com/read/214925/15082853
asv conv_sum.asv
function [ y, n ] = conv_sum ( x, nx, h, nh )
% The function of compute the convolution sum y[n] = x[n] * h[n]
% --------------------------------------------------------------
% y: 卷积和输出序列y[n]对应
www.eeworm.com/read/214925/15082863
asv conv_intime.asv
function [ y ] = conv_intime ( h )
% ------------------------------------------------------------------
% The function of compute the intime convolution y[n] = x[n] * h[n]
% 求系统固定,输入信号不定的离散时间序列卷积函数
www.eeworm.com/read/214925/15082869
m conv_intime.m
function [ y ] = conv_intime ( h )
% ------------------------------------------------------------------
% The function of compute the intime convolution y[n] = x[n] * h[n]
% 求系统固定,输入信号不定的离散时间序列卷积函数
www.eeworm.com/read/13922/287837
h waveletapi.h
//WaveletApi.h
#ifndef _WAVELETAPI_H_
#define _WAVELETAPI_H_
/*
*
* 功能:求卷积
*
*/
void Convolution(double *signal, int signLen, double *filter, int filterLen, double *conv);
/*
*
* 功能:求
www.eeworm.com/read/490313/1205774
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/209919/4956007
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/170938/5402544
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/312371/3672643
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