代码搜索:Convolution

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

代码结果 1,402
www.eeworm.com/read/428214/8883388

m compconv2.m

% Program 5-10 % compconv2.m % Function to perform convolution between signal and filter. % Programmed by yixiongshu,2006.8.9 function [iout,qout]=compconv2(idata,qdata,filter) % : filter tap
www.eeworm.com/read/381211/9103940

m fg_04_18.m

% fg_04_18 % Chapter 4, fig. 4.18. Ratio of convolution times. sp_fig(1); K=2.^[2:20]; r=K./(12*(1+log2(K))); h=semilogy(log2(K),r,'o'); grid; set(h,'color','k','linewidth',.75); set(gca,'fontn
www.eeworm.com/read/184180/9118763

m conv_m.m

function [y,ny]=conv_m(x,nx,h,nh) %Modified convolution routine for signal processing %ny=support of y; nyb=nx(1)+nh(1); nye=nx(length(x))+nh(length(h)); ny=[nyb:nye]; y=conv(x,h);
www.eeworm.com/read/378857/9214433

m compconv2.m

% compconv2.m % Function to perform convolution between signal and filter. % Programmed by yixiongshu,2006.8.9 function [iout,qout]=compconv2(idata,qdata,filter) % : filter tap coefficients.
www.eeworm.com/read/181565/9245810

m conv_m.m

function [y,ny]=conv_m(x,nx,h,nh) %Modified convolution routine for signal processing %ny=support of y; nyb=nx(1)+nh(1); nye=nx(length(x))+nh(length(h)); ny=[nyb:nye]; y=conv(x,h);
www.eeworm.com/read/377596/9269949

m compconv2.m

% Program 5-10 % compconv2.m % Function to perform convolution between signal and filter. % Programmed by yixiongshu,2006.8.9 function [iout,qout]=compconv2(idata,qdata,filter) % : filter tap
www.eeworm.com/read/180485/9305430

m program_8_11.m

% Program 8_11 % Computation of Linear Convolution Using DFT % g = input('Type in first sequence = '); h = input('Type in second sequence = '); ga = [g zeros(1,length(h)-1)]; ha = [h zeros(1,len
www.eeworm.com/read/180041/9321870

m fftolamopt2.m

function [out]=fftolamopt2(a,b,opt,shape) % [out]=fftolamopt2(a,b,siz1,siz2,shape) % % Overlap-add method FFT-based 2D convolution % Example: % load fftexecutiontimes;
www.eeworm.com/read/178375/9405862

h convolve.h

/* ******************************************************************************** * * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001 * R99 Ve
www.eeworm.com/read/178109/9418008

asv circonv2.asv

function y=circonv2(x1,x2,N) %realize circular convolution use dft method %y=circonv2(x1,x2,N) %y:output sequence %x1,x2:input sequences %N:circulation length %采取矩阵计算的方法,即先生成矩阵H,它的第k行包含序列x2((k