代码搜索:Rectangular

找到约 1,427 项符合「Rectangular」的源代码

代码结果 1,427
www.eeworm.com/read/216443/15006806

m contents.m

% LTFAT - Object oriented interface % % Peter L. Soendergaard, 2007. % % Setup and deletion of object % TFR_CREATE - Create Time-frequency representation % TFR_SET_WIN - Set analysis/
www.eeworm.com/read/114395/15054895

m felp2dr4.m

function [k]=felp2dr4(xleng,yleng) %------------------------------------------------------------------- % Purpose: % element matrix for two-dimensional Laplace's equation % using four-n
www.eeworm.com/read/114395/15054968

m felpt2r4.m

function [m]=felpt2r4(xleng,yleng) %------------------------------------------------------------------- % Purpose: % element matrix of transient term for two-dimensional Laplace's % eq
www.eeworm.com/read/213502/15133079

m felp2dr4.m

function [k]=felp2dr4(xleng,yleng) %------------------------------------------------------------------- % Purpose: % element matrix for two-dimensional Laplace's equation % using four-n
www.eeworm.com/read/213502/15133115

m felpt2r4.m

function [m]=felpt2r4(xleng,yleng) %------------------------------------------------------------------- % Purpose: % element matrix of transient term for two-dimensional Laplace's % eq
www.eeworm.com/read/173927/9629866

m felp2dr4.m

function [k]=felp2dr4(xleng,yleng) %------------------------------------------------------------------- % Purpose: % element matrix for two-dimensional Laplace's equation % using four-n
www.eeworm.com/read/173927/9629917

m felpt2r4.m

function [m]=felpt2r4(xleng,yleng) %------------------------------------------------------------------- % Purpose: % element matrix of transient term for two-dimensional Laplace's % eq
www.eeworm.com/read/432386/8607311

m bsmooth.m

function s=bsmooth(a,w) % Convolution-based boxcar smooth % bsmooth(a,w) smooths vector a by a boxcar (rectangular window) of width w % T. C. O'Haver, 1988. v=boxcar(w); S=conv(a,v); startpoint=roun
www.eeworm.com/read/432382/8607396

m ngaussian.m

function g = ngaussian(x,pos,wid,n) % ngaussian(x,pos,wid) = peak centered on x=pos, half-width=wid % x may be scalar, vector, or matrix, pos and wid both scalar % Shape is Gaussian when n=1. Become
www.eeworm.com/read/432381/8607516

m bsmooth.m

function s=bsmooth(a,w) % Convolution-based boxcar smooth % bsmooth(a,w) smooths vector a by a boxcar (rectangular window) of width w % T. C. O'Haver, 1988. v=boxcar(w); S=conv(a,v); startpoint=roun