代码搜索:convolution
找到约 1,402 项符合「convolution」的源代码
代码结果 1,402
www.eeworm.com/read/359349/10154142
m conv_fre_win.m
%==========================================================================
% Name:cconvdemo
% The program demonstrate the convolution of two continuou-time signals
% please expressed the signals i
www.eeworm.com/read/359349/10154318
m covdemo.m
%==========================================================================
% Name:cconvdemo
% The program demonstrate the convolution of two continuou-time signals
% please expressed the signals i
www.eeworm.com/read/138561/13232829
asm convolf.asm
*===============================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* CONVOLUTION
*
* Revision Date: 3/13/98
*
* USAGE
*
* This routine is C Ca
www.eeworm.com/read/106251/15642587
h decode.h
/*****************************************************************************************
* decode.h
*
* jiangle 2004/05
*
* header of decode.c
*
*achieve encode and decode convolution
****
www.eeworm.com/read/140924/13052270
c convmain.c
/****************************************************************
* Convolution program for Monte Carlo simulation of photon
* distribution in multilayered turbid media.
*
****/
#include "conv.h"
www.eeworm.com/read/335534/3358557
m exa031101_fftfilt.m
%----------------------------------------------------------------------------
% exa031001_fftfilt.m, for example 3.11.1
% to test fftfilt.m,and to finish the convolution of a long sequence with
%
www.eeworm.com/read/256142/4370556
m exa031101_fftfilt.m
%----------------------------------------------------------------------------
% exa031001_fftfilt.m, for example 3.11.1
% to test fftfilt.m,and to finish the convolution of a long sequence with
%
www.eeworm.com/read/108818/15574848
c fsepconvol.c
/*--------------------------- MegaWave2 module -----------------------------*/
/* mwcommand
name = {fsepconvol};
author = {"Lionel Moisan"};
version = {"1.2"};
function = {"Convolution with a sep
www.eeworm.com/read/281772/7087038
bmp noisy(snr=25) s-l head model my convolution3(121p) back projection_1degree_scan.bmp
www.eeworm.com/read/375622/9355557
m compconv.m
% compconv.m
%
% Function to perform convolution between signal and filter
%
function [iout,qout] = compconv (idata,qdata,filter)
%*******************************************************