代码搜索:trapezoidal

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

代码结果 201
www.eeworm.com/read/334076/12642800

m trapmf.m

function y = trapmf(x, params) %TRAPMF Trapezoidal membership function. % TRAPMF(X, PARAMS) returns a matrix which is the trapezoidal % membership function evaluated at X. PARAMS = [A B C D] is
www.eeworm.com/read/108859/15573997

m fsmenu.m

% %FOURIER SERIES DEMONSTRATION % %ASSUMED PERIOD T=1. ASSUMED PEAK VALUE = 1 %PROGRAM WILL PROMPT FOR OTHER PARAMETERS % %ENTER A NUMBER AS FOLLOWS: % %RECTANGULAR PULSE : 1 %SAWT
www.eeworm.com/read/423357/10568840

m mie2_abs.m

function result = Mie2_abs(eps1, mu1, x) % Computation of the Absorption Efficiency Qabs of a sphere % for given complex permittivity and permeability ratios, % eps1=eps1'+ieps1", mu1=mu1'+
www.eeworm.com/read/139007/13195585

m trap2tri.m

function [Q, T] = trap2tri(L) %TRAP2TRI Unitary reduction of trapezoidal matrix to triangular form. % [Q, T] = TRAP2TRI(L), where L is an m-by-n lower trapezoidal % matrix with m
www.eeworm.com/read/392194/8358638

m perceptron.m

%单个神经元的感知器示例 clear x=[0 0; 0.1 -0.1; 1.1 0.9; 1 1]; %输入样本 d=[0; 1; 1; 0]; %输出样本 n=100; %最大迭代次数 ep=0.0001; %精度 Per=NewCell(2,'Trapezoidal'); %创建一个神经元, 也就是感知器 y=zeros(size(d)); %用于保存实际输出 i=0
www.eeworm.com/read/433114/8545435

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/371706/9540937

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/245849/12777856

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/319487/13450567

cc ch5.5.cc

#include #include class integral { // members by default are private double lower; // lower integral bound, a private data member double upper; // upper integr
www.eeworm.com/read/300891/13883351

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