代码搜索:convolution
找到约 1,402 项符合「convolution」的源代码
代码结果 1,402
www.eeworm.com/read/463564/7178248
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
% ny = support
www.eeworm.com/read/457960/7314919
log cc_build_debug.log
---------------------- Circular Convolution.pjt - Debug ----------------------
[Circular.c] "C:\CCStudio_v3.1\c6000\cgtools\bin\cl6x" -g -fr"C:/CCStudio_v3.1/MyProjects/Circular Convolution/Debug"
www.eeworm.com/read/448529/7531892
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/448529/7531901
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/448529/7531919
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/448529/7532047
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/440289/7690998
m p215.m
clear; clc;
%P2.15
colordef white
b=[1]; a=[1,-0.8];
n=[0:50];x=0.8.^n.*(stepseq(0,0,50));
y=filter(b,a,x);
subplot(2,1,1);stem(n,y,'k');title('Convolution x(n)*x(n) using filter')
[y,m]=conv_m
www.eeworm.com/read/439437/7709116
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/439437/7709150
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/439437/7709159
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