代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/490313/1205783
m conv_m.m
function [y,ny] = conv_m(x,nx,h,nh)
% Modified convolution routine for signal processing
% --------------------------------------------------
% [y,ny] = conv_m(x,nx,h,nh)
% y = convolution result
www.eeworm.com/read/209919/4956016
m conv_m.m
function [y,ny] = conv_m(x,nx,h,nh)
% Modified convolution routine for signal processing
% --------------------------------------------------
% [y,ny] = conv_m(x,nx,h,nh)
% y = convolution result
www.eeworm.com/read/312371/3672652
m conv_m.m
function [y,ny] = conv_m(x,nx,h,nh)
% Modified convolution routine for signal processing
% --------------------------------------------------
% [y,ny] = conv_m(x,nx,h,nh)
% y = convolution result
www.eeworm.com/read/299916/3849324
m conv_m.m
function [y,ny] = conv_m(x,nx,h,nh)
% Modified convolution routine for signal processing
% --------------------------------------------------
% [y,ny] = conv_m(x,nx,h,nh)
% y = convolution result
www.eeworm.com/read/299916/3849517
m conv_m.m
function [y,ny] = conv_m(x,nx,h,nh)
% Modified convolution routine for signal processing
% --------------------------------------------------
% [y,ny] = conv_m(x,nx,h,nh)
% y = convolution result
www.eeworm.com/read/401871/2335485
h convolve.h
// {{{ Copyright notice
// }}}
// {{{ file documentation
/**
* @file
* @brief Convolution operations for blitz 1D, 2D and 3D arrays.
*
* Defines convolution operations for blitz arrays. Currently
www.eeworm.com/read/278232/10558395
out _cg_exc.out
SET_ERROR_CODE 0
SET_ERROR_MSG null
SET_ERROR_TEXT Generating
SET_PARAMETER create_rpm true
SET_PARAMETER punctured false
SET_PARAMETER convolution_code6 0000011
SET_PARAMETER convolution_code5
www.eeworm.com/read/490313/1205632
m ex051500.m
% Chapter 05: Example 05.14: Circular convolution example
%
% a) 5-point circular convolution
x1 = [1,2,2]; x2 = [1,2,3,4];
y = circonvt(x1,x2,5)
% b) 6-point circular convolution
x1 = [1,2,2];
www.eeworm.com/read/209919/4955866
m ex051500.m
% Chapter 05: Example 05.14: Circular convolution example
%
% a) 5-point circular convolution
x1 = [1,2,2]; x2 = [1,2,3,4];
y = circonvt(x1,x2,5)
% b) 6-point circular convolution
x1 = [1,2,2];
www.eeworm.com/read/312371/3672502
m ex051500.m
% Chapter 05: Example 05.14: Circular convolution example
%
% a) 5-point circular convolution
x1 = [1,2,2]; x2 = [1,2,3,4];
y = circonvt(x1,x2,5)
% b) 6-point circular convolution
x1 = [1,2,2];