代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/255577/12072295
asv f_conv.asv
function y = f_conv (h,x,circ)
%F_CONV: Fast linear or circular convolution
%
% Usage: y = f_conv (h,x,circ)
%
% Inputs:
% h = vector of length L containing pulse
%
www.eeworm.com/read/255577/12072386
m f_conv.m
function y = f_conv (h,x,circ)
%F_CONV: Fast linear or circular convolution
%
% Usage: y = f_conv (h,x,circ)
%
% Inputs:
% h = vector of length L containing pulse
%
www.eeworm.com/read/254742/12121263
m program_5_4.m
% Program 5_4
% Linear Convolution Via the DFT
%
% Read in the two sequences
x = input('Type in the first sequence = ');
h = input('Type in the second sequence = ');
% Determine the length of th
www.eeworm.com/read/231449/14233584
m program_03_05.m
% Program 3_5
% Linear Convolution Via the DFT
%
% Read in the two sequences
colordef black;
x = input('Type in the first sequence = ');
h = input('Type in the second sequence = ');
% Determi
www.eeworm.com/read/230384/14291160
asv f_conv.asv
function y = f_conv (h,x,circ)
%F_CONV: Fast linear or circular convolution
%
% Usage: y = f_conv (h,x,circ)
%
% Inputs:
% h = vector of length L containing pulse
%
www.eeworm.com/read/230384/14291187
m f_conv.m
function y = f_conv (h,x,circ)
%F_CONV: Fast linear or circular convolution
%
% Usage: y = f_conv (h,x,circ)
%
% Inputs:
% h = vector of length L containing pulse
%
www.eeworm.com/read/228531/14380328
m iconv.m
function y = iconv(f,x)
% iconv -- Convolution Tool for Two-Scale Transform
% Usage
% y = iconv(f,x)
% Inputs
% f filter
% x 1-d signal
% Outputs
% y filtered result
%
%
www.eeworm.com/read/127036/14387563
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/125987/14453103
m tailscrap.m
function maxabsdiff=tailscrap()
% test code for circular convolution with the scrapped portion
% at the tail of the buffer, rather than the front
%
% The idea is to rotate the zero-padded h (impulse
www.eeworm.com/read/124229/14585449
m tailscrap.m
function maxabsdiff=tailscrap()
% test code for circular convolution with the scrapped portion
% at the tail of the buffer, rather than the front
%
% The idea is to rotate the zero-padded h (impulse