代码搜索:trapezoidal

找到约 201 项符合「trapezoidal」的源代码

代码结果 201
www.eeworm.com/read/259565/11782469

m ormsby_filter.m

function fa=ormsby_filter(a,dt,corner_freq) % Function filters input array in the frequency domain with % trapezoidal filter with corner frequencies [f1, f2, f3, f4]. To reduce end effects % the func
www.eeworm.com/read/151143/12232940

m ormsby_filter.m

function fa=ormsby_filter(a,dt,corner_freq) % Function filters input array in the frequency domain with % trapezoidal filter with corner frequencies [f1, f2, f3, f4]. To reduce end effects % the f
www.eeworm.com/read/233013/14173797

nfs012e800400000002 .nfs012e800400000002

function [w,tw] = make_a_trapezoidal_wavelet(dt,f1,f2,f3,f4,c); %MAKE_A_TRAPEZOIDAL_WAVELET: Computes a FIR band-pass filter with % phase rotation c % % [w,tw] = make_a
www.eeworm.com/read/381211/9104264

m deriv_t.m

function y=deriv_t(x,T); % y=deriv_t(x,T) % %y=trapezoidal differential of x; %T=time step. % %Simple symmetric first-difference differentiation, %y(k)=(x(k+1)-x(k-1))/(2T). % Check for erro
www.eeworm.com/read/278816/10504375

c trapez.c

/* trapez.c - trapezoidal wavetable: D1 rising, D2 steady */ double trapez(D, D1, D2, i) int D, D1, D2, i; { if (i < D1) return i/(double) D1; else if (i < D1+
www.eeworm.com/read/159946/10585079

c trapez.c

/* trapez.c - trapezoidal wavetable: D1 rising, D2 steady */ double trapez(D, D1, D2, i) int D, D1, D2, i; { if (i < D1) return i/(double) D1; else if (i < D1+
www.eeworm.com/read/130817/14173542

m func5p1.m

%func5p1.m各种方法求积分 %Integration,using N-L methom I1=4*(atan(1)-atan(0)) %Trapz Rule I2=1/2*(sub5p1(1)+sub5p1(0)) %Simpson Rule I3=1/6*(sub5p1(1)+4*sub5p1(1/2)+sub5p1(0)) %Composite Trapezoidal R
www.eeworm.com/read/130817/14173761

asv func5p1.asv

%Integration,using N-L methom I1=4*(atan(1)-atan(0)) %Trapz Rule I2=1/2*(sub5p1(1)+sub5p1(0)) %Simpson Rule I3=1/6*(sub5p1(1)+4*sub5p1(1/2)+sub5p1(0)) %Composite Trapezoidal Rule x=linspace(0,1
www.eeworm.com/read/134087/14008929

c trapez.c

/* trapez.c - trapezoidal wavetable: D1 rising, D2 steady */ double trapez(D, D1, D2, i) int D, D1, D2, i; { if (i < D1) return i/(double) D1; else if (i < D1+
www.eeworm.com/read/134087/14008988

c trapez1.c

/* trapez.c - trapezoidal wavetable: D1 rising, D2 steady */ double trapez(D, D1, D2, i) int D, D1, D2, i; { if (i < D1) return i/(double) D1; else if (i < D1+