代码搜索:convolution

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

代码结果 1,402
www.eeworm.com/read/299923/7820054

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/299923/7820396

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/299923/7820475

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/299923/7820501

m ovrlpsav.m

function [y] = ovrlpsav(x,h,N) % Overlap-Save method of block convolution % ---------------------------------------- % [y] = ovrlpsav(x,h,N) % y = output sequence % x = input sequence % h = impu
www.eeworm.com/read/198460/7933912

h matrixoperator.h

#ifndef _MATRIX_FILE #define _MATRIX_FILE #include "BioIDFile.h" class GaborResult { public: double Avg; double Deta; }; Matrix Image2Matrix(const HBIO &hBIO); HBIO Matrix2Image(cons
www.eeworm.com/read/196830/8055485

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/196830/8055884

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/196830/8055905

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/196830/8055945

m ovrlpsav.m

function [y] = ovrlpsav(x,h,N) % Overlap-Save method of block convolution % ---------------------------------------- % [y] = ovrlpsav(x,h,N) % y = output sequence % x = input sequence % h = impu
www.eeworm.com/read/196069/8116337

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];